Home
last modified time | relevance | path

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

12

/scripts/dtc/libfdt/
Dlibfdt.h188 #define __fdt_set_hdr(name) \ argument
503 const char *name, in fdt_get_property_w()
588 const char *name, int *lenp) in fdt_getprop_w()
1057 const char *name, uint32_t val) in fdt_setprop_inplace_u32()
1092 const char *name, uint64_t val) in fdt_setprop_inplace_u64()
1104 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
1169 static inline int fdt_property_u32(void *fdt, const char *name, uint32_t val) in fdt_property_u32()
1174 static inline int fdt_property_u64(void *fdt, const char *name, uint64_t val) in fdt_property_u64()
1179 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
1183 #define fdt_property_string(fdt, name, str) \ argument
[all …]
Dfdt_rw.c207 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
225 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
253 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
294 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
321 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
337 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()
Dfdt_ro.c133 const char *name, int namelen) in fdt_subnode_offset_namelen()
152 const char *name) in fdt_subnode_offset()
268 const char *name, in fdt_get_property_namelen()
292 const char *name, int *lenp) in fdt_get_property()
299 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
324 const char *name, int *lenp) in fdt_getprop()
347 const char *name, int namelen) in fdt_get_alias_namelen()
358 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
367 const char *name; in fdt_get_path() local
Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
Dfdt_sw.c170 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/
Dmdp.c32 static void usage(char *name) in usage()
40 const char *name; member
/scripts/genksyms/
Dparse.y482 const char *name = strdup((*$1)->string); variable
487 const char *name = strdup((*$1)->string); variable
Dgenksyms.c58 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()
707 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
/scripts/kconfig/
Dconfdata.c72 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
Dutil.c14 struct file *file_lookup(const char *name) in file_lookup()
35 int file_write_dep(const char *name) in file_write_dep()
Dlist.h28 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
30 #define LIST_HEAD(name) \ argument
Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain()
65 int name; member
Dqconf.cc304 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
914 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView()
1009 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView()
1244 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow()
1827 const char *name; in main() local
/scripts/basic/
Dfixdep.c175 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/
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()
Danalyze_suspend.py354 def kprobeMatch(self, name, target): argument
360 def basicKprobe(self, name): argument
362 def defaultKprobe(self, name, kdata): argument
374 def kprobeColor(self, name): argument
378 def kprobeDisplayName(self, name, dataraw): argument
493 def isCallgraphFunc(self, name): argument
636 name = '' variable in DeviceNode
942 def newActionGlobal(self, name, start, end, pid=-1, color=''): argument
974 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument
1042 def masterTopology(self, name, list, depth): argument
[all …]
Dasn1_compiler.c297 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/dtc/
Dlivetree.c53 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()
Ddtc-lexer.l70 char *name = strchr(yytext, '\"') + 1; variable
Dsrcpos.h28 char *name; member
/scripts/gdb/linux/
Dmodules.py34 def find_module_by_name(name): argument
/scripts/gcc-plugins/
Dlatent_entropy_plugin.c122 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute()
292 static tree create_var(tree type, const char *name) in create_var()
498 tree name, var = NODE_DECL(node); in create_latent_entropy_decl() local
/scripts/selinux/genheaders/
Dgenheaders.c9 const char *name; member
/scripts/mod/
Dmodpost.c170 char name[0]; member
176 static inline unsigned int tdb_hash(const char *name) in tdb_hash()
192 static struct symbol *alloc_symbol(const char *name, unsigned int weak, in alloc_symbol()
205 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
218 static struct symbol *find_symbol(const char *name) in find_symbol()
306 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
331 static void sym_update_crc(const char *name, struct module *mod, in sym_update_crc()
1261 const char *name = elf->strtab + sym->st_name; in is_valid_name() local
1360 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name()
2141 static void add_staging_flag(struct buffer *b, const char *name) in add_staging_flag()
Dfile2alias.c64 #define INIT_SECTION(name) do { \ argument
73 #define SECTION(name) __attribute__((section("__TEXT, " #name))) argument
77 #define INIT_SECTION(name) /* no-op for ELF */ argument
78 #define SECTION(name) __attribute__((section(#name))) argument
1305 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is()
1343 const char *name, *identifier; in handle_moddevtable() local

12