Searched refs:type (Results 201 - 225 of 11053) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DReplicationManagerStartPolicy.java42 static ReplicationManagerStartPolicy fromInt(int type) { argument
43 switch(type) {
52 "Unknown rep start policy: " + type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dadd-data.h25 int type; member in class:AddData
36 AddData( ): type(NONE) { }
44 static bool isSupported( const QString& str ) { return AddData(str).type != NONE; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmodule.h22 enum m68k_fixup_type type; member in struct:m68k_fixup_info
26 #define m68k_fixup(type, addr) \
28 " .long " #type "," #addr "\n" \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
25 #define P(name,type,arg) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_opaque.h27 #define IS_OPAQUE_LSA(type) \
28 ((type) == OSPF_OPAQUE_LINK_LSA || \
29 (type) == OSPF_OPAQUE_AREA_LSA || \
30 (type) == OSPF_OPAQUE_AS_LSA)
42 * +--------------- Blocking status for each LSA type
68 #define SET_OPAQUE_LSID(type, id) \
69 ((((type) << 24) & LSID_OPAQUE_TYPE_MASK) \
88 #define OPAQUE_TYPE_RANGE_UNASSIGNED(type) \
89 ( 4 <= (type) && (type) <
[all...]
H A Dospf_zebra.c69 if (!OSPF_IF_PARAM_CONFIGURED (IF_DEF_PARAMS (ifp), type))
71 SET_IF_PARAM (IF_DEF_PARAMS (ifp), type); local
72 IF_DEF_PARAMS (ifp)->type = OSPF_IFTYPE_BROADCAST;
75 IF_DEF_PARAMS (ifp)->type = OSPF_IFTYPE_BROADCAST;
77 IF_DEF_PARAMS (ifp)->type = OSPF_IFTYPE_POINTOPOINT;
79 IF_DEF_PARAMS (ifp)->type = OSPF_IFTYPE_LOOPBACK;
346 /* Put command, type, flags, message. */
418 api.type = ZEBRA_ROUTE_OSPF;
449 api.type = ZEBRA_ROUTE_OSPF;
473 api.type
485 ospf_is_type_redistributed(int type) argument
492 ospf_redistribute_set(int type, int mtype, int mvalue) argument
535 ospf_redistribute_unset(int type) argument
672 u_char type = is_prefix_default (&ei->p) ? DEFAULT_ROUTE : ei->type; local
728 ospf_routemap_set(int type, char *name) argument
738 ospf_routemap_unset(int type) argument
834 ospf_distribute_list_out_set(int type, char *name) argument
854 ospf_distribute_list_out_unset(int type, char *name) argument
880 u_char type; local
908 ospf_distribute_list_update(int type) argument
934 int type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dselinux_common.c11 char *user, char *role, char *type, char *range)
19 if (type && context_type_set(con, type))
10 set_security_context_component(security_context_t cur_context, char *user, char *role, char *type, char *range) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dkconfig_load.c7 #define P(name,type,arg) type (*name ## _p) arg
25 #define P(name,type,arg) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexresolv.c132 * DESCRIPTION: Retrieve the value from an internal object. The Reference type
152 switch (stack_desc->common.type) {
254 if ((stack_desc->reference.node->type ==
256 || (stack_desc->reference.node->type ==
276 "Unknown Reference type 0x%X in %p",
300 stack_desc, stack_desc->common.type));
325 * return_type - Where the object type is returned
330 * DESCRIPTION: Return the base object and type. Traverse a reference list if
343 acpi_object_type type; local
352 type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dat91sam9rl.c32 .type = MT_DEVICE,
39 .type = MT_DEVICE,
53 .type = CLK_TYPE_PERIPHERAL,
58 .type = CLK_TYPE_PERIPHERAL,
63 .type = CLK_TYPE_PERIPHERAL,
68 .type = CLK_TYPE_PERIPHERAL,
73 .type = CLK_TYPE_PERIPHERAL,
78 .type = CLK_TYPE_PERIPHERAL,
83 .type = CLK_TYPE_PERIPHERAL,
88 .type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-streams.c99 static void cx18_stream_init(struct cx18 *cx, int type) argument
101 struct cx18_stream *s = &cx->streams[type];
110 s->type = type;
111 s->name = cx18_stream_info[type].name;
114 s->dma = cx18_stream_info[type].dma;
115 s->buffers = cx->stream_buffers[type];
116 s->buf_size = cx->stream_buf_size[type];
135 static int cx18_prep_dev(struct cx18 *cx, int type) argument
137 struct cx18_stream *s = &cx->streams[type];
195 int type, ret; local
217 cx18_reg_dev(struct cx18 *cx, int type) argument
294 int type; local
317 int type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Duuid.c51 void localuuid_from_id(unsigned char *buf, uuidtype_t type, unsigned int id) argument
55 switch (type) {
142 * type: and type (UUID_USER or UUID_GROUP)
146 int getuuidfromname( const char *name, uuidtype_t type, uuidp_t uuid) { argument
148 uuidtype_t mytype = type;
159 "getuuidfromname{cache}: name: %s, type%s: %s -> UUID: %s",
162 uuidtype[type & UUIDTYPESTR_MASK],
169 if ((ret = ldap_getuuidfromname( name, type, &uuid_string)) == 0) {
171 LOG(log_debug, logtype_afpd, "getuuidfromname{LDAP}: name: %s, type
227 getnamefromuuid(const uuidp_t uuidp, char **name, uuidtype_t *type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dparavirt_privop.h243 #define PARAVIRT_TYPE(type) \
244 PARAVIRT_PATCH_TYPE_ ## type
299 #define PARAVIRT_BR0(op, type) \
302 PARAVIRT_TYPE(type)) \
307 #define PARAVIRT_BR0_RET(op, type) \
310 PARAVIRT_TYPE(type)) \
315 #define PARAVIRT_BR1(op, type, arg1) \
319 PARAVIRT_TYPE(type)) \
324 #define PARAVIRT_BR1_RET(op, type, arg1) \
328 PARAVIRT_TYPE(type)) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Ddigest.c140 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) argument
143 return EVP_DigestInit_ex(ctx, type, NULL);
146 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
153 if (type) {
154 fipsmd = evp_get_fips_md(type);
156 type = fipsmd;
167 if (ctx->engine && ctx->digest && (!type ||
168 (type
169 && (type->type
350 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Ddigest.c140 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) argument
143 return EVP_DigestInit_ex(ctx, type, NULL);
146 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
153 if (type) {
154 fipsmd = evp_get_fips_md(type);
156 type = fipsmd;
167 if (ctx->engine && ctx->digest && (!type ||
168 (type
169 && (type->type
350 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dmidi_event.c51 ev.type = SND_SEQ_EVENT_NONE;
79 ev.type = SND_SEQ_EVENT_QFRAME;
83 ev.type = SND_SEQ_EVENT_SONGPOS;
87 ev.type = SND_SEQ_EVENT_SONGSEL;
91 ev.type = SND_SEQ_EVENT_TUNE_REQUEST;
94 ev.type = SND_SEQ_EVENT_CLOCK;
97 ev.type = SND_SEQ_EVENT_START;
100 ev.type = SND_SEQ_EVENT_CONTINUE;
103 ev.type = SND_SEQ_EVENT_STOP;
106 ev.type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dreg_objects.h29 uint16 type; member in struct:__anon5292
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/tdbpack/
H A Doldtdbutil.py24 for type in format:
26 if (type == 'f' or type == 'P'):
29 if (type == 'd'):
32 if (type == 'w'):
35 if (type == 'p'):
41 if (type == 'B'):
59 for type in format:
61 if (type == 'p'):
70 elif (type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-carp.c9 * - print version, type string and packet length
56 int version, type; local
61 type = bp[0] & 0x0f;
62 if (type == 1)
69 if (version != 2 || type != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dcrdel_auto.h7 u_int32_t type; member in struct:___crdel_metasub_args
18 u_int32_t type; member in struct:___crdel_inmem_create_args
29 u_int32_t type; member in struct:___crdel_inmem_rename_args
39 u_int32_t type; member in struct:___crdel_inmem_remove_args
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/threads/
H A Dth-lock.c91 static void irix_locking_callback(int mode, int type, char *file, int line);
92 static void solaris_locking_callback(int mode, int type, char *file,
94 static void win32_locking_callback(int mode, int type, char *file, int line);
95 static void pthreads_locking_callback(int mode, int type, char *file,
144 void win32_locking_callback(int mode, int type, char *file, int line) argument
147 WaitForSingleObject(lock_cs[type], INFINITE);
149 ReleaseMutex(lock_cs[type]);
209 void solaris_locking_callback(int mode, int type, char *file, int line) argument
215 (type & CRYPTO_READ) ? "r" : "w", file, line);
219 if (CRYPTO_LOCK_SSL_CERT == type)
301 irix_locking_callback(int mode, int type, char *file, int line) argument
360 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dtesttrace.h32 int libtest_debug_cb(CURL *handle, curl_infotype type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dinternal.h27 void (*dump)(int fd, int type);
30 int (*resync)(enum nf_conntrack_msg_type type,
44 void (*dump)(int fd, int type);
47 int (*resync)(enum nf_conntrack_msg_type type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dbus.c33 switch (card->type) {
48 __ATTR(type, S_IRUGO, mmc_type_show, NULL),
66 const char *type; local
69 switch (card->type) {
71 type = "MMC";
74 type = "SD";
77 type = "SDIO";
80 type = "SDcombo";
83 type = NULL;
86 if (type) {
205 mmc_alloc_card(struct mmc_host *host, struct device_type *type) argument
231 const char *type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Drq_enet_desc.h44 u64 address, u8 type, u16 length)
48 ((type & RQ_ENET_TYPE_MASK) << RQ_ENET_LEN_BITS));
52 u64 *address, u8 *type, u16 *length)
56 *type = (u8)((le16_to_cpu(desc->length_type) >> RQ_ENET_LEN_BITS) &
43 rq_enet_desc_enc(struct rq_enet_desc *desc, u64 address, u8 type, u16 length) argument
51 rq_enet_desc_dec(struct rq_enet_desc *desc, u64 *address, u8 *type, u16 *length) argument

Completed in 137 milliseconds

1234567891011>>