Home
last modified time | relevance | path

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

12345678

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dcdefs.h106 # define __USING_NAMESPACE_STD(name) using std::name; argument
109 # define __USING_NAMESPACE_C99(name) using __c99::name; argument
116 # define __USING_NAMESPACE_STD(name) argument
119 # define __USING_NAMESPACE_C99(name) argument
136 # define __warndecl(name, msg) \ argument
139 # define __errordecl(name, msg) \ argument
142 # define __warndecl(name, msg) extern void name (void) argument
144 # define __errordecl(name, msg) extern void name (void) argument
177 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument
179 # define __REDIRECT_NTH(name, proto, alias) \ argument
[all …]
H A Dqueue.h84 #define LIST_HEAD(name, type) \ argument
150 #define SLIST_HEAD(name, type) \ argument
211 #define STAILQ_HEAD(name, type) \ argument
293 #define SIMPLEQ_HEAD(name, type) \ argument
367 #define _TAILQ_HEAD(name, type, qual) \ argument
372 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) argument
470 #define CIRCLEQ_HEAD(name, type) \ argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A D_ansi.h36 #define _EXFUN(name, proto) __cdecl name proto argument
37 #define _EXPARM(name, proto) (* __cdecl name) proto argument
39 #define _EXFUN(name, proto) name proto argument
40 #define _EXPARM(name, proto) (* name) proto argument
42 #define _DEFUN(name, arglist, args) name(args) argument
43 #define _DEFUN_VOID(name) name(_NOARGS) argument
60 #define _EXFUN(name, proto) name() argument
61 #define _DEFUN(name, arglist, args) name arglist args; argument
62 #define _DEFUN_VOID(name) name() argument
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A 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
H A 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()
H A 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
H A 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()
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A 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
182 int conf_read_simple(const char *name, int def) in conf_read_simple()
341 int conf_read(const char *name) in conf_read()
421 static void conf_write_string(bool headerfile, const char *name, in conf_write_string()
555 int conf_write(const char *name) in conf_write()
661 const char *name; in conf_split_config() local
775 const char *name; in conf_write_autoconf() local
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg argument
25 #define P(name,type,arg) \ in kconfig_load() argument
H A Dlkc.h16 static inline void bindtextdomain(const char *name, const char *dir) {} in bindtextdomain()
25 #define P(name,type,arg) extern type name arg argument
65 int name; member
H A Dutil.c12 struct file *file_lookup(const char *name) in file_lookup()
33 int file_write_dep(const char *name) in file_write_dep()
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A 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()
644 void export_symbol(const char *name) in export_symbol()
705 static void print_type_name(enum symbol_type type, const char *name) in print_type_name()
H A Dparse.y468 const char *name = strdup((*$1)->string); variable
473 const char *name = strdup((*$1)->string); variable
/utopia/UTPA2-700.0.x/modules/mbx/drv/mbx/api_mbx/
H A DapiMBX.c40 char name[MAX_DMBX_NAME_LEN]; member
110 static MBX_Result _MApi_Search_ClassNum(char *name, MS_U8 *pmbx_class) in _MApi_Search_ClassNum()
429 static MBX_Result _MApi_MBX_DynamicClass(MBX_ROLE_ID eRoleID, char *name, MS_U8 *pmbx_class, Dynam… in _MApi_MBX_DynamicClass()
515 MBX_Result MApi_MBX_QueryDynamicClass(MBX_ROLE_ID eRoleID, char *name, MS_U8 *pmbx_class) in MApi_MBX_QueryDynamicClass()
520 MBX_Result MApi_MBX_GenerateDynamicClass(MBX_ROLE_ID eRoleID, char *name, MS_U8 *pmbx_class) in MApi_MBX_GenerateDynamicClass()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dcomplex.h66 #define __MATH_PRECNAME(name) name argument
77 # define __MATH_PRECNAME(name) name##f argument
100 # define __MATH_PRECNAME(name) name##l argument
H A Dmath.h68 #define __MATH_PRECNAME(name,r) __CONCAT(name,r) argument
88 # define __MATH_PRECNAME(name,r) name##f##r argument
135 # define __MATH_PRECNAME(name,r) name##l##r argument
137 # define __MATH_PRECNAME(name,r) name/**/l/**/r argument
313 char *name; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_bridge/
H A Debtables.h42 char name[EBT_TABLE_MAXNAMELEN]; member
59 char name[EBT_TABLE_MAXNAMELEN]; member
80 char name[EBT_CHAIN_MAXNAMELEN]; member
123 char name[EBT_FUNCTION_MAXNAMELEN]; member
134 char name[EBT_FUNCTION_MAXNAMELEN]; member
145 char name[EBT_FUNCTION_MAXNAMELEN]; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dx_tables.h14 char name[XT_FUNCTION_MAXNAMELEN-1]; member
39 char name[XT_FUNCTION_MAXNAMELEN-1]; member
75 char name[XT_FUNCTION_MAXNAMELEN-1]; member
119 char name[XT_TABLE_MAXNAMELEN]; member
/utopia/UTPA2-700.0.x/projects/build/scripts/selinux/mdp/
H A Dmdp.c32 static void usage(char *name) in usage()
40 const char *name; member
/utopia/UTPA2-700.0.x/projects/build/scripts/basic/
H A 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()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dauto_fs.h62 char name[NAME_MAX+1]; member
69 char name[NAME_MAX+1]; member
H A Ddm-ioctl.h131 char name[DM_NAME_LEN]; /* device name */ member
183 char name[0]; member
193 char name[0]; member
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/linux/
H A DdrvList.h99 #define LIST_HEAD_INIT(name) { &(name), &(name) } argument
101 #define LIST_HEAD(name) \ argument
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A 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
1855 static void add_staging_flag(struct buffer *b, const char *name) in add_staging_flag()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dqueue.h109 #define SLIST_HEAD(name, type) \ argument
170 #define STAILQ_HEAD(name, type) \ argument
263 #define LIST_HEAD(name, type) \ argument
328 #define TAILQ_HEAD(name, type) \ argument

12345678