/openbmc/openbmc/meta-phosphor/recipes-core/dropbear/ |
H A D | dropbear_%.bbappend | 1 # 0001-Only-load-dropbear-default-host-keys-if-a-key-is-not.patch
|
/openbmc/openbmc/poky/meta/recipes-support/pinentry/ |
H A D | pinentry_1.3.0.bb | 3 Pinentry is a collection of simple PIN or passphrase entry dialogs which \
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/ |
H A D | tf-a-tests_2.11.0.bb | 10 SRC_URI_TRUSTED_FIRMWARE_A_TESTS ?= "git://git.trustedfirmware.org/TF-A/tf-a-tests.git;protocol=htt…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fetchmail/ |
H A D | fetchmail_6.4.38.bb | 3 DESCRIPTION = "Fetchmail is a full-featured, robust, well-documented remote-mail retrieval \
|
/openbmc/linux/drivers/crypto/ |
H A D | hifn_795x.c | 627 #define crypto_alg_to_hifn(a) container_of(a, struct hifn_crypto_alg, alg) argument 710 static u32 hifn_next_signature(u32 a, u_int cnt) in hifn_next_signature() argument 717 v = a & 0x80080125; in hifn_next_signature() 724 a = (v & 1) ^ (a << 1); in hifn_next_signature() 727 return a; in hifn_next_signature() 2422 struct hifn_crypto_alg *a, *n; in hifn_unregister_alg() local 2424 list_for_each_entry_safe(a, n, &dev->alg_list, entry) { in hifn_unregister_alg() 2425 list_del(&a->entry); in hifn_unregister_alg() 2426 crypto_unregister_skcipher(&a->alg); in hifn_unregister_alg() 2427 kfree(a); in hifn_unregister_alg()
|
/openbmc/linux/include/linux/atomic/ |
H A D | atomic-arch-fallback.h | 2399 raw_atomic_fetch_add_unless(atomic_t *v, int a, int u) in raw_atomic_fetch_add_unless() argument 2402 return arch_atomic_fetch_add_unless(v, a, u); in raw_atomic_fetch_add_unless() 2409 } while (!raw_atomic_try_cmpxchg(v, &c, c + a)); in raw_atomic_fetch_add_unless() 2428 raw_atomic_add_unless(atomic_t *v, int a, int u) in raw_atomic_add_unless() argument 2431 return arch_atomic_add_unless(v, a, u); in raw_atomic_add_unless() 2433 return raw_atomic_fetch_add_unless(v, a, u) != u; in raw_atomic_add_unless() 4514 return arch_atomic64_fetch_add_unless(v, a, u); in raw_atomic64_fetch_add_unless() 4521 } while (!raw_atomic64_try_cmpxchg(v, &c, c + a)); in raw_atomic64_fetch_add_unless() 4540 raw_atomic64_add_unless(atomic64_t *v, s64 a, s64 u) in raw_atomic64_add_unless() argument 4543 return arch_atomic64_add_unless(v, a, u); in raw_atomic64_add_unless() [all …]
|
/openbmc/openbmc-test-automation/openpower/pel/ |
H A D | test_bmc_pel.robot | 72 Should Match Regexp ${pel_records['${id}']['CompID']} [a-zA-Z0-9] 73 Should Match Regexp ${pel_records['${id}']['SRC']} [a-zA-Z0-9] 309 # [Priority]: Mandatory, replace all with this type as a unit 326 Should Match Regexp ${pel_callout_section['Callouts'][0]['CCIN']} [a-zA-Z0-9] 327 Should Match Regexp ${pel_callout_section['Callouts'][0]['Part Number']} [a-zA-Z0-9] 365 Should Match Regexp ${pel_callout_section['Callouts'][0]['Procedure']} [a-zA-Z0-9] 372 Should Match Regexp ${pel_callout_section['Callouts'][1]['Part Number']} [a-zA-Z0-9] 405 # [Message]: This is a test error 466 [Documentation] Create a predictive error and verify. 469 # Create a predictable error log. [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6-logicpd-baseboard.dtsi | 7 * licensing only applies to this file, and not this project as a 10 * a) This file is free software; you can redistribute it and/or 23 * obtaining a copy of this software and associated documentation 301 codec: wm8962@1a {
|
H A D | rk3288-tinker.dtsi | 4 * licensing only applies to this file, and not this project as a 7 * a) This file is free software; you can redistribute it and/or 20 * obtaining a copy of this software and associated documentation 362 headset: nau8825@1a {
|
H A D | armada-xp-mv78460.dtsi | 10 * licensing only applies to this file, and not this project as a 13 * a) This file is free software; you can redistribute it and/or 26 * obtaining a copy of this software and associated documentation 315 pcie10: pcie@a,0 {
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_sensorhub_ring.c | 405 s64 a = in->timestamp; in cros_ec_sensor_ring_process_event() local 409 cros_ec_sensor_ring_fix_overflow(&a, 1LL << 32, in cros_ec_sensor_ring_process_event() 418 &sensorhub->filter, a); in cros_ec_sensor_ring_process_event() 426 new_timestamp = c - b * 1000 + a * 1000; in cros_ec_sensor_ring_process_event()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/ |
H A D | 0001-Makefile-for-cross-compile-SoftFloat.patch | 6 This commit adds a Makefile for cross compile on SoftFloat 20 diff --git a/SoftFloat-3e/build/Linux-Cross-Compile/Makefile b/SoftFloat-3e/build/Linux-Cross-Compi… 77 +LIB = .a 351 diff --git a/SoftFloat-3e/build/Linux-Cross-Compile/platform.h b/SoftFloat-3e/build/Linux-Cross-Com…
|
/openbmc/qemu/qapi/ |
H A D | audio.json | 193 # name to create a unique variant, if needed unless @exact-name is 196 # @connect-ports: if set, a regular expression of JACK client port 199 # @start-server: start a jack server process if one is not already 203 # automatically generates a unique one, if needed (default: false)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.3.1.rst | 33 - cve-check: don't warn if a patch is remote 46 - goarch: Move Go architecture mapping to a library 69 - migration-guides: enabling :term:`SPDX` only for Poky, not a global default 82 - oeqa/selftest/devtool: abort if a local workspace already exist
|
/openbmc/linux/drivers/media/rc/ |
H A D | ati_remote.c | 220 #define HI(a) ((unsigned char)((a) >> 8)) argument 221 #define LO(a) ((unsigned char)((a) & 0xff)) argument
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-a83t-tbs-a711.dts | 7 * licensing only applies to this file, and not this project as a 10 * a) This file is free software; you can redistribute it and/or 23 * obtaining a copy of this software and associated documentation 160 * There's a modem connected here that needs to be initialised before
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | stericsson,ab8500.yaml | 19 appears as a subnode of the DB8500 PRCMU. An altered version called 42 # Some subnodes use a reg, some don't. Those that do use a single cell. 127 "^channel@[0-9a-f]+$":
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | sun3lance.c | 79 #define DPRINTK(n,a) \ argument 82 printk a; \ 165 #define REGA(a) (*( AREG = (a), &DREG )) argument
|
/openbmc/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | debugfs.c | 21 #define WL18XX_DEBUGFS_FWSTATS_FILE(a, b, c) \ argument 22 DEBUGFS_FWSTATS_FILE(a, b, c, wl18xx_acx_statistics) 23 #define WL18XX_DEBUGFS_FWSTATS_FILE_ARRAY(a, b, c) \ argument 24 DEBUGFS_FWSTATS_FILE_ARRAY(a, b, c, wl18xx_acx_statistics)
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_irq.c | 217 #define CAT_HELPER(a, b) a ## b argument 218 #define CAT(a, b) CAT_HELPER(a, b) argument
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | reporting-issues.rst | 482 … 3a:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32) 1351 <linux@leemhuis.info>. If you spot a typo or small mistake, feel free to 1353 contact with translators. You are free to do the same in a mostly informal 1368 files which use a more restrictive license.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-usb_power_delivery | 27 The source capabilities message "Source_Capabilities" contains a 28 set of Power Data Objects (PDO), each representing a type of 41 The sink capability message "Sink_Capabilities" contains a set 145 after a Fast Role Swap.
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | leon_pci_grpci2.c | 94 #define REGLOAD(a) (be32_to_cpu(__raw_readl(&(a)))) argument 95 #define REGSTORE(a, v) (__raw_writel(cpu_to_be32(v), &(a))) argument
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-kobol-helios64.dts | 7 * The Kobol Helios64 is a board designed to operate as a NAS and optionally 92 hdd_a_power: hdd-a-power { 472 hdd_a_power_en: hdd-a-power-en {
|
/openbmc/linux/arch/sparc/lib/ |
H A D | copy_user.S | 31 #define EX(x,y,a,b) \ argument 36 a, b, %o0; \ 39 #define EX2(x,y,c,d,e,a,b) \ argument 45 a, b, %o0; \
|