Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 49) sorted by relevance

12

/scripts/dtc/libfdt/
Dlibfdt.h251 #define fdt_set_hdr_(name) \ argument
695 const char *name, in fdt_get_property_w()
753 const char *name, int namelen, in fdt_getprop_namelen_w()
792 const char *name, int *lenp) in fdt_getprop_w()
1290 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1325 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1337 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1440 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1445 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1452 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
[all …]
Dfdt_wip.c14 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()
Dfdt_rw.c184 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()
374 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
Dfdt_overlay.c117 const char *name, uint32_t delta) in overlay_phandle_add_offset()
232 const char *name; in overlay_update_local_node_references() local
371 const char *name, uint32_t name_len, in overlay_fixup_one_phandle()
445 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
564 const char *name; in overlay_apply_node() local
582 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() local
654 const char *name; in get_path_len() local
701 const char *name; in overlay_symbol_update() local
Dfdt_addresses.c14 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()
Dfdt_ro.c226 const char *name, int namelen) in fdt_subnode_offset_namelen()
245 const char *name) in fdt_subnode_offset()
396 const char *name, in fdt_get_property_namelen_()
427 const char *name, in fdt_get_property_namelen()
445 const char *name, int *lenp) in fdt_get_property()
452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
478 const char *name; in fdt_getprop_by_offset() local
503 const char *name, int *lenp) in fdt_getprop()
526 const char *name, int namelen) in fdt_get_alias_namelen()
537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
[all …]
Dfdt_sw.c219 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/mdp/
Dmdp.c24 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/
Dpreprocess.c39 char *name; member
44 static void env_add(const char *name, const char *value) in env_add()
64 static char *env_expand(const char *name) in env_expand()
106 const char *name; member
202 static char *function_expand(const char *name, int argc, char *argv[]) in function_expand()
232 char *name; member
239 static struct variable *variable_lookup(const char *name) in variable_lookup()
251 static char *variable_expand(const char *name, int argc, char *argv[]) in variable_expand()
279 void variable_add(const char *name, const char *value, in variable_add()
348 char *tmp, *name, *res, *endptr, *prev, *p; in eval_clause() local
Dconfdata.c129 static int conf_touch_dep(const char *name) in conf_touch_dep()
222 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
229 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
350 int conf_read_simple(const char *name, int def) in conf_read_simple()
513 int conf_read(const char *name) in conf_read()
824 int conf_write(const char *name) in conf_write()
940 static int conf_write_dep(const char *name) in conf_write_dep()
971 const char *name, *tmp; in conf_touch_deps() local
1049 const char *name; in conf_write_autoconf() local
Dlist.h29 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
31 #define LIST_HEAD(name) \ argument
/scripts/gdb/linux/
Ddevice.py49 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
Dclk.py64 def lookup_hlist(self, hlist_head, name): argument
72 def invoke(self, name): argument
Dmodules.py34 def find_module_by_name(name): argument
/scripts/genksyms/
Dparse.y472 const char *name = strdup((*$1)->string); variable
477 const char *name = strdup((*$1)->string); variable
Dgenksyms.c46 const char *name; member
154 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
185 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
309 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
315 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
634 void export_symbol(const char *name) in export_symbol()
698 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
Dkeywords.c3 const char *name; member
/scripts/dtc/
Dlivetree.c39 struct property *build_property(char *name, struct data val, in build_property()
53 struct property *build_property_delete(char *name) in build_property_delete()
119 struct node *name_node(struct node *node, char *name) in name_node()
234 char *name; in add_orphan_node() local
279 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name()
312 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name()
339 char *name, const void *data, int len, in append_to_property()
784 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node()
795 static struct node *build_root_node(struct node *dt, char *name) in build_root_node()
1010 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree()
[all …]
Ddtc-lexer.l55 char *name = strchr(yytext, '\"') + 1; variable
Dsrcpos.h15 char *name; member
/scripts/
Dinsert-sys-cert.c61 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/
Dfixdep.c163 char name[]; member
182 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
197 static void define_config(const char *name, int len, unsigned int hash) in define_config()
/scripts/gcc-plugins/
Dlatent_entropy_plugin.c128 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute()
291 static tree create_var(tree type, const char *name) in create_var()
497 tree name, var = NODE_DECL(node); in create_latent_entropy_decl() local
/scripts/selinux/genheaders/
Dgenheaders.c14 const char *name; member
/scripts/mod/
Dmodpost.c201 char name[]; member
207 static inline unsigned int tdb_hash(const char *name) in tdb_hash()
223 static struct symbol *alloc_symbol(const char *name, unsigned int weak, in alloc_symbol()
237 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
248 static struct symbol *find_symbol(const char *name) in find_symbol()
417 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
436 static void sym_set_crc(const char *name, unsigned int crc) in sym_set_crc()
703 const char *name; in handle_symbol() local
1286 const char *name = elf->strtab + sym->st_name; in is_valid_name() local
1434 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name()
[all …]

12