Searched refs:type (Results 76 - 100 of 24799) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dauto_fs4.h38 static __inline__ void set_autofs_type_indirect(unsigned int *type) argument
40 *type = AUTOFS_TYPE_INDIRECT;
44 static __inline__ unsigned int autofs_type_indirect(unsigned int type) argument
46 return (type == AUTOFS_TYPE_INDIRECT);
49 static __inline__ void set_autofs_type_direct(unsigned int *type) argument
51 *type = AUTOFS_TYPE_DIRECT;
55 static __inline__ unsigned int autofs_type_direct(unsigned int type) argument
57 return (type == AUTOFS_TYPE_DIRECT);
60 static __inline__ void set_autofs_type_offset(unsigned int *type) argument
62 *type
66 autofs_type_offset(unsigned int type) argument
71 autofs_type_trigger(unsigned int type) argument
81 set_autofs_type_any(unsigned int *type) argument
87 autofs_type_any(unsigned int type) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Ddoublest.h25 struct type;
32 data type. */
43 point values to the widest type supported by the host.
94 type that corresponds to that length. */
101 based on the type size when FLOATFORMAT is NULL. */
103 const struct floatformat *floatformat_from_type (const struct type *type);
106 const struct type *type);
107 extern void store_typed_floating (void *addr, const struct type *typ
[all...]
H A Dgdbtypes.c45 struct type *builtin_type_int0;
46 struct type *builtin_type_int8;
47 struct type *builtin_type_uint8;
48 struct type *builtin_type_int16;
49 struct type *builtin_type_uint16;
50 struct type *builtin_type_int32;
51 struct type *builtin_type_uint32;
52 struct type *builtin_type_int64;
53 struct type *builtin_type_uint64;
54 struct type *builtin_type_int12
149 struct type *type; local
187 struct type *type; local
212 smash_type(struct type *type) argument
228 make_pointer_type(struct type *type, struct type **typeptr) argument
297 lookup_pointer_type(struct type *type) argument
308 make_reference_type(struct type *type, struct type **typeptr) argument
372 lookup_reference_type(struct type *type) argument
383 make_function_type(struct type *type, struct type **typeptr) argument
415 lookup_function_type(struct type *type) argument
465 make_qualified_type(struct type *type, int new_flags, struct type *storage) argument
521 make_type_with_address_space(struct type *type, int space_flag) argument
544 make_cv_type(int cnst, int voltl, struct type *type, struct type **typeptr) argument
597 replace_type(struct type *ntype, struct type *type) argument
636 lookup_memberptr_type(struct type *type, struct type *domain) argument
667 allocate_stub_method(struct type *type) argument
722 get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
886 append_flags_type_flag(struct type *type, int bitpos, char *name) argument
908 struct type *type; local
971 smash_to_memberptr_type(struct type *type, struct type *domain, struct type *to_type) argument
996 smash_to_method_type(struct type *type, struct type *domain, struct type *to_type, struct field *args, int nargs, int varargs) argument
1020 type_name_no_tag(const struct type *type) argument
1171 lookup_template_type(char *name, struct type *type, struct block *block) argument
1210 lookup_struct_elt_type(struct type *type, char *name, int noerr) argument
1292 fill_in_vptr_fieldno(struct type *type) argument
1370 check_typedef(struct type *type) argument
1519 struct type *type; local
1547 check_stub_method(struct type *type, int method_id, int signature_id) argument
1665 check_stub_method_group(struct type *type, int method_id) argument
1706 allocate_cplus_struct_type(struct type *type) argument
1728 struct type *type; local
2765 dump_fn_fieldlists(struct type *type, int spaces) argument
2833 print_cplus_stuff(struct type *type, int spaces) argument
2918 recursive_dump_type(struct type *type, int spaces) argument
3268 copy_type_recursive(struct objfile *objfile, struct type *type, htab_t copied_types) argument
[all...]
H A Dtypeprint.c38 /* For real-type printing in whatis_exp() */
39 extern int objectprint; /* Controls looking up an object's derived type
50 /* Print a description of a type in the format of a
52 NEW is the new name for a type TYPE. */
55 typedef_print (struct type *type, struct symbol *new, struct ui_file *stream) argument
57 CHECK_TYPEDEF (type);
64 type_print (type, "", stream, 0);
78 type_print (type, "", stream, 0);
83 fprintf_filtered (stream, "type ");
102 type_print(struct type *type, char *varstring, struct ui_file *stream, int show) argument
118 struct type *type; local
202 print_type_scalar(struct type *type, LONGEST val, struct ui_file *stream) argument
280 struct type *type; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Ddoublest.h25 struct type;
32 data type. */
43 point values to the widest type supported by the host.
94 type that corresponds to that length. */
101 based on the type size when FLOATFORMAT is NULL. */
103 const struct floatformat *floatformat_from_type (const struct type *type);
106 const struct type *type);
107 extern void store_typed_floating (void *addr, const struct type *typ
[all...]
H A Dgdbtypes.c45 struct type *builtin_type_int0;
46 struct type *builtin_type_int8;
47 struct type *builtin_type_uint8;
48 struct type *builtin_type_int16;
49 struct type *builtin_type_uint16;
50 struct type *builtin_type_int32;
51 struct type *builtin_type_uint32;
52 struct type *builtin_type_int64;
53 struct type *builtin_type_uint64;
54 struct type *builtin_type_int12
149 struct type *type; local
187 struct type *type; local
212 smash_type(struct type *type) argument
228 make_pointer_type(struct type *type, struct type **typeptr) argument
297 lookup_pointer_type(struct type *type) argument
308 make_reference_type(struct type *type, struct type **typeptr) argument
372 lookup_reference_type(struct type *type) argument
383 make_function_type(struct type *type, struct type **typeptr) argument
415 lookup_function_type(struct type *type) argument
465 make_qualified_type(struct type *type, int new_flags, struct type *storage) argument
521 make_type_with_address_space(struct type *type, int space_flag) argument
544 make_cv_type(int cnst, int voltl, struct type *type, struct type **typeptr) argument
597 replace_type(struct type *ntype, struct type *type) argument
636 lookup_memberptr_type(struct type *type, struct type *domain) argument
667 allocate_stub_method(struct type *type) argument
722 get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
886 append_flags_type_flag(struct type *type, int bitpos, char *name) argument
908 struct type *type; local
971 smash_to_memberptr_type(struct type *type, struct type *domain, struct type *to_type) argument
996 smash_to_method_type(struct type *type, struct type *domain, struct type *to_type, struct field *args, int nargs, int varargs) argument
1020 type_name_no_tag(const struct type *type) argument
1171 lookup_template_type(char *name, struct type *type, struct block *block) argument
1210 lookup_struct_elt_type(struct type *type, char *name, int noerr) argument
1292 fill_in_vptr_fieldno(struct type *type) argument
1370 check_typedef(struct type *type) argument
1519 struct type *type; local
1547 check_stub_method(struct type *type, int method_id, int signature_id) argument
1665 check_stub_method_group(struct type *type, int method_id) argument
1706 allocate_cplus_struct_type(struct type *type) argument
1728 struct type *type; local
2765 dump_fn_fieldlists(struct type *type, int spaces) argument
2833 print_cplus_stuff(struct type *type, int spaces) argument
2918 recursive_dump_type(struct type *type, int spaces) argument
3268 copy_type_recursive(struct objfile *objfile, struct type *type, htab_t copied_types) argument
[all...]
H A Dtypeprint.c38 /* For real-type printing in whatis_exp() */
39 extern int objectprint; /* Controls looking up an object's derived type
50 /* Print a description of a type in the format of a
52 NEW is the new name for a type TYPE. */
55 typedef_print (struct type *type, struct symbol *new, struct ui_file *stream) argument
57 CHECK_TYPEDEF (type);
64 type_print (type, "", stream, 0);
78 type_print (type, "", stream, 0);
83 fprintf_filtered (stream, "type ");
102 type_print(struct type *type, char *varstring, struct ui_file *stream, int show) argument
118 struct type *type; local
202 print_type_scalar(struct type *type, LONGEST val, struct ui_file *stream) argument
280 struct type *type; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Ddoublest.h25 struct type;
32 data type. */
43 point values to the widest type supported by the host.
94 type that corresponds to that length. */
101 based on the type size when FLOATFORMAT is NULL. */
103 const struct floatformat *floatformat_from_type (const struct type *type);
106 const struct type *type);
107 extern void store_typed_floating (void *addr, const struct type *typ
[all...]
H A Dgdbtypes.c45 struct type *builtin_type_int0;
46 struct type *builtin_type_int8;
47 struct type *builtin_type_uint8;
48 struct type *builtin_type_int16;
49 struct type *builtin_type_uint16;
50 struct type *builtin_type_int32;
51 struct type *builtin_type_uint32;
52 struct type *builtin_type_int64;
53 struct type *builtin_type_uint64;
54 struct type *builtin_type_int12
149 struct type *type; local
187 struct type *type; local
212 smash_type(struct type *type) argument
228 make_pointer_type(struct type *type, struct type **typeptr) argument
297 lookup_pointer_type(struct type *type) argument
308 make_reference_type(struct type *type, struct type **typeptr) argument
372 lookup_reference_type(struct type *type) argument
383 make_function_type(struct type *type, struct type **typeptr) argument
415 lookup_function_type(struct type *type) argument
465 make_qualified_type(struct type *type, int new_flags, struct type *storage) argument
521 make_type_with_address_space(struct type *type, int space_flag) argument
544 make_cv_type(int cnst, int voltl, struct type *type, struct type **typeptr) argument
597 replace_type(struct type *ntype, struct type *type) argument
636 lookup_memberptr_type(struct type *type, struct type *domain) argument
667 allocate_stub_method(struct type *type) argument
722 get_discrete_bounds(struct type *type, LONGEST *lowp, LONGEST *highp) argument
886 append_flags_type_flag(struct type *type, int bitpos, char *name) argument
908 struct type *type; local
971 smash_to_memberptr_type(struct type *type, struct type *domain, struct type *to_type) argument
996 smash_to_method_type(struct type *type, struct type *domain, struct type *to_type, struct field *args, int nargs, int varargs) argument
1020 type_name_no_tag(const struct type *type) argument
1171 lookup_template_type(char *name, struct type *type, struct block *block) argument
1210 lookup_struct_elt_type(struct type *type, char *name, int noerr) argument
1292 fill_in_vptr_fieldno(struct type *type) argument
1370 check_typedef(struct type *type) argument
1519 struct type *type; local
1547 check_stub_method(struct type *type, int method_id, int signature_id) argument
1665 check_stub_method_group(struct type *type, int method_id) argument
1706 allocate_cplus_struct_type(struct type *type) argument
1728 struct type *type; local
2765 dump_fn_fieldlists(struct type *type, int spaces) argument
2833 print_cplus_stuff(struct type *type, int spaces) argument
2918 recursive_dump_type(struct type *type, int spaces) argument
3268 copy_type_recursive(struct objfile *objfile, struct type *type, htab_t copied_types) argument
[all...]
H A Dtypeprint.c38 /* For real-type printing in whatis_exp() */
39 extern int objectprint; /* Controls looking up an object's derived type
50 /* Print a description of a type in the format of a
52 NEW is the new name for a type TYPE. */
55 typedef_print (struct type *type, struct symbol *new, struct ui_file *stream) argument
57 CHECK_TYPEDEF (type);
64 type_print (type, "", stream, 0);
78 type_print (type, "", stream, 0);
83 fprintf_filtered (stream, "type ");
102 type_print(struct type *type, char *varstring, struct ui_file *stream, int show) argument
118 struct type *type; local
202 print_type_scalar(struct type *type, LONGEST val, struct ui_file *stream) argument
280 struct type *type; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxatonum_template.c8 #define type long
19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base,
20 unsigned type lower,
21 unsigned type upper,
24 unsigned type r;
77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base,
78 unsigned type lower,
79 unsigned type upper)
84 unsigned type FAST_FUNC xstrtou(_sfx)(const char *numstr, int base,
90 unsigned type FAST_FUN
187 #undef type macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-exception-store.c23 struct dm_exception_store_type *type; local
25 list_for_each_entry(type, &_exception_store_types, list)
26 if (!strcmp(name, type->name))
27 return type;
34 struct dm_exception_store_type *type; local
38 type = __find_exception_store_type(name);
40 if (type && !try_module_get(type->module))
41 type = NULL;
45 return type;
74 struct dm_exception_store_type *type; local
102 put_type(struct dm_exception_store_type *type) argument
109 dm_exception_store_type_register(struct dm_exception_store_type *type) argument
124 dm_exception_store_type_unregister(struct dm_exception_store_type *type) argument
201 struct dm_exception_store_type *type = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-exception-store.c23 struct dm_exception_store_type *type; local
25 list_for_each_entry(type, &_exception_store_types, list)
26 if (!strcmp(name, type->name))
27 return type;
34 struct dm_exception_store_type *type; local
38 type = __find_exception_store_type(name);
40 if (type && !try_module_get(type->module))
41 type = NULL;
45 return type;
74 struct dm_exception_store_type *type; local
102 put_type(struct dm_exception_store_type *type) argument
109 dm_exception_store_type_register(struct dm_exception_store_type *type) argument
124 dm_exception_store_type_unregister(struct dm_exception_store_type *type) argument
201 struct dm_exception_store_type *type = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxatonum_template.c8 #define type long
19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base,
20 unsigned type lower,
21 unsigned type upper,
24 unsigned type r;
77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base,
78 unsigned type lower,
79 unsigned type upper)
84 unsigned type FAST_FUNC xstrtou(_sfx)(const char *numstr, int base,
90 unsigned type FAST_FUN
187 #undef type macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dxatonum_template.c8 #define type long
19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base,
20 unsigned type lower,
21 unsigned type upper,
24 unsigned type r;
77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base,
78 unsigned type lower,
79 unsigned type upper)
84 unsigned type FAST_FUNC xstrtou(_sfx)(const char *numstr, int base,
90 unsigned type FAST_FUN
187 #undef type macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/crush/
H A Dhash.h8 extern const char *crush_hash_name(int type);
10 extern __u32 crush_hash32(int type, __u32 a);
11 extern __u32 crush_hash32_2(int type, __u32 a, __u32 b);
12 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
13 extern __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d);
14 extern __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dkobject_ns.h40 enum kobj_ns_type type; member in struct:kobj_ns_type_operations
47 int kobj_ns_type_registered(enum kobj_ns_type type);
51 const void *kobj_ns_current(enum kobj_ns_type type);
52 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
53 const void *kobj_ns_initial(enum kobj_ns_type type);
54 void kobj_ns_exit(enum kobj_ns_type type, const void *ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dkobject_ns.h40 enum kobj_ns_type type; member in struct:kobj_ns_type_operations
47 int kobj_ns_type_registered(enum kobj_ns_type type);
51 const void *kobj_ns_current(enum kobj_ns_type type);
52 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
53 const void *kobj_ns_initial(enum kobj_ns_type type);
54 void kobj_ns_exit(enum kobj_ns_type type, const void *ns);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ceph/crush/
H A Dhash.h8 extern const char *crush_hash_name(int type);
10 extern __u32 crush_hash32(int type, __u32 a);
11 extern __u32 crush_hash32_2(int type, __u32 a, __u32 b);
12 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
13 extern __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d);
14 extern __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Ddisplay_sec.c27 char *get_sec_mask_str(uint32 type) argument
33 if (type & GENERIC_ALL_ACCESS)
35 if (type & GENERIC_EXECUTE_ACCESS)
37 if (type & GENERIC_WRITE_ACCESS)
39 if (type & GENERIC_READ_ACCESS)
41 if (type & MAXIMUM_ALLOWED_ACCESS)
43 if (type & SYSTEM_SECURITY_ACCESS)
45 if (type & SYNCHRONIZE_ACCESS)
47 if (type & WRITE_OWNER_ACCESS)
49 if (type
117 display_acl_type(uint16 type) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Ddisplay_sec.c27 char *get_sec_mask_str(uint32 type) argument
33 if (type & GENERIC_ALL_ACCESS)
35 if (type & GENERIC_EXECUTE_ACCESS)
37 if (type & GENERIC_WRITE_ACCESS)
39 if (type & GENERIC_READ_ACCESS)
41 if (type & MAXIMUM_ALLOWED_ACCESS)
43 if (type & SYSTEM_SECURITY_ACCESS)
45 if (type & SYNCHRONIZE_ACCESS)
47 if (type & WRITE_OWNER_ACCESS)
49 if (type
117 display_acl_type(uint16 type) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Ddisplay_sec.c27 char *get_sec_mask_str(uint32 type) argument
33 if (type & GENERIC_ALL_ACCESS)
35 if (type & GENERIC_EXECUTE_ACCESS)
37 if (type & GENERIC_WRITE_ACCESS)
39 if (type & GENERIC_READ_ACCESS)
41 if (type & MAXIMUM_ALLOWED_ACCESS)
43 if (type & SYSTEM_SECURITY_ACCESS)
45 if (type & SYNCHRONIZE_ACCESS)
47 if (type & WRITE_OWNER_ACCESS)
49 if (type
117 display_acl_type(uint16 type) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_routemap.c82 int type; local
87 for (type = 0; type <= ZEBRA_ROUTE_MAX; type++)
89 if (isis->rmap[type].name && isis->rmap[type].map &&
90 !strcmp (isis->rmap[type].name, name))
92 isis_distribute_list_update (type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/
H A Dsocketpair.c28 int rep_socketpair(int d, int type, int protocol, int sv[2]) argument
40 if (type != SOCK_STREAM) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ceph/
H A Dceph_hash.h10 extern unsigned ceph_str_hash(int type, const char *s, unsigned len);
11 extern const char *ceph_str_hash_name(int type);

Completed in 298 milliseconds

1234567891011>>