Searched refs:type (Results 1 - 25 of 5685) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dasltypes.y161 %type <n> ArgList
162 %type <n> AslCode
163 %type <n> BufferData
164 %type <n> BufferTermData
165 %type <n> CompilerDirective
166 %type <n> DataObject
167 %type <n> DefinitionBlockTerm
168 %type <n> DefinitionBlockList
169 %type <n> IntegerData
170 %type <
[all...]
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c35 elftc_reloc_type_str(unsigned int mach, unsigned int type) argument
42 switch(type) {
88 switch(type) {
163 switch(type) {
298 switch(type) {
382 switch(type) {
426 switch(type) {
507 switch(type) {
621 switch(type) {
670 switch (type) {
[all...]
/freebsd-13-stable/contrib/tzdata/
H A Dzoneinfo2tdf.pl22 my $type = lc($fields[0]);
26 $type = 'zone';
30 if ($type eq 'zone') {
40 } elsif ($type eq 'rule') {
43 } elsif ($type eq 'link') {
46 } elsif ($type eq 'leap') {
/freebsd-13-stable/contrib/byacc/test/
H A Derr_syntax26.y6 %type <tag2
/freebsd-13-stable/contrib/apr/include/
H A Dapr_inherit.h28 * Prototype for type-specific declarations of apr_foo_inherit_set
35 #define APR_DECLARE_INHERIT_SET(type) \
36 APR_DECLARE(apr_status_t) apr_##type##_inherit_set( \
37 apr_##type##_t *the##type)
40 * Prototype for type-specific declarations of apr_foo_inherit_unset
47 #define APR_DECLARE_INHERIT_UNSET(type) \
48 APR_DECLARE(apr_status_t) apr_##type##_inherit_unset( \
49 apr_##type##_t *the##type)
[all...]
H A Dapr_perms_set.h45 #define APR_PERMS_SET_IMPLEMENT(type) \
46 APR_DECLARE(apr_status_t) apr_##type##_perms_set \
47 (void *the##type, apr_fileperms_t perms, \
50 #define APR_PERMS_SET_ENOTIMPL(type) \
51 APR_DECLARE(apr_status_t) apr_##type##_perms_set \
52 (void *the##type, apr_fileperms_t perms, \
56 #define APR_PERMS_SET_FN(type) apr_##type##_perms_set
/freebsd-13-stable/lib/libc/posix1e/
H A Dacl_delete.c60 acl_delete_file_np(const char *path_p, acl_type_t type) argument
63 type = _acl_type_unold(type);
64 return (__acl_delete_file(path_p, type));
68 acl_delete_link_np(const char *path_p, acl_type_t type) argument
71 type = _acl_type_unold(type);
72 return (__acl_delete_link(path_p, type));
76 acl_delete_fd_np(int filedes, acl_type_t type) argument
79 type
[all...]
/freebsd-13-stable/crypto/openssl/crypto/store/
H A Dstore_strings.c20 const char *OSSL_STORE_INFO_type_string(int type) argument
24 if (type < 1 || type > types)
27 return type_strings[type - 1];
/freebsd-13-stable/contrib/ipfilter/lib/
H A Dicmptypename.c10 char *icmptypename(family, type)
11 int family, type;
15 if ((type < 0) || (type > 255))
19 if ((family == AF_INET) && (i->it_v4 == type))
22 if ((family == AF_INET6) && (i->it_v6 == type))
/freebsd-13-stable/contrib/tcsh/
H A Dmi.varargs.h11 #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1]
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dkeyvalq_struct.h38 #define TAILQ_ENTRY(type) \
40 struct type *tqe_next; /* next element */ \
41 struct type **tqe_prev; /* address of previous next element */ \
47 #define TAILQ_HEAD(name, type) \
49 struct type *tqh_first; \
50 struct type **tqh_last; \
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_common.h55 #define al_max_t(type, x, y) ({ \
56 type __max1 = (x); \
57 type __max2 = (y); \
61 #define al_min_t(type, x, y) ({ \
62 type __min1 = (x); \
63 type __min2 = (y); \
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dgen_seq.c42 Type *type; local
46 type = s->type;
47 while(type->type == TTag)
48 type = type->subtype;
50 if (type->type != TSequenceOf && type
[all...]
/freebsd-13-stable/lib/msun/src/
H A Ds_lround.c34 #ifndef type
36 #define type double macro
45 * If type has more precision than dtype, the endpoints dtype_(min|max) are
47 * from 0. On the other hand, if type has less precision than dtype, then
52 static const type dtype_min = (type)DTYPE_MIN - 0.5;
53 static const type dtype_max = (type)DTYPE_MAX + 0.5;
54 #define INRANGE(x) (dtype_max - (type)DTYPE_MAX != 0.5 || \
58 fn(type
[all...]
H A Ds_fdim.c34 #define DECL(type, fn) \
35 type \
36 fn(type x, type y) \
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h62 #define P2NPHASE_TYPED(x, align, type) \
63 (-(type)(x) & ((type)(align) - 1))
69 * that the result is correctly calculated based on the data type of (x),
71 * type of the alignment. For example, if (x) is of type uint64_t,
78 #define P2ALIGN_TYPED(x, align, type) \
79 ((type)(x) & -(type)(align))
80 #define P2PHASE_TYPED(x, align, type) \
[all...]
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_c99_union_init4.c3 int type; member in struct:__anon5195
13 .type = 3,
/freebsd-13-stable/contrib/ncurses/form/
H A Dfld_type.c40 | Function : int set_field_type(FIELD *field, FIELDTYPE *type,...)
50 set_field_type(FIELD *field, FIELDTYPE *type,...) argument
56 T((T_CALLED("set_field_type(%p,%p)"), (void *)field, (void *)type));
58 va_start(ap, type);
63 field->type = type;
64 field->arg = (void *)_nc_Make_Argument(field->type, &ap, &err);
68 _nc_Free_Argument(field->type, (TypeArgument *)(field->arg));
69 field->type = (FIELDTYPE *)0;
75 if (field->type)
[all...]
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_anylock.h28 /** Structure that may contain any APR lock type */
30 /** Indicates what type of lock is in lock */
37 } type; member in struct:apr_anylock_t
52 (((lck)->type == apr_anylock_none) \
54 : (((lck)->type == apr_anylock_threadmutex) \
56 : (((lck)->type == apr_anylock_procmutex) \
58 : (((lck)->type == apr_anylock_readlock) \
60 : (((lck)->type == apr_anylock_writelock) \
67 (((lck)->type == apr_anylock_none) \
69 : (((lck)->type
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_osd.c79 static void do_osd_del(u_int type, struct osd *osd, u_int slot,
96 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) argument
101 KASSERT(type >= OSD_FIRST && type <= OSD_LAST, ("Invalid type."));
110 sx_xlock(&osdm[type].osd_module_lock);
114 for (i = 0; i < osdm[type].osd_ntslots; i++) {
115 if (osdm[type].osd_destructors[i] == NULL) {
116 OSD_DEBUG("Unused slot found (type=%u, slot=%u).",
117 type,
153 osd_deregister(u_int type, u_int slot) argument
201 osd_set(u_int type, struct osd *osd, u_int slot, void *value) argument
218 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, void *value) argument
296 osd_get(u_int type, struct osd *osd, u_int slot) argument
319 osd_del(u_int type, struct osd *osd, u_int slot) argument
329 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) argument
381 osd_call(u_int type, u_int method, void *obj, void *data) argument
406 osd_exit(u_int type, struct osd *osd) argument
[all...]
/freebsd-13-stable/lib/lib80211/
H A Dlib80211_ioctl.h63 extern int lib80211_get80211(int s, const char *name, int type, void *data,
65 extern int lib80211_get80211len(int s, const char *name, int type, void *data,
67 extern int lib80211_get80211val(int s, const char *name, int type, int *val);
68 extern int lib80211_set80211(int s, const char *name, int type, int val,
/freebsd-13-stable/libexec/bootpd/
H A Dhwaddr.h13 * This structure holds information about a specific network type. The
30 * Return the length in bytes of a hardware address of the given type.
31 * Return the canonical name of the network of the given type.
33 #define haddrlength(type) ((hwinfolist[(int) (type)]).hlen)
34 #define netname(type) ((hwinfolist[(int) (type)]).name)
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.h40 #define PAIR32TO64(type, name) ((name ## 2) | ((type)(name ## 1) << 32))
44 #define PAIR32TO64(type, name) ((name ## 1) | ((type)(name ## 2) << 32))
/freebsd-13-stable/usr.bin/svn/lib/libapr_util/
H A Dapu.h54 #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
72 #define APU_DECLARE(type) type __stdcall
73 #define APU_DECLARE_NONSTD(type) type __cdec
[all...]

Completed in 425 milliseconds

1234567891011>>