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

1234567891011>>

/freebsd-10.0-release/contrib/tcpdump/
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)
/freebsd-10.0-release/crypto/heimdal/lib/ipc/
H A Dheim_ipc_async.defs39 type heim_ipc_message_inband_t = array [ * : 2048 ] of char;
40 type heim_ipc_message_outband_t = array [] of char;
H A Dheim_ipc_reply.defs39 type heim_ipc_message_inband_t = array [ * : 2048 ] of char;
40 type heim_ipc_message_outband_t = array [] of char;
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dpadata.c37 krb5_find_padata(PA_DATA *val, unsigned len, int type, int *idx) argument
40 if(val[*idx].padata_type == (unsigned)type)
47 int type, void *buf, size_t len)
59 pa[md->len].padata_type = type;
46 krb5_padata_add(krb5_context context, METHOD_DATA *md, int type, void *buf, size_t len) argument
/freebsd-10.0-release/crypto/openssl/crypto/cms/
H A Dcms_att.c97 const ASN1_OBJECT *obj, int type,
101 type, bytes, len)) return 1;
106 int nid, int type,
110 type, bytes, len)) return 1;
115 const char *attrname, int type,
119 type, bytes, len)) return 1;
124 int lastpos, int type)
126 return X509at_get0_data_by_OBJ(si->signedAttrs, oid, lastpos, type);
163 const ASN1_OBJECT *obj, int type,
167 type, byte
96 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
105 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
162 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
171 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
180 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
189 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
/freebsd-10.0-release/crypto/openssl/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,int line);
93 static void win32_locking_callback(int mode,int type,char *file,int line);
94 static void pthreads_locking_callback(int mode,int type,char *file,int line);
137 void win32_locking_callback(int mode, int type, char *file, int line) argument
141 WaitForSingleObject(lock_cs[type],INFINITE);
145 ReleaseMutex(lock_cs[type]);
203 void solaris_locking_callback(int mode, int type, char *file, int line) argument
209 (type&CRYPTO_READ)?"r":"w",file,line);
213 if (CRYPTO_LOCK_SSL_CERT == type)
296 irix_locking_callback(int mode, int type, char *file, int line) argument
352 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]
/freebsd-10.0-release/games/random/
H A Drandomize_fd.h49 int randomize_fd(int fd, int type, int unique, double denom);
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_hash.h33 #define _CITRUS_HASH_ENTRY(type) LIST_ENTRY(type)
34 #define _CITRUS_HASH_HEAD(headname, type, hashsize) \
36 LIST_HEAD(, type) chh_table[hashsize]; \
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h49 #define zfs_cv_init(cv, name, type, arg) do { \
51 ASSERT((type) == CV_DEFAULT); \
60 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg)
/freebsd-10.0-release/sys/kern/
H A Dsubr_bufring.c40 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) argument
47 type, flags|M_ZERO);
62 buf_ring_free(struct buf_ring *br, struct malloc_type *type) argument
64 free(br, type);
/freebsd-10.0-release/tools/regression/sockets/fstat/
H A Dfstat.c43 dotest(int domain, int type, int protocol) argument
48 sock = socket(domain, type, protocol);
50 err(-1, "socket(%d, %d, %d)", domain, type, protocol);
53 err(-1, "fstat on socket(%d, %d, %d)", domain, type,
/freebsd-10.0-release/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h38 const char *type; member in struct:partedit_item
/freebsd-10.0-release/usr.sbin/pkg/
H A Ddns_utils.h32 unsigned int type; member in struct:dns_srvinfo
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcp-objcp-common.c43 /* The base variant of a type must be in the same alias set as the
44 complete type. */
72 of non-POD class type does not include any tail padding; a derived class
78 tree type = TREE_TYPE (exp); local
80 if (CLASS_TYPE_P (type))
83 of a type with both of these set; all copies of such types must go
85 gcc_assert (!TYPE_HAS_COMPLEX_INIT_REF (type)
86 || !TYPE_HAS_COMPLEX_ASSIGN_REF (type)
101 || CP_AGGREGATE_TYPE_P (type));
103 /* This would be wrong for a type wit
138 cp_var_mod_type_p(tree type, tree fn) argument
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dgen_free.c47 switch (t->type) {
50 free_type (name, t->symbol->type, preserve);
80 if ((t->type == TSequence || t->type == TChoice) && preserve)
83 if(t->type == TChoice)
94 if(t->type == TChoice)
98 t->type == TChoice ? "u." : "", m->gen_name) < 0 || s == NULL)
102 free_type (s, m->type, FALSE);
109 if(t->type == TChoice)
113 if(t->type
[all...]
H A Dasn1parse.y76 Type *type;
175 %type <constant> SignedNumber
176 %type <constant> Class tagenv
178 %type <value> Value
179 %type <value> BuiltinValue
180 %type <value> IntegerValue
181 %type <value> BooleanValue
182 %type <value> ObjectIdentifierValue
183 %type <value> CharacterStringValue
184 %type <valu
[all...]
/freebsd-10.0-release/sys/dev/sio/
H A Dsio_pci.c64 u_int32_t type; member in struct:pci_ids
95 u_int32_t type; local
98 type = pci_get_devid(dev);
100 while (id->type && id->type != type)
111 u_int32_t type; local
114 type = pci_get_devid(dev);
116 while (id->type && id->type !
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dip_icmp.h53 u_char icmp_type; /* type of message, see below */
54 u_char icmp_code; /* type sub code */
64 u_char icmp_type; /* type of message, see below */
65 u_char icmp_code; /* type sub code */
141 * Definition of type and code field values.
201 #define ICMP_INFOTYPE(type) \
202 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
203 (type) == ICMP_ROUTERADVERT || (type)
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y137 %type <l_node> d_expression
138 %type <l_node> d_program
139 %type <l_node> d_type
141 %type <l_node> translation_unit
142 %type <l_node> external_declaration
143 %type <l_node> inline_definition
144 %type <l_node> translator_definition
145 %type <l_node> translator_member_list
146 %type <l_node> translator_member
147 %type <l_nod
[all...]
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapu.hnw54 #define APU_DECLARE(type) type
61 #define APU_DECLARE_NONSTD(type) type
66 * @fn APU_DECLARE_DATA type apr_variable;
67 * @note APU_DECLARE_DATA extern type apr_variable; syntax is required for
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp76 key_type>::type>::other::const_reference
82 value_type>::type>::other::const_reference
88 value_type>::type>::other::reference
94 value_type>::type>::other::const_pointer
133 key_type>::type>::other::const_reference
139 value_type>::type>::other::const_reference
145 value_type>::type>::other::reference
151 value_type>::type>::other::const_pointer
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c178 findauthenticator(int type, int way) argument
182 while (ap->type && (ap->type != type || ap->way != way))
184 return(ap->type ? ap : 0);
198 while (ap->type) {
200 i_support |= typemask(ap->type);
202 printf(">>>%s: I support auth type %d %d\r\n",
204 ap->type, ap->way);
207 printf(">>>%s: Init failed: auth type
226 getauthmask(char *type, int *maskp) argument
245 auth_enable(char *type) argument
251 auth_disable(char *type) argument
257 auth_onoff(char *type, int on) argument
[all...]
/freebsd-10.0-release/include/
H A Dstddef.h62 #define offsetof(type, member) __offsetof(type, member)
/freebsd-10.0-release/lib/csu/common/
H A Dcrtbrand.c38 * following struct with a PROGBITS type. However, newer versions of binutils
39 * (after 2.16.90) require the section to be of NOTE type, to guarantee that the
43 * Unfortunately, there is no clean way to tell gcc to use another section type,
48 * - Edit the .s file to change the 'progbits' type to 'note', for the section
57 int32_t type; member in struct:__anon5337
63 .type = ABI_NOTETYPE,
/freebsd-10.0-release/lib/libc/rpc/
H A Dnetname.c65 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
67 #define TYPE_SIGNED(type) (((type) -1) < 0)
71 ** Subtract one for the sign bit if the type is signed;
73 ** add one more for a minus sign if the type is signed.
75 #define INT_STRLEN_MAXIMUM(type) \
76 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
[all...]

Completed in 393 milliseconds

1234567891011>>