Searched refs:type (Results 51 - 75 of 11053) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsum.c24 static unsigned sum_file(const char *file, const unsigned type) argument
53 if (type >= SUM_SYSV) {
65 if (type < PRINT_NAME)
67 if (type >= SUM_SYSV) {
81 unsigned type = SUM_BSD; local
84 if (n & 1) type = SUM_SYSV;
86 if (n & 2) type = SUM_BSD;
90 n = sum_file("-", type);
95 type += argc - 1 > optind || type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dstack.c18 stack_item_alloc(int type, size_t data_len) argument
27 e->type = type;
42 struct stack_item *stack_item_pop(struct stack *s, int type) argument
47 if (cur->type != type && type != -1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dunistd.h8 #define _syscall0(type,name) \
9 type name(void) \
21 return (type) __a; \
23 return (type) -1; \
26 #define _syscall1(type,name,type1,arg1) \
27 type name(type1 arg1) \
39 return (type) __a; \
41 return (type) -1; \
44 #define _syscall2(type,name,type1,arg1,type2,arg2) \
45 type nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dunistd.h8 #define _syscall0(type,name) \
9 type name(void) \
20 return (type) __a; \
22 return (type) -1; \
25 #define _syscall1(type,name,type1,arg1) \
26 type name(type1 arg1) \
37 return (type) __a; \
39 return (type) -1; \
42 #define _syscall2(type,name,type1,arg1,type2,arg2) \
43 type nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Ddisp_sec.c53 static void ads_disp_perms(uint32 type) argument
60 if (type == SEC_RIGHTS_FULL_CTRL) {
66 if (type & (1 << i)) {
72 type &= ~(1 << i);
77 if (type != 0) {
78 printf("[%08x]", type);
88 if (!sec_ace_object(sec_ace->type)) {
89 printf("------- ACE (type: 0x%02x, flags: 0x%02x, size: 0x%02x, mask: 0x%x)\n",
90 sec_ace->type,
95 printf("------- ACE (type
124 ads_disp_acl(SEC_ACL *sec_acl, const char *type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dquirks-table.h160 .type = QUIRK_MIDI_YAMAHA \
169 .type = QUIRK_MIDI_YAMAHA \
276 .type = QUIRK_COMPOSITE,
280 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
297 .type = QUIRK_AUDIO_FIXED_ENDPOINT,
314 .type = QUIRK_MIDI_FIXED_ENDPOINT,
332 .type = QUIRK_COMPOSITE,
336 .type = QUIRK_IGNORE_INTERFACE
340 .type = QUIRK_IGNORE_INTERFACE
344 .type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmalloca.h85 /* Determine the alignment of a type at compile time. */
89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; };
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
98 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
100 # define sa_alignof(type) offseto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dpower.h21 TP_PROTO(unsigned int type, unsigned int state, unsigned int cpu_id),
23 TP_ARGS(type, state, cpu_id),
26 __field( u64, type )
32 __entry->type = type;
37 TP_printk("type=%lu state=%lu cpu_id=%lu", (unsigned long)__entry->type,
43 TP_PROTO(unsigned int type, unsigned int state, unsigned int cpu_id),
45 TP_ARGS(type, state, cpu_id)
50 TP_PROTO(unsigned int type, unsigne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmalloca.h95 /* Determine the alignment of a type at compile time. */
99 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; };
100 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
104 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
108 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
110 # define sa_alignof(type) offseto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dparavirt_patch.h28 #define PARAVIRT_PATCH_SITE_BR(type) \
36 .xdata8 ".paravirt_branches", 1b, type
47 unsigned long type;
64 unsigned long type;
71 unsigned long type;
85 unsigned long type;
90 unsigned long type;
95 unsigned long tag, unsigned long type,
108 ia64_native_patch_bundle(void *sbundle, void *ebundle, unsigned long type);
111 __paravirt_patch_apply_bundle(void *sbundle, void *ebundle, unsigned long type,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmalloca.h85 /* Determine the alignment of a type at compile time. */
89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; };
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
98 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
100 # define sa_alignof(type) offseto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmalloca.h85 /* Determine the alignment of a type at compile time. */
89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; };
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
98 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
100 # define sa_alignof(type) offseto
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dioctl.h39 #define _IOC(dir,type,nr,size) \
42 ((type) << _IOC_TYPESHIFT) | \
47 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
48 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size))
49 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size))
50 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem.h166 int type; /* what type of object */ member in struct:pem_ctx_st
188 EVP_MD *md; /* signature type */
214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
222 type *PEM_read
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem.h166 int type; /* what type of object */ member in struct:pem_ctx_st
188 EVP_MD *md; /* signature type */
214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/
217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/
221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
222 type *PEM_read
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_enummediatypes.c38 if (!IsEqualGUID(&this->type.majortype, &GUID_NULL)) {
39 AM_MEDIA_TYPE *type = av_malloc(sizeof(AM_MEDIA_TYPE)); local
40 ff_copy_dshow_media_type(type, &this->type);
41 *types = type;
56 if (n) /* Any skip will always fall outside of the only valid type. */
74 new = libAVEnumMediaTypes_Create(&this->type);
83 libAVEnumMediaTypes_Setup(libAVEnumMediaTypes *this, const AM_MEDIA_TYPE *type) argument
94 if (!type) {
95 this->type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcodec_desc.c35 .type = AVMEDIA_TYPE_VIDEO,
42 .type = AVMEDIA_TYPE_VIDEO,
50 .type = AVMEDIA_TYPE_VIDEO,
58 .type = AVMEDIA_TYPE_VIDEO,
65 .type = AVMEDIA_TYPE_VIDEO,
72 .type = AVMEDIA_TYPE_VIDEO,
79 .type = AVMEDIA_TYPE_VIDEO,
86 .type = AVMEDIA_TYPE_VIDEO,
94 .type = AVMEDIA_TYPE_VIDEO,
101 .type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dexpr.c19 e->type = E_SYMBOL;
24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) argument
28 e->type = type;
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) argument
37 e->type = type;
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) argument
47 e->type = type;
135 __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
509 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
561 expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
853 expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) argument
882 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dexpr.c19 e->type = E_SYMBOL;
24 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) argument
28 e->type = type;
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) argument
37 e->type = type;
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) argument
47 e->type = type;
135 __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
508 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
560 expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
852 expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) argument
881 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dquotaops.h46 struct dquot *dqget(struct super_block *sb, unsigned int id, int type);
51 struct dquot *dquot_alloc(struct super_block *sb, int type);
62 int dquot_disable(struct super_block *sb, int type, unsigned int flags);
64 static inline int dquot_suspend(struct super_block *sb, int type) argument
66 return dquot_disable(sb, type, DQUOT_SUSPENDED);
68 int dquot_resume(struct super_block *sb, int type);
73 int dquot_commit_info(struct super_block *sb, int type);
78 int dquot_quota_on(struct super_block *sb, int type, int format_id,
80 int dquot_enable(struct inode *inode, int type, int format_id,
82 int dquot_quota_on_path(struct super_block *sb, int type, in
98 sb_dqinfo(struct super_block *sb, int type) argument
107 sb_has_quota_usage_enabled(struct super_block *sb, int type) argument
113 sb_has_quota_limits_enabled(struct super_block *sb, int type) argument
119 sb_has_quota_suspended(struct super_block *sb, int type) argument
127 unsigned type, tmsk = 0; local
134 sb_has_quota_loaded(struct super_block *sb, int type) argument
142 unsigned type, tmsk = 0; local
148 sb_has_quota_active(struct super_block *sb, int type) argument
162 sb_has_quota_usage_enabled(struct super_block *sb, int type) argument
167 sb_has_quota_limits_enabled(struct super_block *sb, int type) argument
172 sb_has_quota_suspended(struct super_block *sb, int type) argument
183 sb_has_quota_loaded(struct super_block *sb, int type) argument
193 sb_has_quota_active(struct super_block *sb, int type) argument
241 dquot_disable(struct super_block *sb, int type, unsigned int flags) argument
247 dquot_suspend(struct super_block *sb, int type) argument
252 dquot_resume(struct super_block *sb, int type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h93 * Macros for declaring and implementing type-safe wrappers for LHASH
96 * per-variable casting before deferring to the underlying type-specific
199 # define LHASH_OF(type) struct lhash_st_##type
201 # define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
203 # define CHECKED_LHASH_OF(type,lh) \
204 ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh))
207 # define LHM_lh_new(type, name) \
208 ((LHASH_OF(type) *)lh_ne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlhash.h93 * Macros for declaring and implementing type-safe wrappers for LHASH
96 * per-variable casting before deferring to the underlying type-specific
199 # define LHASH_OF(type) struct lhash_st_##type
201 # define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
203 # define CHECKED_LHASH_OF(type,lh) \
204 ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh))
207 # define LHM_lh_new(type, name) \
208 ((LHASH_OF(type) *)lh_ne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dexpr.c17 e->type = E_SYMBOL;
22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) argument
26 e->type = type;
31 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) argument
35 e->type = type;
41 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) argument
45 e->type = type;
126 __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
473 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
525 expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
817 expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) argument
846 expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dmount.c38 const char *type = r->param.mount.type->name; local
42 if (!strcmp(type, TOMOYO_MOUNT_REMOUNT_KEYWORD))
44 else if (!strcmp(type, TOMOYO_MOUNT_BIND_KEYWORD)
45 || !strcmp(type, TOMOYO_MOUNT_MOVE_KEYWORD))
46 tomoyo_warn_log(r, "mount %s %s %s 0x%lX", type, dev, dir,
48 else if (!strcmp(type, TOMOYO_MOUNT_MAKE_UNBINDABLE_KEYWORD) ||
49 !strcmp(type, TOMOYO_MOUNT_MAKE_PRIVATE_KEYWORD) ||
50 !strcmp(type, TOMOYO_MOUNT_MAKE_SLAVE_KEYWORD) ||
51 !strcmp(type, TOMOYO_MOUNT_MAKE_SHARED_KEYWOR
88 tomoyo_mount_acl(struct tomoyo_request_info *r, char *dev_name, struct path *dir, char *type, unsigned long flags) argument
192 tomoyo_mount_permission(char *dev_name, struct path *path, char *type, unsigned long flags, void *data_page) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dstack.h18 int type; member in struct:stack_item
23 struct stack_item *stack_item_alloc(int type, size_t data_len);
26 struct stack_item *stack_item_pop(struct stack *s, int type);

Completed in 237 milliseconds

1234567891011>>