/openbmc/linux/arch/m68k/include/asm/ |
H A D | bootstd.h | 49 #define _bsc0(type,name) \ argument 60 #define _bsc1(type,name,atype,a) \ argument 72 #define _bsc2(type,name,atype,a,btype,b) \ argument 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
|
/openbmc/qemu/include/qemu/ |
H A D | module.h | 131 #define module_obj(name) modinfo(obj, name) argument 140 #define module_dep(name) modinfo(dep, name) argument 154 #define module_arch(name) modinfo(arch, name) argument 163 #define module_opts(name) modinfo(opts, name) argument 173 #define module_kconfig(name) modinfo(kconfig, name) argument 183 const char *name; member
|
/openbmc/linux/sound/soc/tegra/ |
H A D | tegra210_ahub.c | 999 #define TEGRA_COMMON_MUX_ROUTES(name) \ argument 1042 #define TEGRA210_ONLY_MUX_ROUTES(name) \ argument 1045 #define TEGRA186_ONLY_MUX_ROUTES(name) \ argument 1075 #define TEGRA210_MUX_ROUTES(name) \ argument 1079 #define TEGRA186_MUX_ROUTES(name) \ argument 1084 #define TEGRA_FE_ROUTES(name) \ argument
|
/openbmc/qemu/qapi/ |
H A D | string-input-visitor.c | 63 static bool start_list(Visitor *v, const char *name, GenericList **list, in start_list() 182 static bool parse_type_int64(Visitor *v, const char *name, int64_t *obj, in parse_type_int64() 272 static bool parse_type_uint64(Visitor *v, const char *name, uint64_t *obj, in parse_type_uint64() 314 static bool parse_type_size(Visitor *v, const char *name, uint64_t *obj, in parse_type_size() 329 static bool parse_type_bool(Visitor *v, const char *name, bool *obj, in parse_type_bool() 338 static bool parse_type_str(Visitor *v, const char *name, char **obj, in parse_type_str() 348 static bool parse_type_number(Visitor *v, const char *name, double *obj, in parse_type_number() 365 static bool parse_type_null(Visitor *v, const char *name, QNull **obj, in parse_type_null()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/chassis/obmc-phosphor-buttons/ |
H A D | gpio_defs.json | 4 "name": "POWER_BUTTON1", string 23 "name": "POWER_BUTTON2", string 42 "name": "POWER_BUTTON3", string 61 "name": "POWER_BUTTON4", string 80 "name": "POWER_BUTTON5", string 99 "name": "POWER_BUTTON6", string 118 "name": "POWER_BUTTON7", string 137 "name": "POWER_BUTTON8", string
|
/openbmc/linux/fs/hfsplus/ |
H A D | xattr.c | 24 static int strcmp_xattr_finder_info(const char *name) in strcmp_xattr_finder_info() 33 static int strcmp_xattr_acl(const char *name) in strcmp_xattr_acl() 42 static bool is_known_namespace(const char *name) in is_known_namespace() 257 int __hfsplus_setxattr(struct inode *inode, const char *name, in __hfsplus_setxattr() 421 int hfsplus_setxattr(struct inode *inode, const char *name, in hfsplus_setxattr() 489 ssize_t __hfsplus_getxattr(struct inode *inode, const char *name, in __hfsplus_getxattr() 575 ssize_t hfsplus_getxattr(struct inode *inode, const char *name, in hfsplus_getxattr() 767 static int hfsplus_removexattr(struct inode *inode, const char *name) in hfsplus_removexattr() 841 const char *name, void *buffer, size_t size) in hfsplus_osx_getxattr() 862 const char *name, const void *buffer, in hfsplus_osx_setxattr()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 220 #define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__) argument 221 #define SYSCALL_DEFINE2(name, ...) SYSCALL_DEFINEx(2, _##name, __VA_ARGS__) argument 222 #define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__) argument 223 #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) argument 224 #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__) argument 225 #define SYSCALL_DEFINE6(name, ...) SYSCALL_DEFINEx(6, _##name, __VA_ARGS__) argument 241 #define __SYSCALL_DEFINEx(x, name, ...) \ argument 263 #define SC_ARG64(name) u32, name##_lo, u32, name##_hi argument 265 #define SC_ARG64(name) u32, name##_hi, u32, name##_lo argument 267 #define SC_VAL64(type, name) ((type) name##_hi << 32 | name##_lo) argument
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | vdso.h | 14 #define VDSO64_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso64_offset_##name)) argument 16 #define VDSO32_SYMBOL(tsk, name) ((tsk)->mm->context.vdso_base + (vdso32_offset_##name)) argument 18 #define VDSO32_SYMBOL(tsk, name) (-1UL) argument
|
/openbmc/linux/sound/soc/codecs/ |
H A D | madera.h | 188 #define MADERA_GAINMUX_CONTROLS(name, base) \ argument 193 #define MADERA_MIXER_CONTROLS(name, base) \ argument 207 #define MADERA_MUX_ENUM_DECL(name, reg) \ argument 211 #define MADERA_MUX_CTL_DECL(name) \ argument 215 #define MADERA_MUX_ENUMS(name, base_reg) \ argument 219 #define MADERA_MIXER_ENUMS(name, base_reg) \ argument 225 #define MADERA_DSP_AUX_ENUMS(name, base_reg) \ argument 233 #define MADERA_MUX(name, ctrl) \ argument 236 #define MADERA_MUX_WIDGETS(name, name_str) \ argument 239 #define MADERA_MIXER_WIDGETS(name, name_str) \ argument [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/infra/ |
H A D | actions.json | 4 "name": "Reference pedit action object in filter", string 27 "name": "Reference mpls action object in filter", string 50 "name": "Reference bpf action object in filter", string 73 "name": "Reference connmark action object in filter", string 96 "name": "Reference csum action object in filter", string 119 "name": "Reference ct action object in filter", string 142 "name": "Reference ctinfo action object in filter", string 165 "name": "Reference gact action object in filter", string 188 "name": "Reference gate action object in filter", string 211 "name": "Reference ife action object in filter", string [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | fq.json | 4 "name": "Create FQ with default setting", string 27 "name": "Create FQ with limit packet setting", string 50 "name": "Create FQ with flow_limit setting", string 73 "name": "Create FQ with quantum setting", string 96 "name": "Create FQ with initial_quantum setting", string 119 "name": "Create FQ with invalid initial_quantum setting", string 141 "name": "Create FQ with maxrate setting", string 164 "name": "Create FQ with nopacing setting", string 187 "name": "Create FQ with refill_delay setting", string 210 "name": "Create FQ with low_rate_threshold setting", string [all …]
|
H A D | cake.json | 4 "name": "Create CAKE with default setting", string 27 "name": "Create CAKE with bandwidth limit", string 50 "name": "Create CAKE with autorate-ingress flag", string 73 "name": "Create CAKE with rtt time", string 96 "name": "Create CAKE with besteffort flag", string 119 "name": "Create CAKE with diffserv8 flag", string 142 "name": "Create CAKE with diffserv4 flag", string 165 "name": "Create CAKE with flowblind flag", string 188 "name": "Create CAKE with dsthost and nat flag", string 211 "name": "Create CAKE with wash flag", string [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | sample.json | 4 "name": "Add valid sample action with mandatory arguments", string 28 "name": "Add valid sample action with mandatory arguments and continue control action", string 52 "name": "Add valid sample action with mandatory arguments and drop control action", string 76 "name": "Add valid sample action with mandatory arguments and reclassify control action", string 100 "name": "Add valid sample action with mandatory arguments and pipe control action", string 124 "name": "Add valid sample action with mandatory arguments and jump control action", string 148 "name": "Add sample action with invalid rate", string 172 "name": "Add sample action with mandatory arguments and invalid control action", string 194 "name": "Add invalid sample action without mandatory arguments", string 216 "name": "Add invalid sample action without mandatory argument rate", string [all …]
|
H A D | mirred.json | 4 "name": "Add mirred mirror to egress action", string 28 "name": "Add mirred redirect to egress action", string 53 "name": "Get mirred actions", string 79 "name": "Add invalid mirred direction", string 103 "name": "Add invalid mirred action", string 127 "name": "Add mirred action with invalid device", string 151 "name": "Add mirred action with duplicate index", string 176 "name": "Add mirred mirror action with control pass", string 200 "name": "Add mirred mirror action with control pipe", string 224 "name": "Add mirred mirror action with control continue", string [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | matchall.json | 4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS", string 25 "name": "Add egress matchall filter for protocol ipv4 and action PASS", string 46 "name": "Add ingress matchall filter for protocol ipv6 and action DROP", string 67 "name": "Add egress matchall filter for protocol ipv6 and action DROP", string 88 …"name": "Add ingress matchall filter for protocol ipv4 and action PASS with priority at 16-bit max… string 109 …"name": "Add egress matchall filter for protocol ipv4 and action PASS with priority at 16-bit maxi… string 130 …"name": "Add ingress matchall filter for protocol ipv4 and action PASS with priority exceeding 16-… string 151 …"name": "Add egress matchall filter for protocol ipv4 and action PASS with priority exceeding 16-b… string 172 …"name": "Add ingress matchall filter for all protocols and action CONTINUE with handle at 32-bit m… string 193 …"name": "Add egress matchall filter for all protocols and action CONTINUE with handle at 32-bit ma… string [all …]
|
/openbmc/u-boot/env/ |
H A D | attr.c | 29 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk() 33 char *name, *attributes; in env_attr_walk() local 119 static int regex_callback(const char *name, const char *attributes, void *priv) in regex_callback() 169 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup() 259 int env_attr_lookup(const char *attr_list, const char *name, char *attributes) in env_attr_lookup()
|
/openbmc/linux/include/trace/events/ |
H A D | handshake.h | 111 #define DEFINE_HANDSHAKE_EVENT(name) \ argument 144 #define DEFINE_HANDSHAKE_FD_EVENT(name) \ argument 178 #define DEFINE_HANDSHAKE_ERROR(name) \ argument 220 #define DEFINE_HANDSHAKE_ALERT(name) \ argument
|
/openbmc/qemu/monitor/ |
H A D | hmp-target.c | 52 int hmp_compare_cmd(const char *name, const char *list) in hmp_compare_cmd() 88 int get_monitor_def(Monitor *mon, int64_t *pval, const char *name) in get_monitor_def() 148 void monitor_register_hmp(const char *name, bool info, in monitor_register_hmp() 164 void monitor_register_hmp_info_hrt(const char *name, in monitor_register_hmp_info_hrt()
|
/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_gettimeofday.c | 29 const char *name = "__kernel_gettimeofday"; variable 32 const char *name = "__vdso_gettimeofday"; variable 35 const char *name = "__vdso_gettimeofday"; variable
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/chassis/obmc-phosphor-buttons/ |
H A D | gpio_defs.json | 4 "name": "POWER_BUTTON", string 9 "name": "DEBUG_SELECTOR_BUTTON", string 14 "name": "HOST_SELECTOR", string
|
/openbmc/linux/fs/iomap/ |
H A D | trace.h | 46 #define DEFINE_READPAGE_EVENT(name) \ argument 78 #define DEFINE_RANGE_EVENT(name) \ argument 151 #define DEFINE_IOMAP_EVENT(name) \ argument
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/chassis/obmc-phosphor-buttons/ |
H A D | gpio_defs.json | 4 "name": "POWER_BUTTON", string 9 "name": "DEBUG_SELECTOR_BUTTON", string 14 "name": "HOST_SELECTOR", string
|
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/chassis/obmc-phosphor-buttons/ |
H A D | gpio_defs.json | 4 "name": "POWER_BUTTON", string 9 "name": "RESET_BUTTON", string 14 "name": "HOST_SELECTOR", string
|
/openbmc/linux/drivers/clk/ |
H A D | clk-fixed-factor.c | 81 const char *name, const char *parent_name, in __clk_hw_register_fixed_factor() 151 const char *name, unsigned int index, unsigned long flags, in devm_clk_hw_register_fixed_factor_index() 173 const char *name, const struct clk_hw *parent_hw, in devm_clk_hw_register_fixed_factor_parent_hw() 182 const char *name, const struct clk_hw *parent_hw, in clk_hw_register_fixed_factor_parent_hw() 192 const char *name, const char *parent_name, unsigned long flags, in clk_hw_register_fixed_factor() 200 struct clk *clk_register_fixed_factor(struct device *dev, const char *name, in clk_register_fixed_factor() 239 const char *name, const char *parent_name, unsigned long flags, in devm_clk_hw_register_fixed_factor()
|
/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | specs.rst | 83 name subsection 105 name subsection 167 name subsection 192 name subsection 321 name subsection 395 name subsection 402 .. _attr_types:
|