Searched refs:type (Results 251 - 275 of 5574) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseType.java46 The database type is unknown.
52 static DatabaseType fromInt(int type) { argument
53 switch(type) {
66 "Unknown database type: " + type);
H A DReplicationManagerAckPolicy.java76 static ReplicationManagerAckPolicy fromInt(int type) { argument
77 switch(type) {
92 "Unknown ACK policy: " + type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEnhancedAccessor.java33 private Class type; field in class:EnhancedAccessor
47 static boolean isEnhanced(Class type) { argument
48 boolean enhanced = classRegistry.containsKey(type.getName());
52 type.getName() + " is not enhanced");
60 EnhancedAccessor(Class type) { argument
61 this.type = type;
62 prototype = classRegistry.get(type.getName());
63 assert prototype != null || Modifier.isAbstract(type.getModifiers());
67 * Creates an accessor for a complex type
69 EnhancedAccessor(Catalog catalog, Class type, ComplexFormat format) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dum_xdi.h12 dword type; member in struct:_diva_um_idi_adapter_features
33 dword type; member in struct:_diva_um_idi_req_hdr
63 dword type; member in struct:_diva_um_idi_ind_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Di2d_pr.c77 if (a->type == EVP_PKEY_RSA)
84 if (a->type == EVP_PKEY_DSA)
90 if (a->type == EVP_PKEY_EC)
H A Dasn1.h163 #define DECLARE_ASN1_SET_OF(type) /* filled in by mkstack.pl */
164 #define IMPLEMENT_ASN1_SET_OF(type) /* nothing, no longer needed */
221 /* This is the base type that holds just about everything :-) */
225 int type; member in struct:asn1_string_st
227 /* The value of the following field depends on the type being
235 * encoding of an ASN1 type. This is useful to get round
246 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
287 #define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type)
501 int type; member in struct:asn1_type_st
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh2/
H A Dsetup-sh7619.c19 .type = PORT_SCIF,
24 .type = PORT_SCIF,
29 .type = PORT_SCIF,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnssearch.c54 acpi_object_type type,
63 * Type - Object type to match
92 acpi_object_type type,
109 acpi_ut_get_type_name(type)));
141 acpi_ut_get_type_name(node->type),
171 acpi_ut_get_type_name(type),
184 * Type - Object type to match
206 acpi_object_type type,
217 * If there is no parent (i.e., we are at the root) or type is "local",
226 if (acpi_ns_local(type)) {
90 acpi_ns_search_one_scope(u32 target_name, struct acpi_namespace_node *parent_node, acpi_object_type type, struct acpi_namespace_node **return_node) argument
204 acpi_ns_search_parent_tree(u32 target_name, struct acpi_namespace_node *node, acpi_object_type type, struct acpi_namespace_node **return_node) argument
293 acpi_ns_search_and_enter(u32 target_name, struct acpi_walk_state *walk_state, struct acpi_namespace_node *node, acpi_interpreter_mode interpreter_mode, acpi_object_type type, u32 flags, struct acpi_namespace_node **return_node) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Daccess.c26 #define PCI_OP_READ(size,type,len) \
28 (struct pci_bus *bus, unsigned int devfn, int pos, type *value) \
36 *value = (type)data; \
41 #define PCI_OP_WRITE(size,type,len) \
43 (struct pci_bus *bus, unsigned int devfn, int pos, type value) \
92 #define PCI_USER_READ_CONFIG(size,type) \
94 (struct pci_dev *dev, int pos, type *val) \
102 pos, sizeof(type), &data); \
104 *val = (type)data; \
108 #define PCI_USER_WRITE_CONFIG(size,type) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dxpathret.py29 if type(res) != type([]):
40 if node.type != 'text':
41 print "Unexpected nodeset element children type"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcomstats.h40 unsigned long type; member in struct:__anon9708
79 unsigned long type; member in struct:__anon9709
86 unsigned long type; member in struct:__anon9710
H A Dflat.h82 unsigned long type : 2; member in struct:__anon9810::__anon9811
85 unsigned long type : 2;
90 unsigned long type : 2;
H A Dmsi.h20 __u8 type : 5; /* {0: unused, 5h:MSI, 11h:MSI-X} */ member in struct:msi_desc::__anon10057
44 extern int arch_setup_msi_irqs(struct pci_dev *dev, int nvec, int type);
46 extern int arch_msi_check_device(struct pci_dev* dev, int nvec, int type);
H A Drfkill.h31 * enum rfkill_type - type of rfkill switch.
51 * @type: Radio type which the button controls, the value stored
67 enum rfkill_type type; member in struct:rfkill
82 struct rfkill *rfkill_allocate(struct device *parent, enum rfkill_type type);
87 void rfkill_switch_all(enum rfkill_type type, enum rfkill_state state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/dvb/
H A Dca.h32 int type; /* CA interface this slot supports */ member in struct:ca_slot_info
49 unsigned int type; /* type of supported scrambling system */ member in struct:ca_descr_info
65 unsigned int type; member in struct:ca_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_802_3.h10 * If frame has DSAP/SSAP value 0xaa you must check the SNAP type
31 __be16 type; member in struct:hdr_ui
39 __be16 type; member in struct:hdr_ni
64 __be16 type; member in struct:ebt_802_3_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dgct.c26 wanted && (wanted->type | wanted->subtype);
28 if (node->type != wanted->type)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_input.c35 void llc_add_pack(int type, void (*handler)(struct llc_sap *sap, argument
38 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN)
39 llc_type_handlers[type - 1] = handler;
42 void llc_remove_pack(int type) argument
44 if (type == LLC_DEST_SAP || type == LLC_DEST_CONN)
45 llc_type_handlers[type - 1] = NULL;
61 int type = LLC_DEST_CONN; /* I-PDU or S-PDU type */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dsysfs.c28 of->node->name, of->node->type);
35 soundbus_config_of_attr (type, "%s\n");
39 __ATTR_RO(type),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.h48 int type; member in struct:key_rec_t
52 int type; member in struct:condition_t
58 int type; member in struct:action_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1.h163 #define DECLARE_ASN1_SET_OF(type) /* filled in by mkstack.pl */
164 #define IMPLEMENT_ASN1_SET_OF(type) /* nothing, no longer needed */
221 /* This is the base type that holds just about everything :-) */
225 int type; member in struct:asn1_string_st
227 /* The value of the following field depends on the type being
235 * encoding of an ASN1 type. This is useful to get round
246 /* Used with ASN1 LONG type: if a long is set to this it is omitted */
287 #define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type)
501 int type; member in struct:asn1_type_st
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp_lib.c84 else if (pkey->type == EVP_PKEY_RSA)
88 else if (pkey->type == EVP_PKEY_DSA)
92 else if (pkey->type == EVP_PKEY_EC)
123 if (pkey->type == EVP_PKEY_RSA)
128 if (pkey->type == EVP_PKEY_DSA)
132 if (pkey->type == EVP_PKEY_EC)
142 if (pkey->type == EVP_PKEY_DSA)
152 if (pkey->type == EVP_PKEY_EC)
166 if (to->type != from->type)
331 EVP_PKEY_assign(EVP_PKEY *pkey, int type, char *key) argument
426 EVP_PKEY_type(int type) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_routemap.c46 int type; local
53 for (type = 0; type <= ZEBRA_ROUTE_MAX; type++)
55 if (ROUTEMAP_NAME (type) && strcmp (ROUTEMAP_NAME (type), name) == 0)
58 struct route_map *old = ROUTEMAP (type);
61 ROUTEMAP (type) = route_map_lookup_by_name (ROUTEMAP_NAME (type));
63 /* No update for this distribute type
75 int type; local
197 route_match_ip_nexthop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
247 route_match_ip_next_hop_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
294 route_match_ip_address(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
338 route_match_ip_address_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
379 route_match_interface(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
425 route_set_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
478 route_set_metric_type(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dlibnetlink.h20 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
21 extern int rtnl_dump_request(struct rtnl_handle *rth, int type, void *req, int len);
36 extern int addattr32(struct nlmsghdr *n, int maxlen, int type, __u32 data);
37 extern int addattr_l(struct nlmsghdr *n, int maxlen, int type, const void *data, int alen);
39 extern int rta_addattr32(struct rtattr *rta, int maxlen, int type, __u32 data);
40 extern int rta_addattr_l(struct rtattr *rta, int maxlen, int type, const void *data, int alen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dcryptlib.c115 /* This is for applications to allocate new type names in the non-dynamic
125 static void (MS_FAR *locking_callback)(int mode,int type,
128 int type,const char *file,int line)=NULL;
334 void (*CRYPTO_get_locking_callback(void))(int mode,int type,const char *file,
340 int (*CRYPTO_get_add_lock_callback(void))(int *num,int mount,int type,
346 void CRYPTO_set_locking_callback(void (*func)(int mode,int type, argument
352 void CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, argument
389 void CRYPTO_lock(int mode, int type, const char *file, int line) argument
411 CRYPTO_get_lock_name(type), file, line);
414 if (type <
433 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
471 CRYPTO_get_lock_name(int type) argument
[all...]

Completed in 297 milliseconds

<<11121314151617181920>>