/openbmc/linux/tools/objtool/ |
H A D | elf.c | 32 #define __elf_table(name) (elf->name##_hash) argument 33 #define __elf_bits(name) (elf->name##_bits) argument 35 #define __elf_table_entry(name, key) \ argument 38 #define elf_hash_add(name, node, key) \ argument 63 #define elf_hash_del(name, node, key) \ argument 72 #define elf_hash_for_each_possible(name, obj, member, key) \ argument 77 #define elf_alloc_hash(name, size) \ argument 132 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name() 256 struct symbol *find_symbol_by_name(const struct elf *elf, const char *name) in find_symbol_by_name() 826 char *name = malloc(namelen); in elf_create_prefix_symbol() local [all …]
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 88 static char *__dentry_name(struct dentry *dentry, char *name) in __dentry_name() 121 char *name = __getname(); in dentry_name() local 131 char *name; in inode_name() local 146 char *name, *resolved, *end; in follow_link() local 272 char *name; in hostfs_readdir() local 297 char *name; in hostfs_open() local 573 static struct inode *hostfs_iget(struct super_block *sb, char *name) in hostfs_iget() 602 char *name; in hostfs_create() local 630 char *name; in hostfs_lookup() local 725 char *name; in hostfs_mknod() local [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mips-cpc.h | 64 #define CPC_ACCESSOR_RO(sz, off, name) \ argument 68 #define CPC_ACCESSOR_RW(sz, off, name) \ argument 72 #define CPC_CX_ACCESSOR_RO(sz, off, name) \ argument 76 #define CPC_CX_ACCESSOR_RW(sz, off, name) \ argument
|
/openbmc/linux/include/xen/arm/ |
H A D | interface.h | 15 #define __DEFINE_GUEST_HANDLE(name, type) \ argument 19 #define DEFINE_GUEST_HANDLE_STRUCT(name) \ argument 21 #define DEFINE_GUEST_HANDLE(name) __DEFINE_GUEST_HANDLE(name, name) argument 22 #define GUEST_HANDLE(name) __guest_handle_ ## name argument
|
/openbmc/u-boot/tools/ |
H A D | rkmux.py | 55 def __init__(self, name): argument 114 def process_file(name, fd): argument 181 def process_csv(name, fd): argument 205 name = sys.argv[2] variable
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_keyboard.py | 26 def __init__(self, rdesc, name=None, input_info=None): argument 112 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 143 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 211 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument 257 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_encoder.c | 100 int encoder_type, const char *name, va_list ap) in __drm_encoder_init() 162 int encoder_type, const char *name, ...) in drm_encoder_init() 221 const char *name, in __drmm_encoder_init() 242 int encoder_type, const char *name, ...) in __drmm_encoder_alloc() 285 int encoder_type, const char *name, ...) in drmm_encoder_init()
|
/openbmc/linux/tools/perf/tests/ |
H A D | parse-metric.c | 21 static u64 find_value(const char *name, struct value *values) in find_value() 49 const char *name) in compute_single() 68 static int __compute_metric(const char *name, struct value *vals, in __compute_metric() 125 static int compute_metric(const char *name, struct value *vals, double *ratio) in compute_metric() 130 static int compute_metric_group(const char *name, struct value *vals, in compute_metric_group()
|
/openbmc/libcper/examples/ |
H A D | memory.json | 5 "name": "HW_ERROR_FLAGS_SIMULATED", string 23 "name": "Informational" string 54 "name": "Corrected" string 75 "name": "ERR_UNIMPL", string 87 "name": "Multi-bit ECC", string
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | gate.json | 4 "name": "Add gate action with priority and sched-entry", string 28 "name": "Add gate action with base-time", string 52 "name": "Add gate action with cycle-time", string 76 "name": "Add gate action with cycle-time-ext", string 100 "name": "Replace gate base-time action", string 130 "name": "Delete gate action with valid index", string 160 "name": "Delete gate action with invalid index", string 190 "name": "List gate actions", string 217 "name": "Flush gate actions", string 244 "name": "Add gate action with duplicate index", string [all …]
|
H A D | ctinfo.json | 4 "name": "Add ctinfo action with default setting", string 28 "name": "Add ctinfo action with dscp", string 52 "name": "Add ctinfo action with valid cpmark and zone", string 76 "name": "Add ctinfo action with drop control", string 100 "name": "Replace ctinfo action zone and action control", string 130 "name": "Delete ctinfo action with valid index", string 160 "name": "Delete ctinfo action with invalid index", string 190 "name": "List ctinfo actions", string 217 "name": "Flush ctinfo actions", string 244 "name": "Add ctinfo action with duplicate index", string [all …]
|
H A D | bpf.json | 4 "name": "Add cBPF action with valid bytecode", string 28 "name": "Add cBPF action with invalid bytecode", string 52 "name": "Add eBPF action with valid object-file", string 79 "name": "Add eBPF action with invalid object-file", string 111 "name": "Replace cBPF bytecode and action control", string 141 "name": "Delete cBPF action ", string 171 "name": "List cBPF actions", string 198 "name": "Flush BPF actions", string 225 "name": "Add cBPF action with duplicate index", string 250 "name": "Add cBPF action with invalid index", string [all …]
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | gpio_configs.c | 89 cJSON* name = cJSON_GetObjectItem(power_out, "name"); in read_power_gpios() local 124 cJSON* name = cJSON_GetObjectItem(reset_out, "name"); in read_power_gpios() local 163 cJSON* name = cJSON_GetObjectItem(pci_reset_out, "name"); in read_power_gpios() local
|
/openbmc/u-boot/env/ |
H A D | callback.c | 17 static struct env_clbk_tbl *find_env_callback(const char *name) in find_env_callback() 92 static int set_callback(const char *name, const char *value, void *priv) in set_callback() 122 static int on_callbacks(const char *name, const char *value, enum env_op op, in on_callbacks()
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | clk-r8a7778.c | 30 const char *name; member 44 r8a7778_cpg_register_clock(struct device_node *np, const char *name) in r8a7778_cpg_register_clock() 109 const char *name; in r8a7778_cpg_clocks_init() local
|
/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | namedelement.py | 25 def __getattribute__(self, name): argument 72 def __fixup_name(name): argument 181 def lower_camel_case(name): argument
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 100 char *name; in get_dname() local 117 char *name; in tracefs_syscall_mkdir() local 149 char *name; in tracefs_syscall_rmdir() local 540 struct dentry *tracefs_start_creating(const char *name, struct dentry *parent) in tracefs_start_creating() 638 struct dentry *tracefs_create_file(const char *name, umode_t mode, in tracefs_create_file() 675 static struct dentry *__create_dir(const char *name, struct dentry *parent, in __create_dir() 724 struct dentry *tracefs_create_dir(const char *name, struct dentry *parent) in tracefs_create_dir() 749 __init struct dentry *tracefs_create_instance_dir(const char *name, in tracefs_create_instance_dir() 751 int (*mkdir)(const char *name), in tracefs_create_instance_dir() 752 int (*rmdir)(const char *name)) in tracefs_create_instance_dir()
|
/openbmc/linux/scripts/kconfig/ |
H A D | confdata.c | 131 static int conf_touch_dep(const char *name) in conf_touch_dep() 207 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local 214 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local 221 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name() local 228 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name() local 351 int conf_read_simple(const char *name, int def) in conf_read_simple() 525 int conf_read(const char *name) in conf_read() 894 int conf_write(const char *name) in conf_write() 1013 char name[PATH_MAX], tmp[PATH_MAX]; in conf_write_autoconf_cmd() local 1061 const char *name, *tmp; in conf_touch_deps() local
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_nameval.c | 32 static int nval_find(const char *xb, int xb_size, const YCHAR *name, in nval_find() 73 int nval_del(char *xb, int xb_size, const YCHAR *name) in nval_del() 89 int nval_set(char *xb, int xb_size, const YCHAR *name, const char *buf, in nval_set() 129 int nval_get(const char *xb, int xb_size, const YCHAR * name, char *buf, in nval_get()
|
/openbmc/linux/drivers/clk/nuvoton/ |
H A D | clk-ma35d1.c | 372 static struct clk_hw *ma35d1_clk_fixed(const char *name, int rate) in ma35d1_clk_fixed() 377 static struct clk_hw *ma35d1_clk_mux_parent(struct device *dev, const char *name, in ma35d1_clk_mux_parent() 387 static struct clk_hw *ma35d1_clk_mux(struct device *dev, const char *name, in ma35d1_clk_mux() 397 static struct clk_hw *ma35d1_clk_divider(struct device *dev, const char *name, in ma35d1_clk_divider() 405 static struct clk_hw *ma35d1_clk_divider_pow2(struct device *dev, const char *name, in ma35d1_clk_divider_pow2() 414 static struct clk_hw *ma35d1_clk_divider_table(struct device *dev, const char *name, in ma35d1_clk_divider_table() 424 static struct clk_hw *ma35d1_clk_fixed_factor(struct device *dev, const char *name, in ma35d1_clk_fixed_factor() 432 static struct clk_hw *ma35d1_clk_gate(struct device *dev, const char *name, const char *parent, in ma35d1_clk_gate()
|
/openbmc/qemu/hw/sensor/ |
H A D | lsm303dlhc_mag.c | 85 static void lsm303dlhc_mag_get_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_x() 96 static void lsm303dlhc_mag_get_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_y() 107 static void lsm303dlhc_mag_get_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_get_z() 118 static void lsm303dlhc_mag_set_x(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_x() 141 static void lsm303dlhc_mag_set_y(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_y() 164 static void lsm303dlhc_mag_set_z(Object *obj, Visitor *v, const char *name, in lsm303dlhc_mag_set_z() 191 const char *name, void *opaque, in lsm303dlhc_mag_get_temperature() 207 const char *name, void *opaque, in lsm303dlhc_mag_set_temperature()
|
/openbmc/linux/drivers/video/ |
H A D | screen_info_generic.c | 10 const char *name, unsigned int flags) in resource_init_named() 22 const char *name) in resource_init_io_named() 29 const char *name) in resource_init_mem_named()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | unistd.h | 49 #define K_INLINE_SYSCALL(name, nr, args...) ({ \ argument 107 #define _syscall0(type,name) \ argument 113 #define _syscall1(type,name,type1,arg1) \ argument 119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | hfsc.json | 4 "name": "Create HFSC with default setting", string 27 "name": "Create HFSC with class sc and ul rate setting", string 51 "name": "Create HFSC with class sc umax and dmax setting", string 75 "name": "Create HFSC with class rt and ls rate setting", string 99 "name": "Create HFSC with class rt umax and dmax setting", string 123 "name": "Delete HFSC with handle", string 146 "name": "Show HFSC class", string
|
/openbmc/linux/drivers/clk/hisilicon/ |
H A D | clk.h | 28 char *name; member 36 char *name; member 45 const char *name; member 59 const char *name; member 72 const char *name; member 85 const char *name; member 97 const char *name; member
|