/scripts/dtc/libfdt/ |
D | libfdt.h | 228 #define __fdt_set_hdr(name) \ argument 596 const char *name, in fdt_get_property_w() 654 const char *name, int namelen, in fdt_getprop_namelen_w() 693 const char *name, int *lenp) in fdt_getprop_w() 1191 const char *name, uint32_t val) in fdt_setprop_inplace_u32() 1226 const char *name, uint64_t val) in fdt_setprop_inplace_u64() 1238 const char *name, uint32_t val) in fdt_setprop_inplace_cell() 1303 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32() 1308 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64() 1313 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell() [all …]
|
D | fdt_wip.c | 59 const char *name, int namelen, in fdt_setprop_inplace_namelen_partial() 78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
|
D | fdt_rw.c | 203 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property() 221 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property() 249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 272 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()
|
D | fdt_ro.c | 159 const char *name, int namelen) in fdt_subnode_offset_namelen() 178 const char *name) in fdt_subnode_offset() 294 const char *name, in fdt_get_property_namelen() 318 const char *name, int *lenp) in fdt_get_property() 325 const char *name, int namelen, int *lenp) in fdt_getprop_namelen() 350 const char *name, int *lenp) in fdt_getprop() 373 const char *name, int namelen) in fdt_get_alias_namelen() 384 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() 393 const char *name; in fdt_get_path() local
|
D | fdt_sw.c | 170 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node() 223 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
|
/scripts/selinux/mdp/ |
D | mdp.c | 36 static void usage(char *name) in usage() 44 const char *name; member
|
/scripts/genksyms/ |
D | parse.y | 482 const char *name = strdup((*$1)->string); variable 487 const char *name = strdup((*$1)->string); variable
|
D | genksyms.c | 58 const char *name; member 166 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol() 197 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol() 321 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol() 327 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol() 646 void export_symbol(const char *name) in export_symbol() 710 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
|
D | keywords.c | 2 const char *name; member
|
/scripts/kconfig/ |
D | confdata.c | 72 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local 79 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local 89 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local 114 char *env, *name; in conf_get_default_confname() local 251 int conf_read_simple(const char *name, int def) in conf_read_simple() 409 int conf_read(const char *name) in conf_read() 741 int conf_write(const char *name) in conf_write() 843 const char *name; in conf_split_config() local 957 const char *name; in conf_write_autoconf() local
|
D | util.c | 14 struct file *file_lookup(const char *name) in file_lookup() 35 int file_write_dep(const char *name) in file_write_dep()
|
D | list.h | 29 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument 31 #define LIST_HEAD(name) \ argument
|
D | lkc.h | 16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain() 65 const char *name; member
|
/scripts/dtc/ |
D | livetree.c | 53 struct property *build_property(char *name, struct data val) in build_property() 65 struct property *build_property_delete(char *name) in build_property_delete() 128 struct node *name_node(struct node *node, char *name) in name_node() 240 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 273 void delete_node_by_name(struct node *parent, char *name) in delete_node_by_name() 300 char *name, const void *data, int len) in append_to_property() 733 static struct node *build_and_name_child_node(struct node *parent, char *name) in build_and_name_child_node() 744 static struct node *build_root_node(struct node *dt, char *name) in build_root_node() 958 void generate_label_tree(struct dt_info *dti, char *name, bool allocph) in generate_label_tree() 966 void generate_fixups_tree(struct dt_info *dti, char *name) in generate_fixups_tree() [all …]
|
D | dtc-lexer.l | 70 char *name = strchr(yytext, '\"') + 1; variable
|
D | srcpos.h | 29 char *name; member
|
D | dtc.h | 139 const char *name; member 144 char *name; member 154 char *name; member
|
/scripts/basic/ |
D | fixdep.c | 175 char name[0]; member 194 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config() 209 static void define_config(const char *name, int len, unsigned int hash) in define_config()
|
/scripts/ |
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()
|
D | asn1_compiler.c | 297 char *name; member 687 struct token *name; member 710 struct token *name; member 858 struct token *name) in parse_type() 1155 struct token *cursor = *_cursor, *name; in parse_compound() local 1218 const char *name = e->name ? e->name->content : "."; in dump_element() local
|
/scripts/gdb/linux/ |
D | modules.py | 34 def find_module_by_name(name): argument
|
/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 122 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute() 285 static tree create_var(tree type, const char *name) in create_var() 491 tree name, var = NODE_DECL(node); in create_latent_entropy_decl() local
|
D | randomize_layout_plugin.c | 67 name_hash(const unsigned char *name) in name_hash() 76 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr() 119 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr() 129 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr()
|
/scripts/selinux/genheaders/ |
D | genheaders.c | 14 const char *name; member
|
/scripts/mod/ |
D | modpost.c | 176 char name[0]; member 182 static inline unsigned int tdb_hash(const char *name) in tdb_hash() 198 static struct symbol *alloc_symbol(const char *name, unsigned int weak, in alloc_symbol() 211 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol() 224 static struct symbol *find_symbol(const char *name) in find_symbol() 322 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported() 347 static void sym_update_crc(const char *name, struct module *mod, in sym_update_crc() 1265 const char *name = elf->strtab + sym->st_name; in is_valid_name() local 1409 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() 2208 static void add_staging_flag(struct buffer *b, const char *name) in add_staging_flag()
|