Searched refs:type (Results 101 - 125 of 11053) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/bootp/
H A Dinitrd.S1 .type initrd_start,#object
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dlinkage.h8 .type name, %function; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_AUDIT.h27 __u8 type; /* XT_AUDIT_TYPE_* */ member in struct:xt_audit_info
H A Dxt_sctp.h38 #define bytes(type) (sizeof(type) * 8)
40 #define SCTP_CHUNKMAP_SET(chunkmap, type) \
42 (chunkmap)[type / bytes(__u32)] |= \
43 1 << (type % bytes(__u32)); \
46 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \
48 (chunkmap)[type / bytes(__u32)] &= \
49 ~(1 << (type % bytes(__u32))); \
52 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \
54 ((chunkmap)[type / byte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Do_names.c117 ret=a->type-b->type;
121 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type))
124 a->type)->cmp_func(a->name,b->name);
138 if ((name_funcs_stack != NULL) && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type))
141 a->type)->hash_func(a->name);
147 ret^=a->type;
151 const char *OBJ_NAME_get(const char *name, int type) argument
159 alias=type&OBJ_NAME_ALIAS;
160 type
181 OBJ_NAME_add(const char *name, int type, const char *data) argument
229 OBJ_NAME_remove(const char *name, int type) argument
260 int type; member in struct:doall
273 OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg) argument
286 int type; member in struct:doall_sorted
309 OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg), void *arg) argument
348 OBJ_NAME_cleanup(int type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Do_names.c120 ret = a->type - b->type;
123 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
125 a->type)->cmp_func(a->name, b->name);
139 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
142 a->type)->hash_func(a->name);
146 ret ^= a->type;
150 const char *OBJ_NAME_get(const char *name, int type) argument
160 alias = type & OBJ_NAME_ALIAS;
161 type
180 OBJ_NAME_add(const char *name, int type, const char *data) argument
225 OBJ_NAME_remove(const char *name, int type) argument
255 int type; member in struct:doall
268 OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) argument
282 int type; member in struct:doall_sorted
305 OBJ_NAME_do_all_sorted(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) argument
347 OBJ_NAME_cleanup(int type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Do_names.c120 ret = a->type - b->type;
123 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
125 a->type)->cmp_func(a->name, b->name);
139 && (sk_NAME_FUNCS_num(name_funcs_stack) > a->type)) {
142 a->type)->hash_func(a->name);
146 ret ^= a->type;
150 const char *OBJ_NAME_get(const char *name, int type) argument
160 alias = type & OBJ_NAME_ALIAS;
161 type
180 OBJ_NAME_add(const char *name, int type, const char *data) argument
225 OBJ_NAME_remove(const char *name, int type) argument
255 int type; member in struct:doall
268 OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) argument
282 int type; member in struct:doall_sorted
305 OBJ_NAME_do_all_sorted(int type, void (*fn) (const OBJ_NAME *, void *arg), void *arg) argument
347 OBJ_NAME_cleanup(int type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dshqueue.h19 * the normal macros, although the macro calls require an additional type
22 * Since we use relative offsets of type ssize_t rather than pointers, 0
53 #define SH_CHAIN_NEXTP(elm, field, type) \
54 ((struct type *)((u_int8_t *)(elm) + (elm)->field.sce_next))
55 #define SH_CHAIN_NEXT(elm, field, type) (SH_CHAIN_HASNEXT(elm, field) ? \
56 SH_CHAIN_NEXTP(elm, field, type) : (struct type *)NULL)
59 #define SH_CHAIN_PREVP(elm, field, type) \
60 ((struct type *)((u_int8_t *)(elm) + (elm)->field.sce_prev))
61 #define SH_CHAIN_PREV(elm, field, type) (SH_CHAIN_HASPRE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dlibusual.c41 * @type: the module type as an integer
43 void usb_usual_set_present(int type) argument
48 if (type <= 0 || type >= 3)
50 st = &stat[type];
57 void usb_usual_clear_present(int type) argument
62 if (type <= 0 || type >= 3)
64 st = &stat[type];
98 unsigned long type; local
153 int type = (unsigned long) arg; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxml-set.c53 if (node && node->type == MXML_ELEMENT &&
55 node->child && node->child->type == MXML_ELEMENT &&
59 if (!node || node->type != MXML_ELEMENT || !data ||
94 if (node && node->type == MXML_ELEMENT &&
95 node->child && node->child->type == MXML_CUSTOM)
98 if (!node || node->type != MXML_CUSTOM)
129 if (!node || node->type != MXML_ELEMENT || !name)
159 if (node && node->type == MXML_ELEMENT &&
160 node->child && node->child->type == MXML_INTEGER)
163 if (!node || node->type !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dprintf-parse.c19 CHAR_T The element type of the format string.
125 a->arg[a->count++].type = TYPE_NONE; \
126 if (a->arg[n].type == TYPE_NONE) \
127 a->arg[n].type = (_type_); \
128 else if (a->arg[n].type != (_type_)) \
129 /* Ambiguous type for positional argument. */ \
327 arg_type type; local
329 /* Parse argument type/size specifiers. */
445 type = TYPE_LONGLONGINT;
451 type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dat91cap9.c36 .type = MT_DEVICE,
41 .type = MT_DEVICE,
55 .type = CLK_TYPE_PERIPHERAL,
60 .type = CLK_TYPE_PERIPHERAL,
65 .type = CLK_TYPE_PERIPHERAL,
70 .type = CLK_TYPE_PERIPHERAL,
75 .type = CLK_TYPE_PERIPHERAL,
80 .type = CLK_TYPE_PERIPHERAL,
85 .type = CLK_TYPE_PERIPHERAL,
90 .type
[all...]
H A Dat572d940hf.c42 .type = MT_DEVICE,
47 .type = MT_DEVICE,
61 .type = CLK_TYPE_PERIPHERAL,
66 .type = CLK_TYPE_PERIPHERAL,
71 .type = CLK_TYPE_PERIPHERAL,
76 .type = CLK_TYPE_PERIPHERAL,
81 .type = CLK_TYPE_PERIPHERAL,
86 .type = CLK_TYPE_PERIPHERAL,
91 .type = CLK_TYPE_PERIPHERAL,
96 .type
[all...]
H A Dat91sam9260.c33 .type = MT_DEVICE,
42 .type = MT_DEVICE,
47 .type = MT_DEVICE,
56 .type = MT_DEVICE,
61 .type = MT_DEVICE,
68 .type = MT_DEVICE,
82 .type = CLK_TYPE_PERIPHERAL,
87 .type = CLK_TYPE_PERIPHERAL,
92 .type = CLK_TYPE_PERIPHERAL,
97 .type
[all...]
H A Dat91sam9g45.c33 .type = MT_DEVICE,
38 .type = MT_DEVICE,
52 .type = CLK_TYPE_PERIPHERAL,
57 .type = CLK_TYPE_PERIPHERAL,
62 .type = CLK_TYPE_PERIPHERAL,
67 .type = CLK_TYPE_PERIPHERAL,
72 .type = CLK_TYPE_PERIPHERAL,
77 .type = CLK_TYPE_PERIPHERAL,
82 .type = CLK_TYPE_PERIPHERAL,
87 .type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsol.c51 static enum AVCodecID sol_codec_id(int magic, int type) argument
55 if (type & SOL_DPCM) return AV_CODEC_ID_SOL_DPCM;
58 if (type & SOL_DPCM)
60 if (type & SOL_16BIT) return AV_CODEC_ID_SOL_DPCM;
64 if (type & SOL_16BIT) return AV_CODEC_ID_PCM_S16LE;
68 static int sol_codec_type(int magic, int type) argument
71 if (type & SOL_DPCM)
73 if (type & SOL_16BIT) return 3;//SOL_DPCM_NEW16;
80 static int sol_channels(int magic, int type) argument
82 if (magic == 0x0B8D || !(type
90 unsigned int id, channels, rate, type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Daudit.c117 audit_log_string(ab, aa_audit_type[sa->aad.type]);
156 * @cb: optional callback fn for type specific fields (MAYBE NULL)
158 void aa_audit_msg(int type, struct common_audit_data *sa, argument
161 sa->aad.type = type;
169 * @type: audit type for the message
173 * @cb: optional callback fn for type specific fields (MAYBE NULL)
179 int aa_audit(int type, struct aa_profile *profile, gfp_t gfp, argument
185 if (type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsol.c50 static enum CodecID sol_codec_id(int magic, int type) argument
54 if (type & SOL_DPCM) return CODEC_ID_SOL_DPCM;
57 if (type & SOL_DPCM)
59 if (type & SOL_16BIT) return CODEC_ID_SOL_DPCM;
63 if (type & SOL_16BIT) return CODEC_ID_PCM_S16LE;
67 static int sol_codec_type(int magic, int type) argument
70 if (type & SOL_DPCM)
72 if (type & SOL_16BIT) return 3;//SOL_DPCM_NEW16;
79 static int sol_channels(int magic, int type) argument
81 if (magic == 0x0B8D || !(type
90 unsigned int id, channels, rate, type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_sctp.h38 #define bytes(type) (sizeof(type) * 8)
40 #define SCTP_CHUNKMAP_SET(chunkmap, type) \
42 (chunkmap)[type / bytes(__u32)] |= \
43 1 << (type % bytes(__u32)); \
46 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \
48 (chunkmap)[type / bytes(__u32)] &= \
49 ~(1 << (type % bytes(__u32))); \
52 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \
54 ((chunkmap)[type / byte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mipssim/
H A Dsim_mem.c53 mdesc[0].type = simmem_reserved;
57 mdesc[1].type = simmem_free;
61 mdesc[2].type = simmem_reserved;
65 mdesc[3].type = simmem_free;
72 static int __init prom_memtype_classify(unsigned int type) argument
74 switch (type) {
90 long type; local
93 type = prom_memtype_classify(p->type);
97 add_memory_region(base, size, type);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.h37 /* Macros that interface to malloc, but know about type sizes, and
38 cast the result to the appropriate type. The casts are not
42 #define xnew(type) (xmalloc (sizeof (type)))
43 #define xnew0(type) (xcalloc (1, sizeof (type)))
44 #define xnew_array(type, len) (xmalloc ((len) * sizeof (type)))
45 #define xnew0_array(type, len) (xcalloc ((len), sizeof (type)))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_sctp.h38 #define bytes(type) (sizeof(type) * 8)
40 #define SCTP_CHUNKMAP_SET(chunkmap, type) \
42 (chunkmap)[type / bytes(__u32)] |= \
43 1 << (type % bytes(__u32)); \
46 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \
48 (chunkmap)[type / bytes(__u32)] &= \
49 ~(1 << (type % bytes(__u32))); \
52 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \
54 ((chunkmap)[type / byte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-gemini/
H A Dmm.c25 .type = MT_DEVICE,
30 .type = MT_DEVICE,
35 .type = MT_DEVICE,
40 .type = MT_DEVICE,
45 .type = MT_DEVICE,
50 .type = MT_DEVICE,
55 .type = MT_DEVICE,
60 .type = MT_DEVICE,
65 .type = MT_DEVICE,
70 .type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_sctp.h39 #define bytes(type) (sizeof(type) * 8)
41 #define SCTP_CHUNKMAP_SET(chunkmap, type) \
43 chunkmap[type / bytes(u_int32_t)] |= \
44 1 << (type % bytes(u_int32_t)); \
47 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \
49 chunkmap[type / bytes(u_int32_t)] &= \
50 ~(1 << (type % bytes(u_int32_t))); \
53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \
55 (chunkmap[type / byte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dmemory.c51 zerror (const char *fname, int type, size_t size)
54 fname, lookup (mstr, type), (int) size);
61 zmalloc (int type, size_t size)
68 zerror ("malloc", type, size);
70 alloc_inc (type);
77 zcalloc (int type, size_t size)
84 zerror ("calloc", type, size);
86 alloc_inc (type);
94 zrealloc (int type, void *ptr, size_t size)
101 zerror ("realloc", type, siz
48 zerror(const char *fname, int type, size_t size) argument
58 zmalloc(int type, size_t size) argument
74 zcalloc(int type, size_t size) argument
91 zrealloc(int type, void *ptr, size_t size) argument
105 zfree(int type, void *ptr) argument
115 zstrdup(int type, char *str) argument
143 mtype_log(char *func, void *memory, const char *file, int line, int type) argument
151 mtype_zmalloc(const char *file, int line, int type, size_t size) argument
165 mtype_zcalloc(const char *file, int line, int type, size_t size) argument
179 mtype_zrealloc(const char *file, int line, int type, void *ptr, size_t size) argument
195 mtype_zfree(const char *file, int line, int type, void *ptr) argument
205 mtype_zstrdup(const char *file, int line, int type, char *str) argument
228 alloc_inc(int type) argument
235 alloc_dec(int type) argument
[all...]

Completed in 137 milliseconds

1234567891011>>