Searched refs:type (Results 26 - 50 of 24799) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ieee802154/
H A Dnl_policy.c28 [IEEE802154_ATTR_DEV_NAME] = { .type = NLA_STRING, },
29 [IEEE802154_ATTR_DEV_INDEX] = { .type = NLA_U32, },
30 [IEEE802154_ATTR_PHY_NAME] = { .type = NLA_STRING, },
32 [IEEE802154_ATTR_STATUS] = { .type = NLA_U8, },
33 [IEEE802154_ATTR_SHORT_ADDR] = { .type = NLA_U16, },
34 [IEEE802154_ATTR_HW_ADDR] = { .type = NLA_HW_ADDR, },
35 [IEEE802154_ATTR_PAN_ID] = { .type = NLA_U16, },
36 [IEEE802154_ATTR_CHANNEL] = { .type = NLA_U8, },
37 [IEEE802154_ATTR_PAGE] = { .type = NLA_U8, },
38 [IEEE802154_ATTR_COORD_SHORT_ADDR] = { .type
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dp-lang.h29 extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int);
31 extern int pascal_val_print (struct type *, const gdb_byte *, int,
43 is_pascal_string_type (struct type *, int *, int *, int *, int *, char **);
50 extern struct type *pascal_create_fundamental_type (struct objfile *, int);
52 extern struct type **const (pascal_builtin_types[]);
57 pascal_type_print_base (struct type *, struct ui_file *, int, int);
60 pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
68 extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
71 struct type **, int);
73 extern int pascal_object_is_vtbl_ptr_type (struct type *);
[all...]
H A Dada-lang.h88 type is represented as array of array of ...) */
107 /* Ada type qualification. It is encoded as for UNOP_CAST, above,
113 type TYPE (typically a subrange). */
140 aggregate's type context. Since this is not known at parsing
227 extern int ada_get_field_index (const struct type *type,
236 extern void ada_print_type (struct type *, char *, struct ui_file *, int,
239 extern int ada_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
248 extern struct value *value_from_contents_and_address (struct type *,
265 extern struct type *ada_array_element_typ
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dp-lang.h29 extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int);
31 extern int pascal_val_print (struct type *, const gdb_byte *, int,
43 is_pascal_string_type (struct type *, int *, int *, int *, int *, char **);
50 extern struct type *pascal_create_fundamental_type (struct objfile *, int);
52 extern struct type **const (pascal_builtin_types[]);
57 pascal_type_print_base (struct type *, struct ui_file *, int, int);
60 pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
68 extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
71 struct type **, int);
73 extern int pascal_object_is_vtbl_ptr_type (struct type *);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dp-lang.h29 extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int);
31 extern int pascal_val_print (struct type *, const gdb_byte *, int,
43 is_pascal_string_type (struct type *, int *, int *, int *, int *, char **);
50 extern struct type *pascal_create_fundamental_type (struct objfile *, int);
52 extern struct type **const (pascal_builtin_types[]);
57 pascal_type_print_base (struct type *, struct ui_file *, int, int);
60 pascal_type_print_varspec_prefix (struct type *, struct ui_file *, int, int);
68 extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
71 struct type **, int);
73 extern int pascal_object_is_vtbl_ptr_type (struct type *);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpercpu-defs.h61 #define DECLARE_PER_CPU_SECTION(type, name, sec) \
63 extern __PCPU_ATTRS(sec) __typeof__(type) name
65 #define DEFINE_PER_CPU_SECTION(type, name, sec) \
70 __typeof__(type) name
75 #define DECLARE_PER_CPU_SECTION(type, name, sec) \
76 extern __PCPU_ATTRS(sec) __typeof__(type) name
78 #define DEFINE_PER_CPU_SECTION(type, name, sec) \
80 __typeof__(type) name
87 #define DECLARE_PER_CPU(type, name) \
88 DECLARE_PER_CPU_SECTION(type, nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dpercpu-defs.h61 #define DECLARE_PER_CPU_SECTION(type, name, sec) \
63 extern __PCPU_ATTRS(sec) __typeof__(type) name
65 #define DEFINE_PER_CPU_SECTION(type, name, sec) \
70 __typeof__(type) name
75 #define DECLARE_PER_CPU_SECTION(type, name, sec) \
76 extern __PCPU_ATTRS(sec) __typeof__(type) name
78 #define DEFINE_PER_CPU_SECTION(type, name, sec) \
80 __typeof__(type) name
87 #define DECLARE_PER_CPU(type, name) \
88 DECLARE_PER_CPU_SECTION(type, nam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.fortran/
H A Dderived-type.f9016 ! Ihis file is the Fortran source file for derived-type.exp. It was written
21 type bar
24 end type
25 type foo
27 type(bar) :: x
29 end type foo
30 type(foo) :: q
31 type(bar) :: p
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.fortran/
H A Dderived-type.f9016 ! Ihis file is the Fortran source file for derived-type.exp. It was written
21 type bar
24 end type
25 type foo
27 type(bar) :: x
29 end type foo
30 type(foo) :: q
31 type(bar) :: p
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.fortran/
H A Dderived-type.f9016 ! Ihis file is the Fortran source file for derived-type.exp. It was written
21 type bar
24 end type
25 type foo
27 type(bar) :: x
29 end type foo
30 type(foo) :: q
31 type(bar) :: p
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/libiptc/
H A Dlinux_stddef.h19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x) \
32 ({ type __dummy; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/libiptc/
H A Dlinux_stddef.h19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x) \
32 ({ type __dummy; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dhw-alloc.h34 #define HW_ZALLOC(me,type) (type*) hw_zalloc (me, sizeof (type))
35 #define HW_MALLOC(me,type) (type*) hw_malloc (me, sizeof (type))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dhw-alloc.h34 #define HW_ZALLOC(me,type) (type*) hw_zalloc (me, sizeof (type))
35 #define HW_MALLOC(me,type) (type*) hw_malloc (me, sizeof (type))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/libiptc/
H A Dlinux_stddef.h19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x) \
32 ({ type __dummy; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/libiptc/
H A Dlinux_stddef.h19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x) \
32 ({ type __dummy; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/libiptc/
H A Dlinux_stddef.h19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x) \
32 ({ type __dummy; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/libiptc/
H A Dlinux_stddef.h19 * @type: the type of the container struct this is embedded in.
23 #define container_of(ptr, type, member) ({ \
24 const typeof( ((type *)0)->member ) *__mptr = (ptr); \
25 (type *)( (char *)__mptr - offsetof(type,member) );})
28 * Check at compile time that something is of a particular type.
31 #define typecheck(type,x) \
32 ({ type __dummy; \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dhw-alloc.h34 #define HW_ZALLOC(me,type) (type*) hw_zalloc (me, sizeof (type))
35 #define HW_MALLOC(me,type) (type*) hw_malloc (me, sizeof (type))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Drend.h28 extern int rend_register(char *name, char *type, int port);
29 extern int rend_unregister(char *name, char *type, int port);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Drend.h28 extern int rend_register(char *name, char *type, int port);
29 extern int rend_unregister(char *name, char *type, int port);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Drend.h28 extern int rend_register(char *name, char *type, int port);
29 extern int rend_unregister(char *name, char *type, int port);

Completed in 293 milliseconds

1234567891011>>