Searched refs:type (Results 176 - 200 of 5685) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth.c106 int auth_onoff(char *type, int on);
187 findauthenticator(int type, int way) argument
191 while (ap->type && (ap->type != type || ap->way != way))
193 return(ap->type ? ap : 0);
207 while (ap->type) {
209 i_support |= typemask(ap->type);
211 printf(">>>%s: I support auth type %d %d\r\n",
213 ap->type, a
235 getauthmask(char *type, int *maskp) argument
254 auth_enable(char *type) argument
260 auth_disable(char *type) argument
266 auth_onoff(char *type, int on) argument
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/
H A Datomic.c33 #define ATOMIC_INC(name, type) \
34 void atomic_inc_##name(volatile type *target) \
49 #define ATOMIC_DEC(name, type) \
50 void atomic_dec_##name(volatile type *target) \
109 #define ATOMIC_OR(name, type) \
110 void atomic_or_##name(volatile type *target, type bits) \
125 #define ATOMIC_AND(name, type) \
126 void atomic_and_##name(volatile type *target, type bit
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_csan.c385 #define _CSAN_ATOMIC_FUNC_ADD(name, type) \
386 void kcsan_atomic_add_##name(volatile type *ptr, type val) \
388 kcsan_access((uintptr_t)ptr, sizeof(type), true, true, \
393 #define CSAN_ATOMIC_FUNC_ADD(name, type) \
394 _CSAN_ATOMIC_FUNC_ADD(name, type) \
395 _CSAN_ATOMIC_FUNC_ADD(acq_##name, type) \
396 _CSAN_ATOMIC_FUNC_ADD(rel_##name, type)
398 #define _CSAN_ATOMIC_FUNC_CLEAR(name, type) \
399 void kcsan_atomic_clear_##name(volatile type *pt
[all...]
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.c57 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, argument
72 hashtbl = malloc((u_long)hashsize * sizeof(*hashtbl), type,
86 hashinit(int elements, struct malloc_type *type, u_long *hashmask) argument
89 return (hashinit_flags(elements, type, hashmask, HASH_WAITOK));
93 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) argument
100 "(malloc type %s)", __func__, hashtbl, type->ks_shortdesc));
101 free(hashtbl, type);
114 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-13-stable/lib/libnv/tests/
H A Dcnv_tests.cc51 int type; local
63 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0);
65 ATF_REQUIRE_EQ(type, NV_TYPE_BOOL);
72 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie),
85 int type; local
97 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type, &cookie)), 0);
99 ATF_REQUIRE_EQ(type, NV_TYPE_NUMBER);
106 ATF_REQUIRE_EQ(nvlist_next(nvl, &type, &cookie),
120 int type; local
132 ATF_REQUIRE_EQ(strcmp(key, nvlist_next(nvl, &type,
154 int type; local
222 int type; local
256 int type; local
300 int type, i; local
342 int type, i; local
384 int type, i; local
427 int type, i; local
506 int *in_array, type; local
555 int type; local
598 int type; local
642 int type; local
687 int type; local
761 int type, i; local
813 int type, i; local
865 int type, i; local
917 int type; local
998 int type; local
1049 int type; local
1092 int type; local
1135 int type; local
1177 int type; local
1238 int type; local
1287 int type, i; local
1332 int type, i; local
1377 int type; local
1419 int type; local
[all...]
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_hash.h35 #define _CITRUS_HASH_ENTRY(type) LIST_ENTRY(type)
36 #define _CITRUS_HASH_HEAD(headname, type, hashsize) \
38 LIST_HEAD(, type) chh_table[hashsize]; \
/freebsd-13-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-13-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-13-stable/contrib/libpcap/
H A Dpcap-rpcap-int.h72 void rpcap_createhdr(struct rpcap_header *header, uint8 type, uint16 value, uint32 length);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticOptions.cpp20 using UT = std::underlying_type<DiagnosticLevelMask>::type;
/freebsd-13-stable/contrib/ntp/lib/isc/include/isc/
H A Dsymtab.h30 * Keys are C strings, and key comparisons are case-insensitive. A type may
31 * be specified when looking up, defining, or undefining. A type value of
32 * 0 means "match any type"; any other value will only match the given
33 * type.
35 * It's possible that a client will attempt to define a <key, type, value>
36 * tuple when a tuple with the given key and type already exists in the table.
42 * with the old <key, type, value> tuple.
47 * A lookup of a key using type 0 will return the most-recently defined
48 * symbol with that key. An undefine of a key using type 0 will undefine the
50 * type
[all...]
/freebsd-13-stable/sys/dev/vmware/vmci/
H A Dvmci_resource.h18 #define RESOURCE_CONTAINER(ptr, type, member) \
19 ((type *)((char *)(ptr) - offsetof(type, member)))
33 vmci_resource_type type; member in struct:vmci_resource
/freebsd-13-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-13-stable/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-13-stable/usr.sbin/bsdinstall/partedit/
H A Ddiskeditor.h40 const char *type; member in struct:partedit_item
/freebsd-13-stable/usr.sbin/pkg/
H A Ddns_utils.h34 unsigned int type; member in struct:dns_srvinfo
/freebsd-13-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-13-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-13-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-13-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-13-stable/lib/csu/aarch64/
H A Dcrti.S36 .type _init,@function
44 .type _fini,@function
/freebsd-13-stable/lib/libprocstat/
H A Dcore.h54 void *procstat_core_get(struct procstat_core *core, enum psc_type type,
56 int procstat_core_note_count(struct procstat_core *core, enum psc_type type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp26 if (auto type =
28 ret.push_back(type);

Completed in 125 milliseconds

1234567891011>>