/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/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/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 | 484 int a; in pinctrl_find_gpio_range_from_pin_nolock() local 485 for (a = 0; a < range->npins; a++) { in pinctrl_find_gpio_range_from_pin_nolock() 486 if (range->pins[a] == pin) in pinctrl_find_gpio_range_from_pin_nolock() 1759 int a; in pinctrl_gpioranges_show() local 1763 for (a = 0; a < range->npins - 1; a++) in pinctrl_gpioranges_show() 1764 seq_printf(s, "%u, ", range->pins[a]); in pinctrl_gpioranges_show() 1765 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/fs/ocfs2/cluster/ |
H A D | tcp.c | 201 # define o2net_init_nst(a, b, c, d, e) argument 202 # define o2net_set_nst_sock_time(a) argument 203 # define o2net_set_nst_send_time(a) argument 204 # define o2net_set_nst_status_time(a) argument 206 # define o2net_set_nst_msg_id(a, b) argument 207 # define o2net_set_sock_timer(a) argument 208 # define o2net_set_data_ready_time(a) argument 210 # define o2net_set_advance_stop_time(a) argument 211 # define o2net_set_func_start_time(a) argument 212 # define o2net_set_func_stop_time(a) argument [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
|
/openbmc/openbmc/poky/meta/recipes-multimedia/liba52/liba52/ |
H A D | buildcleanup.patch | 51 -elif test x"$CC" = x"tcc" -a x"`$CC -version 2>&1 | grep TenDRA`" != x""; then 58 -elif test x"$CC" = x"icc" -a x"`$CC -V 2>&1 | grep Intel`" != x""; then
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-rockchip-typec.txt | 14 - resets : a list of phandle + reset specifier pairs 21 Required nodes : a sub-node is required for each port the phy provides.
|
/openbmc/u-boot/doc/device-tree-bindings/serial/ |
H A D | 8250.txt | 50 Freescale DUART is very similar to the PC16552D (and to a 54 Represents a single port that is compatible with the DUART found
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | exec_rw_const.cocci | 52 // Avoid uses of address_space_rw() with a constant is_write argument. 65 // Avoid uses of cpu_physical_memory_rw() with a constant is_write argument.
|