/openbmc/qemu/hw/net/ |
H A D | sungem.c | 743 uint8_t *ma = s->conf.macaddr.a; in sungem_reset_all() 1404 s->conf.macaddr.a); in sungem_realize()
|
/openbmc/linux/fs/gfs2/ |
H A D | log.c | 705 static int ip_cmp(void *priv, const struct list_head *a, const struct list_head *b) in ip_cmp() argument 709 ipa = list_entry(a, struct gfs2_inode, i_ordered); in ip_cmp()
|
/openbmc/qemu/crypto/ |
H A D | cipher-nettle.c.inc | 16 * You should have received a copy of the GNU Lesser General Public 44 error_setg(errp, "Length %zu must be a multiple of block size %zu",
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 051.pc.out | 126 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on: Lazy refcounts require a qc… 329 QEMU_PROG: -drive driver=file: The 'file' block driver requires a file name 332 QEMU_PROG: -drive driver=file,filename=: The 'file' block driver requires a file name 341 QEMU_PROG: -drive file.driver=file: The 'file' block driver requires a file name
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 587 void __iomem *a; in memread_show() local 600 a = wmi_buffer(wil, cpu_to_le32(mem_addr)); in memread_show() 602 if (a) in memread_show() 603 seq_printf(s, "[0x%08x] = 0x%08x\n", mem_addr, readl(a)); in memread_show()
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-rs.c | 780 il4965_table_type_matches(struct il_scale_tbl_info *a, in il4965_table_type_matches() argument 783 return (a->lq_type == b->lq_type && a->ant_type == b->ant_type && in il4965_table_type_matches() 784 a->is_SGI == b->is_SGI); in il4965_table_type_matches()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 566 static u32 ceil_u32(u32 a, u32 b) in ceil_u32() argument 568 return (a + b - 1) / b; in ceil_u32() 1523 static u64 ceil_u64(u64 a, u64 b) in ceil_u64() argument 1525 return (a + b - 1) / b; in ceil_u64()
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1598 static int rio_mport_match_pw_filter(struct rio_pw_filter *a, in rio_mport_match_pw_filter() argument 1601 if ((a->mask == b->mask) && (a->low == b->low) && (a->high == b->high)) in rio_mport_match_pw_filter()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 371 inline int is_same_ess(struct wlan_bssid_ex *a, struct wlan_bssid_ex *b) in is_same_ess() argument 373 return (a->ssid.ssid_length == b->ssid.ssid_length) in is_same_ess() 374 && !memcmp(a->ssid.ssid, b->ssid.ssid, a->ssid.ssid_length); in is_same_ess()
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 5 # Each System register is described by a Sysreg block: 12 # Within a Sysreg block, each field can be described as one of: 28 # a SysregFields block can be used to describe the shared layout 41 # For ID registers we adopt a few conventions for translating the
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-mlxreg-io | 222 versions have been burned CPLD devices equipped on a 563 revoked AP Firmware, at which point it will hold the AP in RESET until a 585 Issuing a reset to the EROT while asserting the recovery signal will cause 673 versions have been burned the 5-th CPLD device equipped on a
|
/openbmc/linux/fs/ |
H A D | dcache.c | 223 unsigned long a,b,mask; in dentry_string_cmp() local 226 a = read_word_at_a_time(cs); in dentry_string_cmp() 230 if (unlikely(a != b)) in dentry_string_cmp() 239 return unlikely(!!((a ^ b) & mask)); in dentry_string_cmp()
|
/openbmc/linux/drivers/md/ |
H A D | dm-bufio.c | 2099 int a, f; in dm_bufio_write_dirty_buffers() local 2141 a = xchg(&c->async_write_error, 0); in dm_bufio_write_dirty_buffers() 2143 if (a) in dm_bufio_write_dirty_buffers() 2144 return a; in dm_bufio_write_dirty_buffers()
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 2289 static int vgic_its_ite_cmp(void *priv, const struct list_head *a, in vgic_its_ite_cmp() argument 2292 struct its_ite *itea = container_of(a, struct its_ite, ite_list); in vgic_its_ite_cmp() 2432 static int vgic_its_device_cmp(void *priv, const struct list_head *a, in vgic_its_device_cmp() argument 2435 struct its_device *deva = container_of(a, struct its_device, dev_list); in vgic_its_device_cmp()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | validate-regulators-config_tests.cpp | 44 "comments": [ "Config file for a FooBar one-chassis system" ], 48 "comments": [ "Sets output voltage for a PMBus regulator rail" ], 59 "comments": [ "Reads sensors from a PMBus regulator rail" ],
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_synth.c | 38 #define C(a, b) SYNTH_ERR_##a argument 43 #define C(a, b) b argument
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_gtt.c | 1267 struct drm_mm_node *a = list_entry(A, typeof(*a), hole_stack); in sort_holes() local 1270 if (a->start < b->start) in sort_holes()
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_user.robot | 443 [Documentation] Verify that IPMI user can create a 16 character password using 16 char or 20 454 [Documentation] Verify that ipmitool by default opts for the 16 character option when given a 587 [Documentation] Create a user and set its password with given length and option.
|
/openbmc/qemu/target/arm/ |
H A D | kvm.c | 753 static int compare_u64(const void *a, const void *b) in compare_u64() argument 755 if (*(uint64_t *)a > *(uint64_t *)b) { in compare_u64() 758 if (*(uint64_t *)a < *(uint64_t *)b) { in compare_u64()
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi.robot | 93 a.3.118.94 10.5.20.1 255.255.252.0 ${HTTP_BAD_REQUEST} 167 # Create a new Redfish session 423 [Documentation] Enable and Disable DHCP in a loop and verify VMI gets an IP address from DHCP
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | mpc8349emitx.dts | 133 mcu_pio: mcu@a {
|
H A D | arches.dts | 227 sttm@4a {
|
/openbmc/linux/arch/mips/boot/dts/brcm/ |
H A D | bcm7360.dtsi | 270 mac-address = [ 00 10 18 36 23 1a ];
|
H A D | bcm7362.dtsi | 266 mac-address = [ 00 10 18 36 23 1a ];
|
/openbmc/linux/drivers/scsi/ |
H A D | script_asm.pl | 949 for $patch (sort {$a <=> $b} @label_patches) {
|