/openbmc/qemu/hw/core/ |
H A D | qdev-properties-system.c | 338 mac->a[0], mac->a[1], mac->a[2], in get_mac() 339 mac->a[3], mac->a[4], mac->a[5]); in get_mac() 378 mac->a[i] = val; in set_mac() 564 qdev_prop_set_macaddr(dev, "mac", nd->macaddr.a); in qdev_set_nic_properties()
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/witherspoon/ |
H A D | fan-errors.yaml | 3 # * Create a NotPresent error if fan 0, 1, 2, or 3 is not present for more 5 # * Create a Nonfunctional error if fan 0, 1, 2, or 3 is not 9 # If a water cooled system, don't create errors for fan 1. 45 'Witherspoon has a single chassis to monitor.' 54 'Witherspoon has a single chassis to monitor.' 399 Fan 1 is not in a water cooled Witherspoon, so check for cooling type 415 Fan 1 is not in a water cooled Witherspoon, so check for cooling type 483 'If this condition passes the chassis is air cooled and will create a 497 'If this condition passes the chassis is air cooled and will create a
|
/openbmc/linux/drivers/hwmon/ |
H A D | nct6683.c | 411 struct sensor_device_attribute *a; in nct6683_create_attr_group() local 462 a = &su->u.a1; in nct6683_create_attr_group() 463 sysfs_attr_init(&a->dev_attr.attr); in nct6683_create_attr_group() 464 a->dev_attr.attr.name = su->name; in nct6683_create_attr_group() 465 a->index = (*t)->u.index + i; in nct6683_create_attr_group() 466 a->dev_attr.attr.mode = in nct6683_create_attr_group() 468 a->dev_attr.show = (*t)->dev_attr.show; in nct6683_create_attr_group() 469 a->dev_attr.store = (*t)->dev_attr.store; in nct6683_create_attr_group() 470 *attrs = &a->dev_attr.attr; in nct6683_create_attr_group()
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | memop.c | 215 #define GADDR(a) .gaddr = ((uintptr_t)a) argument 220 #define AR(a) ._ar = 1, .ar = (a) argument 221 #define KEY(a) .f_key = 1, .key = (a) argument 475 static bool popcount_eq(__uint128_t a, __uint128_t b) in popcount_eq() argument 479 count_a = __builtin_popcountl((uint64_t)(a >> 64)) + in popcount_eq() 480 __builtin_popcountl((uint64_t)a); in popcount_eq()
|
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront_synth.c | 1179 header->hdr.a.OriginalSample); in wavefront_send_alias() 1185 munge_int32 (header->hdr.a.OriginalSample, &alias_hdr[2], 2); in wavefront_send_alias() 1186 munge_int32 (*((unsigned int *)&header->hdr.a.sampleStartOffset), in wavefront_send_alias() 1188 munge_int32 (*((unsigned int *)&header->hdr.a.loopStartOffset), in wavefront_send_alias() 1190 munge_int32 (*((unsigned int *)&header->hdr.a.loopEndOffset), in wavefront_send_alias() 1192 munge_int32 (*((unsigned int *)&header->hdr.a.sampleEndOffset), in wavefront_send_alias() 1194 munge_int32 (header->hdr.a.FrequencyBias, &alias_hdr[20], 3); in wavefront_send_alias() 1195 munge_int32 (*(&header->hdr.a.FrequencyBias+1), &alias_hdr[23], 2); in wavefront_send_alias() 1426 if (copy_from_user (&header->hdr.a, header->hdrptr, in wavefront_load_patch()
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra234-p3701.dtsi | 796 mix_out1_port: port@a { 925 admaif10_port: port@a { 1094 asrc_out4_port: port@a { 1204 port@a { 1404 xbar_mvc2_in_port: port@2a { 1532 port@3a { 1660 xbar_adx3_in_port: port@4a { 1788 xbar_mix_in7_port: port@5a { 1916 port@6a {
|
/openbmc/linux/fs/kernfs/ |
H A D | dir.c | 74 static struct kernfs_node *kernfs_common_ancestor(struct kernfs_node *a, in kernfs_common_ancestor() argument 78 struct kernfs_root *ra = kernfs_root(a), *rb = kernfs_root(b); in kernfs_common_ancestor() 83 da = kernfs_depth(ra->kn, a); in kernfs_common_ancestor() 87 a = a->parent; in kernfs_common_ancestor() 96 while (b != a) { in kernfs_common_ancestor() 98 a = a->parent; in kernfs_common_ancestor() 101 return a; in kernfs_common_ancestor()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 937 static inline int pte_same(pte_t a, pte_t b) in pte_same() argument 939 return a.pte == b.pte; in pte_same() 950 static inline int pte_present(pte_t a) in pte_present() argument 952 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_present() 956 static inline int pte_devmap(pte_t a) in pte_devmap() argument 958 return (pte_flags(a) & _PAGE_DEVMAP) == _PAGE_DEVMAP; in pte_devmap() 963 static inline bool pte_accessible(struct mm_struct *mm, pte_t a) in pte_accessible() argument 965 if (pte_flags(a) & _PAGE_PRESENT) in pte_accessible() 968 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_accessible()
|
/openbmc/linux/security/keys/ |
H A D | keyring.c | 328 const struct keyring_index_key *a = &key_a->index_key; in keyring_diff_objects() local 334 seg_a = a->hash; in keyring_diff_objects() 344 seg_a = a->x; in keyring_diff_objects() 351 seg_a = (unsigned long)a->type; in keyring_diff_objects() 357 seg_a = (unsigned long)a->domain_tag; in keyring_diff_objects() 363 i = sizeof(a->desc); in keyring_diff_objects() 364 if (a->desc_len <= i) in keyring_diff_objects() 367 for (; i < a->desc_len; i++) { in keyring_diff_objects() 368 seg_a = *(unsigned char *)(a->description + i); in keyring_diff_objects()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 50 #define E1000_WRITE_REG(a, reg, value) \ argument 51 writel((value), ((a)->hw_addr + E1000_##reg)) 52 #define E1000_READ_REG(a, reg) \ argument 53 readl((a)->hw_addr + E1000_##reg) 54 #define E1000_WRITE_REG_ARRAY(a, reg, offset, value) \ argument 55 writel((value), ((a)->hw_addr + E1000_##reg + ((offset) << 2))) 56 #define E1000_READ_REG_ARRAY(a, reg, offset) \ argument 57 readl((a)->hw_addr + E1000_##reg + ((offset) << 2)) 58 #define E1000_WRITE_FLUSH(a) \ argument 59 do { E1000_READ_REG(a, STATUS); } while (0)
|
/openbmc/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 8 # Takes a list of words in argument; each one of them is added to COMPREPLY if 26 # Takes a list of words as argument; if any of those words is present on the 39 # Takes a list of words in argument; adds them all to COMPREPLY if none of them 168 # Is it the map to update, or a map to insert into the map to update? 192 # Id to complete is for a value. It can be either prog id or map id. This 214 # Is it the map to update, or a map to insert into the map to update? 238 # Name to complete is for a value. It can be either prog name or map name. This 446 # or bash tries to complete "load" as a filename below. 792 # We can have bytes, or references to a prog or a
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | ioctl-number.rst | 21 system calls 'write' and 'read'. For example, a SET_FOO ioctl would 23 a GET_FOO ioctl would be _IOR, although the kernel would actually write 28 many drivers share a partial letter with other drivers. 30 If you are writing a driver for a new device and need a letter, pick an 36 The second argument to _IO, _IOW, _IOR, or _IOWR is a sequence number 50 if a program calls an ioctl on the wrong device, it will get an 220 'a' all linux/atm*.h, linux/sonet.h ATM on linux 222 'a' 00-0F drivers/crypto/qat/qat_common/adf_cfg_common.h conflict! qat driver
|
/openbmc/linux/drivers/pinctrl/ |
H A D | core.c | 487 int a; in pinctrl_find_gpio_range_from_pin_nolock() local 488 for (a = 0; a < range->npins; a++) { in pinctrl_find_gpio_range_from_pin_nolock() 489 if (range->pins[a] == pin) in pinctrl_find_gpio_range_from_pin_nolock() 1762 int a; in pinctrl_gpioranges_show() local 1766 for (a = 0; a < range->npins - 1; a++) in pinctrl_gpioranges_show() 1767 seq_printf(s, "%u, ", range->pins[a]); in pinctrl_gpioranges_show() 1768 seq_printf(s, "%u}\n", range->pins[a]); in pinctrl_gpioranges_show()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | keyboard.c | 1700 struct kbdiacrs __user *a = udp; in vt_do_diacrit() local 1724 if (put_user(asize, &a->kb_cnt)) in vt_do_diacrit() 1726 else if (copy_to_user(a->kbdiacr, dia, in vt_do_diacrit() 1734 struct kbdiacrsuc __user *a = udp; in vt_do_diacrit() local 1751 if (put_user(asize, &a->kb_cnt)) in vt_do_diacrit() 1762 struct kbdiacrs __user *a = udp; in vt_do_diacrit() local 1769 if (get_user(ct, &a->kb_cnt)) in vt_do_diacrit() 1776 dia = memdup_user(a->kbdiacr, in vt_do_diacrit() 1800 struct kbdiacrsuc __user *a = udp; in vt_do_diacrit() local 1807 if (get_user(ct, &a->kb_cnt)) in vt_do_diacrit() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 100 def vercmp_part(a, b): argument 101 va = explode_version(a) 138 def vercmp_string(a, b): argument 140 ta = split_version(a) 144 def vercmp_string_op(a, b, op): argument 150 res = vercmp_string(a, b) 842 a = getstatusoutput("/bin/mv -f " + "'" + src + "' '" + dest + "'") 843 if a[0] != 0: 924 a = getstatusoutput("/bin/cp -f " + "'" + src + "' '" + dest + "'") 925 if a[0] != 0: [all …]
|
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.h | 353 #define h_vioctl(u, o, a, u1, u2, u3, u4) \ argument 354 plpar_hcall_norets(H_VIOCTL, u, o, a, u1, u2)
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
H A D | arith.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a 39 // does a 32x32 -> 64 multiplication
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | armada3700-periph-clock.txt | 12 The following is a list of provided IDs for Armada 3700 North bridge clocks: 33 The following is a list of provided IDs for Armada 3700 South bridge clocks:
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | 8xxx_gpio.txt | 43 Example of gpio-controller nodes for a MPC8347 SoC: 65 Example of a peripheral using the GPIO module as an IRQ controller:
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cpuacct.rst | 29 The above steps create a new group g1 and move the current shell 34 cpuacct.stat file lists a few statistics which further divide the
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | tomoyo.rst | 8 TOMOYO is a name-based MAC extension (LSM module) for the Linux kernel. 64 LSM version of TOMOYO is a subset of non-LSM version of TOMOYO. We are planning
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | iss4xx.dts | 86 /* Wish there was a nicer way of specifying a full 32-bit
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | as3722-regulator.txt | 23 - regulators : Must contain a sub-node per regulator from the list below. 25 information for that regulator. See regulator.txt for a
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/ |
H A D | make-init-script-be-able-to-automatically-load-EDAC-.patch | 10 diff --git a/src/etc/edac.init.in b/src/etc/edac.init.in 12 --- a/src/etc/edac.init.in
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | DSSSL | 16 obtaining a copy of this software and associated documentation 34 distributed will be identified with a different name and the
|