Home
last modified time | relevance | path

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

12

/scripts/dtc/libfdt/
Dlibfdt.h156 #define __fdt_set_hdr(name) \ argument
375 const char *name, in fdt_get_property_w()
412 const char *name, int *lenp) in fdt_getprop_w()
724 const char *name, uint32_t val) in fdt_setprop_inplace_cell()
789 static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val) in fdt_property_cell()
794 #define fdt_property_string(fdt, name, str) \ argument
939 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
974 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
Dfdt_rw.c205 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
292 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
308 const char *name, int namelen) in fdt_add_subnode_namelen()
348 int fdt_add_subnode(void *fdt, int parentoffset, const char *name) in fdt_add_subnode()
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_ro.c101 const char *name, int namelen) in fdt_subnode_offset_namelen()
124 const char *name) in fdt_subnode_offset()
183 const char *name, int *lenp) in fdt_get_property()
245 const char *name, int *lenp) in fdt_getprop()
272 const char *name; in fdt_get_path() local
Dfdt_sw.c138 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node()
191 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
Dfdt.h32 char name[0]; member
/scripts/selinux/mdp/
Dmdp.c32 static void usage(char *name) in usage()
40 const char *name; member
/scripts/kconfig/
Dconfdata.c66 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
73 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
83 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local
108 char *env, *name; in conf_get_default_confname() local
185 int conf_read_simple(const char *name, int def) in conf_read_simple()
345 int conf_read(const char *name) in conf_read()
673 int conf_write(const char *name) in conf_write()
775 const char *name; in conf_split_config() local
888 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()
Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain()
24 #define P(name,type,arg) extern type name arg argument
60 int name; member
Dnconf.gui.c71 #define mkattr(name, attr) do { \ in normal_color_theme() argument
103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() argument
Dqconf.cc329 ConfigList::ConfigList(ConfigView* p, const char *name) in ConfigList()
864 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView()
950 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView()
1182 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow()
1750 const char *name; in main() local
Dsymbol.c786 struct symbol *sym_lookup(const char *name, int flags) in sym_lookup()
827 struct symbol *sym_find(const char *name) in sym_find()
870 char *p, name[SYMBOL_MAXLENGTH]; in sym_expand_string_value() local
/scripts/genksyms/
Dparse.y472 const char *name = strdup((*$1)->string); variable
477 const char *name = strdup((*$1)->string); variable
Dgenksyms.c59 const char *name; member
167 struct symbol *find_symbol(const char *name, enum symbol_type ns, int exact) in find_symbol()
198 static struct symbol *__add_symbol(const char *name, enum symbol_type type, in __add_symbol()
322 struct symbol *add_symbol(const char *name, enum symbol_type type, in add_symbol()
328 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type, in add_reference_symbol()
645 void export_symbol(const char *name) in export_symbol()
706 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
Dgenksyms.h46 const char *name; member
/scripts/dtc/
Ddtc-lexer.l68 char *name = strchr(yytext, '\"') + 1; variable
Dutil.c37 char *join_path(const char *path, const char *name) in join_path()
Dsrcpos.h27 char *name; member
Ddtc.h134 char *name; member
143 char *name; member
Dlivetree.c42 struct property *build_property(char *name, struct data val) in build_property()
94 struct node *name_node(struct node *node, char *name) in name_node()
/scripts/basic/
Dfixdep.c145 char name[0]; member
164 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
179 static void define_config(const char *name, int len, unsigned int hash) in define_config()
/scripts/mod/
Dfile2alias.c60 #define INIT_SECTION(name) do { \ argument
69 #define SECTION(name) __attribute__((section("__TEXT, " #name))) argument
73 #define INIT_SECTION(name) /* no-op for ELF */ argument
74 #define SECTION(name) __attribute__((section(#name))) argument
1058 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is()
1096 const char *name; in handle_moddevtable() local
Dmodpost.c165 char name[0]; member
171 static inline unsigned int tdb_hash(const char *name) in tdb_hash()
187 static struct symbol *alloc_symbol(const char *name, unsigned int weak, in alloc_symbol()
200 static struct symbol *new_symbol(const char *name, struct module *module, in new_symbol()
213 static struct symbol *find_symbol(const char *name) in find_symbol()
301 static struct symbol *sym_add_exported(const char *name, struct module *mod, in sym_add_exported()
326 static void sym_update_crc(const char *name, struct module *mod, in sym_update_crc()
1190 const char *name = elf->strtab + sym->st_name; in is_valid_name() local
1870 static void add_staging_flag(struct buffer *b, const char *name) in add_staging_flag()
/scripts/selinux/genheaders/
Dgenheaders.c9 const char *name; member

12