Searched refs:a_type (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h27 #define rb_node(a_type) \
29 a_type *rbn_left; \
30 a_type *rbn_right_red; \
33 #define rb_node(a_type) \
35 a_type *rbn_left; \
36 a_type *rbn_right; \
42 #define rb_tree(a_type) \
44 a_type *rbt_root; \
48 #define rbtn_left_get(a_type, a_field, a_node) \
50 #define rbtn_left_set(a_type, a_fiel
[all...]
H A Dph.h19 #define phn(a_type) \
21 a_type *phn_prev; \
22 a_type *phn_next; \
23 a_type *phn_lchild; \
27 #define ph(a_type) \
29 a_type *ph_root; \
33 #define phn_lchild_get(a_type, a_field, a_phn) \
35 #define phn_lchild_set(a_type, a_field, a_phn, a_lchild) do { \
39 #define phn_next_get(a_type, a_field, a_phn) \
41 #define phn_prev_set(a_type, a_fiel
[all...]
H A Dql.h2 #define ql_head(a_type) \
4 a_type *qlh_first; \
9 #define ql_elm(a_type) qr(a_type)
67 #define ql_head_remove(a_head, a_type, a_field) do { \
68 a_type *t = ql_first(a_head); \
72 #define ql_tail_remove(a_head, a_type, a_field) do { \
73 a_type *t = ql_last(a_head, a_field); \
H A Dtsd.h54 * Note that all of the functions deal in terms of (a_type *) rather than
55 * (a_type) so that it is possible to support non-pointer types (unlike
56 * pthreads TSD). example_tsd_cleanup() is passed an (a_type *) pointer that is
58 * function argument to (a_type *), then dereference the resulting pointer to
80 #define malloc_tsd_types(a_name, a_type)
82 #define malloc_tsd_types(a_name, a_type)
84 #define malloc_tsd_types(a_name, a_type) \
87 a_type val; \
90 #define malloc_tsd_types(a_name, a_type) \
93 a_type va
[all...]
H A Dqr.h2 #define qr(a_type) \
4 a_type *qre_next; \
5 a_type *qre_prev; \
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_acl.h37 int a_type; member in struct:svr4_aclent
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h47 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) {
49 aux->a_type != AT_NULL; ++aux) {
50 if (type == aux->a_type)
/freebsd-11-stable/sys/riscv/include/
H A Delf.h47 int a_type; /* Entry type. */ member in struct:__anon8425
54 long a_type; /* Entry type. */ member in struct:__anon8427
68 /* Values for a_type. */
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h53 int a_type; /* Entry type. */ member in struct:__anon8432
60 long a_type; /* Entry type. */ member in struct:__anon8434
70 /* Values for a_type. */
/freebsd-11-stable/sys/arm64/include/
H A Delf.h47 int a_type; /* Entry type. */ member in struct:__anon5190
54 long a_type; /* Entry type. */ member in struct:__anon5192
68 /* Values for a_type. */
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c152 switch (ace->a_type) {
166 panic("acl_from_aces: a_type is 0x%x", ace->a_type);
206 ace->a_type = ACE_ACCESS_ALLOWED_ACE_TYPE;
209 ace->a_type = ACE_ACCESS_DENIED_ACE_TYPE;
212 ace->a_type = ACE_SYSTEM_ALARM_ACE_TYPE;
215 ace->a_type = ACE_SYSTEM_AUDIT_ACE_TYPE;
/freebsd-11-stable/sys/x86/include/
H A Delf.h61 int a_type; /* Entry type. */ member in struct:__anon8578
78 /* Values for a_type. */
148 int a_type; /* Entry type. */ member in struct:__anon8581
156 long a_type; /* Entry type. */ member in struct:__anon8583
166 /* Values for a_type. */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c150 int seen; /* bitmask of all aclent_t a_type values seen */
205 if (x->a_type < y->a_type)
207 if (x->a_type > y->a_type)
441 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE;
474 if (aclent[i].a_type < curtype)
476 else if (aclent[i].a_type > curtype)
477 curtype = aclent[i].a_type;
478 if (aclent[i].a_type
[all...]
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h68 int a_type; /* Entry type. */ member in struct:__anon8385
77 long a_type; /* Entry type. */ member in struct:__anon8387
87 /* Values for a_type. */
/freebsd-11-stable/usr.sbin/fstyp/
H A Dntfs.c46 uint32_t a_type; member in struct:ntfs_attr
128 atr = (struct ntfs_attr *)ap, (int)atr->a_type != -1;
130 if (atr->a_type == NTFS_A_VOLUMENAME) {
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_acl.c297 error = ufs_get_oldacl(ap->a_type, old, ap->a_vp, ap->a_td);
304 switch (ap->a_type) {
342 if (ap->a_type == ACL_TYPE_ACCESS)
366 if (ap->a_type == ACL_TYPE_NFS4)
445 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, ap->a_cred,
497 * valid for the target. This will include a check on ap->a_type.
503 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp,
513 if (ap->a_type != ACL_TYPE_DEFAULT)
534 switch(ap->a_type) {
589 if (ap->a_type
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_acl.c220 switch (ap->a_type) {
241 switch (ap->a_type) {
271 if (ap->a_type == ACL_TYPE_ACCESS)
287 if (ap->a_type == ACL_TYPE_NFS4)
365 * valid for the target. This will include a check on ap->a_type.
371 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp,
381 if (ap->a_type != ACL_TYPE_DEFAULT)
402 switch (ap->a_type) {
462 if (ap->a_type == ACL_TYPE_ACCESS) {
484 if (ap->a_type
[all...]
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dexternal.h261 unsigned char a_type[4]; member in struct:__anon525
267 unsigned char a_type[8]; member in struct:__anon526
/freebsd-11-stable/sys/geom/label/
H A Dg_label_ntfs.c45 uint32_t a_type; member in struct:ntfs_attr
136 atr = (struct ntfs_attr *)ap, atr->a_type != -1;
138 if (atr->a_type == NTFS_A_VOLUMENAME) {
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_module.c118 #define VAL(type, val) { .a_type = (type), .a_val = (val) }
119 #define PTR(type, ptr) { .a_type = (type), .a_ptr = (uintptr_t)(ptr) }
135 { .a_type = CLOUDABI_AT_NULL },
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_module.c118 #define VAL(type, val) { .a_type = (type), .a_val = (val) }
119 #define PTR(type, ptr) { .a_type = (type), .a_ptr = (uintptr_t)(ptr) }
135 { .a_type = CLOUDABI_AT_NULL },
/freebsd-11-stable/sys/mips/include/
H A Delf.h103 int a_type; /* Entry type. */ member in struct:__anon8075
112 long a_type; /* Entry type. */ member in struct:__anon8077
122 /* Values for a_type. */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_byteswap.c42 ace->a_type = BSWAP_16(ace->a_type);
94 ace_type = acep->a_type = BSWAP_16(acep->a_type);
/freebsd-11-stable/include/protocols/
H A Drouted.h85 u_int16_t a_type; member in struct:netauth
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c70 switch(auxv[i].a_type) {
202 prefix, auxv[i].a_type, auxv[i].a_un.a_val);

Completed in 134 milliseconds

123