Searched refs:type (Results 226 - 250 of 6116) sorted by relevance

1234567891011>>

/freebsd-11-stable/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-11-stable/usr.bin/random/
H A Drandomize_fd.h49 int randomize_fd(int fd, int type, int unique, double denom);
/freebsd-11-stable/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);
H A Dsubr_hash.c55 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, argument
71 hashtbl = malloc((u_long)hashsize * sizeof(*hashtbl), type,
85 hashinit(int elements, struct malloc_type *type, u_long *hashmask) argument
88 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK));
92 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) argument
99 "(malloc type %s)", __func__, hashtbl, type->ks_shortdesc));
100 free(hashtbl, type);
113 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) argument
132 hashtbl = malloc((u_long)hashsize * sizeof(*hashtbl), type,
148 phashinit(int elements, struct malloc_type *type, u_long *nentries) argument
[all...]
/freebsd-11-stable/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,
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...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap-int.h72 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-carp.c9 * - print version, type string and packet length
51 int version, type; local
56 type = bp[0] & 0x0f;
57 if (type == 1)
64 if (version != 2 || type != 1)
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h117 #define _ATOMIC_ADD(type) \
119 atomic_add_##type(volatile u_##type *p, u_##type v) { \
120 u_##type t; \
121 __atomic_add_##type(p, v, t); \
125 atomic_add_acq_##type(volatile u_##type *p, u_##type v) { \
126 u_##type
[all...]
/freebsd-11-stable/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-11-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h40 const char *type; member in struct:partedit_item
/freebsd-11-stable/usr.sbin/pkg/
H A Ddns_utils.h34 unsigned int type; member in struct:dns_srvinfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvadefs.h31 #define _crt_va_arg(ap, type) __builtin_va_arg(ap, type)
47 #define __crt_va_arg(ap, type) __builtin_va_arg(ap, type)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticOptions.cpp20 using UT = std::underlying_type<DiagnosticLevelMask>::type;
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcommands.c115 * Report the type back to the director via the command pipe
120 int type; local
122 type = return_type;
123 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0)
124 err(1, "command pipe write for status type failed");
134 int type; local
136 type = ret_count;
137 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0)
138 err(1, "command pipe write for count type failed");
163 * Report the message with the given type bac
167 report_message(int type, const char *status) argument
202 int len, type; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/sys/sys/
H A Dpctrie.h38 #define PCTRIE_DEFINE(name, type, field, allocfn, freefn) \
40 CTASSERT(sizeof(((struct type *)0)->field) == sizeof(uint64_t)); \
45 CTASSERT((__offsetof(struct type, field) & (sizeof(uint32_t) - 1)) == 0); \
47 static __inline struct type * \
53 return (struct type *) \
54 ((uintptr_t)val - __offsetof(struct type, field)); \
58 name##_PCTRIE_PTR2VAL(struct type *ptr) \
65 name##_PCTRIE_INSERT(struct pctrie *ptree, struct type *ptr) \
72 static __inline struct type * \
79 static __inline __unused struct type * \
[all...]
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dasm_linkage.h64 .type x, @function; \
72 .type x, @function; \
/freebsd-11-stable/sys/arm64/include/
H A Dstdarg.h50 #define va_arg(ap, type) \
51 __builtin_va_arg((ap), type)
/freebsd-11-stable/sys/contrib/libnv/
H A Ddnvlist.c55 #define DNVLIST_GET(ftype, type) \
57 dnvlist_get_##type(const nvlist_t *nvl, const char *name, ftype defval) \
60 if (nvlist_exists_##type(nvl, name)) \
61 return (nvlist_get_##type(nvl, name)); \
92 #define DNVLIST_TAKE(ftype, type) \
94 dnvlist_take_##type(nvlist_t *nvl, const char *name, ftype defval) \
97 if (nvlist_exists_##type(nvl, name)) \
98 return (nvlist_take_##type(nvl, name)); \
/freebsd-11-stable/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-11-stable/lib/csu/aarch64/
H A Dcrti.S36 .type _init,@function
44 .type _fini,@function
/freebsd-11-stable/sys/dev/mxge/
H A Dmcp_gen_header.h73 unsigned mcp_globals; /* pointer to mcp-type specific structure */
91 #define MCP_GEN_HEADER_DECL(type, version_str, global_ptr) \
94 (type), \

Completed in 214 milliseconds

1234567891011>>