| /scripts/dtc/libfdt/ |
| D | libfdt.h | 260 #define fdt_set_hdr_(name) \ argument 748 const char *name, in fdt_get_property_w() 808 const char *name, int namelen, in fdt_getprop_namelen_w() 847 const char *name, int *lenp) in fdt_getprop_w() 1386 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1421 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1438 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1541 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1546 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1553 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|
| D | fdt_wip.c | 14 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial() 33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
|
| D | fdt_rw.c | 184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 334 const char *name, int namelen) in fdt_add_subnode_namelen() 377 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
|
| D | fdt_overlay.c | 102 const char *name, uint32_t delta) in overlay_phandle_add_offset() 212 const char *name; in overlay_update_local_node_references() local 334 const char *name, uint32_t name_len, in overlay_fixup_one_phandle() 408 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local 559 const char *name; in overlay_update_node_conflicting_references() local 681 const char *name = fdt_get_name(fdto, fdtochild, NULL); in overlay_prevent_phandle_overwrite_node() local 776 const char *name; in overlay_apply_node() local 794 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local 866 const char *name; in get_path_len() local 913 const char *name; in overlay_symbol_update() local
|
| D | fdt_ro.c | 226 const char *name, int namelen) in fdt_subnode_offset_namelen() 245 const char *name) in fdt_subnode_offset() 399 const char *name, in fdt_get_property_namelen_() 430 const char *name, in fdt_get_property_namelen() 448 const char *name, int *lenp) in fdt_get_property() 455 const char *name, int namelen, int *lenp) in fdt_getprop_namelen() 481 const char *name; in fdt_getprop_by_offset() local 506 const char *name, int *lenp) in fdt_getprop() 541 const char *name, int namelen) in fdt_get_alias_namelen() 555 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() [all …]
|
| D | fdt_addresses.c | 14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() 58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
|
| D | fdt_sw.c | 219 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node() 293 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder() 325 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
|
| /scripts/selinux/genheaders/ |
| D | genheaders.c | 14 const char *name; member 66 char *name = stoupperx(secclass_map[i].name); in main() local 92 char *name = stoupperx(secclass_map[i].name); in main() local 129 char *name = stoupperx(map->name); in main() local
|
| /scripts/selinux/mdp/ |
| D | mdp.c | 24 static void usage(char *name) in usage() 32 const char *name; member 74 const char *name = initial_sid_to_string[i]; in main() local 143 const char *name = initial_sid_to_string[i]; in main() local
|
| /scripts/kconfig/ |
| D | preprocess.c | 41 char *name; member 46 static void env_add(const char *name, const char *value) in env_add() 66 static char *env_expand(const char *name) in env_expand() 111 const char *name; member 206 static char *function_expand(const char *name, int argc, char *argv[]) in function_expand() 236 char *name; member 243 static struct variable *variable_lookup(const char *name) in variable_lookup() 255 static char *variable_expand(const char *name, int argc, char *argv[]) in variable_expand() 283 void variable_add(const char *name, const char *value, in variable_add() 352 char *tmp, *name, *res, *endptr, *prev, *p; in eval_clause() local
|
| D | confdata.c | 135 static int conf_touch_dep(const char *name) in conf_touch_dep() 211 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local 218 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local 225 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name() local 232 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name() local 320 int conf_read_simple(const char *name, int def) in conf_read_simple() 489 int conf_read(const char *name) in conf_read() 804 int conf_write(const char *name) in conf_write() 922 char name[PATH_MAX], tmp[PATH_MAX]; in conf_write_autoconf_cmd() local 963 const char *name, *tmp; in conf_touch_deps() local
|
| D | util.c | 21 char name[]; member 25 const char *file_lookup(const char *name) in file_lookup()
|
| /scripts/gendwarfksyms/ |
| D | types.c | 70 char *name; member 105 static int __type_map_get(const char *name, struct type_expansion **res) in __type_map_get() 119 static struct type_expansion *type_map_add(const char *name, in type_map_add() 161 static int type_map_get(const char *name, struct type_expansion **res) in type_map_get() 297 char *name; in get_type_name() local 363 char *name; in __type_expand() local 402 static void type_expand(const char *name, struct die *cache, in type_expand() 415 static void type_parse(const char *name, const char *str, in type_parse() 486 char *name; in expand_type() local
|
| D | symbols.c | 51 bool is_symbol_ptr(const char *name) in is_symbol_ptr() 56 static unsigned int for_each(const char *name, symbol_callback_t func, in for_each() 126 static bool is_exported(const char *name) in is_exported() 135 char *name = NULL; in symbol_read_exports() local 172 struct symbol *symbol_get(const char *name) in symbol_get() 249 const char *name = NULL; in elf_for_each_global() local 301 static void elf_set_symbol_addr(const char *name, GElf_Sym *sym, in elf_set_symbol_addr()
|
| /scripts/gdb/linux/ |
| D | device.py | 49 def get_bus_by_name(name): argument 56 def get_class_by_name(name): argument 156 def invoke(self, bus, name): argument 170 def invoke(self, cls, name): argument
|
| D | clk.py | 64 def lookup_hlist(self, hlist_head, name): argument 72 def invoke(self, name): argument
|
| /scripts/include/ |
| D | hashtable.h | 8 #define HASH_SIZE(name) (ARRAY_SIZE(name)) argument 10 #define HASHTABLE_DECLARE(name, size) struct hlist_head name[size] argument 12 #define HASHTABLE_DEFINE(name, size) \ argument
|
| /scripts/genksyms/ |
| D | parse.y | 485 const char *name = (*$1)->string; variable 490 const char *name = (*$1)->string; variable
|
| D | genksyms.c | 44 const char *name; member 152 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() 183 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 314 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 320 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 639 void export_symbol(const char *name) in export_symbol() 699 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
|
| D | keywords.c | 3 const char *name; member
|
| /scripts/dtc/ |
| D | livetree.c | 39 struct property *build_property(const char *name, struct data val, in build_property() 53 struct property *build_property_delete(const char *name) in build_property_delete() 119 struct node *name_node(struct node *node, const char *name) in name_node() 234 char *name; in add_orphan_node() local 280 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 313 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name() 340 char *name, const void *data, int len, in append_to_property() 621 const char *name, int format) in add_phandle_property() 819 static struct node *build_and_name_child_node(struct node *parent, const char *name) in build_and_name_child_node() 830 static struct node *build_root_node(struct node *dt, const char *name) in build_root_node() [all …]
|
| D | dtc-lexer.l | 55 char *name = strchr(yytext, '\"') + 1; variable
|
| /scripts/ |
| D | rustdoc_test_builder.rs | 67 let name = rustdoc_function_name.split_once("_rust_kernel_").unwrap().1; in main() localVariable
|
| D | insert-sys-cert.c | 61 char *name; member 93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name, in get_symbol_from_map() 133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol() 158 char *name, struct sym *s) in get_symbol_from_table()
|
| /scripts/basic/ |
| D | fixdep.c | 114 char name[]; member 133 static void add_to_hashtable(const char *name, int len, unsigned int hash, in add_to_hashtable() 150 static bool in_hashtable(const char *name, int len, struct item *hashtab[]) in in_hashtable()
|