Home
last modified time | relevance | path

Searched refs:a_type (Results 1 – 25 of 67) sorted by relevance

123

/src/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h40 #define rb_node(a_type) \ argument
42 a_type *rbn_left; \
43 a_type *rbn_right_red; \
46 #define rb_node(a_type) \ argument
48 a_type *rbn_left; \
49 a_type *rbn_right; \
55 #define rb_tree(a_type) \ argument
57 a_type *rbt_root; \
61 #define rbtn_left_get(a_type, a_field, a_node) \ argument
63 #define rbtn_left_set(a_type, a_field, a_node, a_left) do { \ argument
[all …]
H A Dmpsc_queue.h28 #define mpsc_queue(a_type) \ argument
33 #define mpsc_queue_proto(a_attr, a_prefix, a_queue_type, a_type, \ argument
43 a_prefix##push(a_queue_type *queue, a_type *node); \
52 #define mpsc_queue_gen(a_attr, a_prefix, a_queue_type, a_type, \ argument
64 a_type *first = ql_first(src); \
65 a_type *last = ql_last(src, a_link); \
83 a_prefix##push(a_queue_type *queue, a_type *node) { \
92 a_type *tail = atomic_load_p(&queue->tail, ATOMIC_RELAXED); \
126 a_type *next = tail->a_link.qre_prev; \
H A Dph.h441 #define ph_structs(a_prefix, a_type) \ argument
454 #define ph_proto(a_attr, a_prefix, a_type) \ argument
458 a_attr a_type *a_prefix##_first(a_prefix##_t *ph); \
459 a_attr a_type *a_prefix##_any(a_prefix##_t *ph); \
460 a_attr void a_prefix##_insert(a_prefix##_t *ph, a_type *phn); \
461 a_attr a_type *a_prefix##_remove_first(a_prefix##_t *ph); \
462 a_attr void a_prefix##_remove(a_prefix##_t *ph, a_type *phn); \
463 a_attr a_type *a_prefix##_remove_any(a_prefix##_t *ph);
466 #define ph_gen(a_attr, a_prefix, a_type, a_field, a_cmp) \ argument
469 return a_cmp((a_type *)a, (a_type *)b); \
[all …]
H A Dql.h30 #define ql_head(a_type) \ argument
32 a_type *qlh_first; \
39 #define ql_elm(a_type) qr(a_type) argument
139 #define ql_head_remove(a_head, a_type, a_field) do { \ argument
140 a_type *t = ql_first(a_head); \
145 #define ql_tail_remove(a_head, a_type, a_field) do { \ argument
146 a_type *t = ql_last(a_head, a_field); \
H A Dqr.h20 #define qr(a_type) \ argument
22 a_type *qre_next; \
23 a_type *qre_prev; \
/src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c205 if (x->a_type < y->a_type) in cmp2acls()
207 if (x->a_type > y->a_type) in cmp2acls()
407 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in ace_make_deny()
440 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
442 else if (aclent[i].a_type > curtype) in ln_aent_preprocess()
443 curtype = aclent[i].a_type; in ln_aent_preprocess()
444 if (aclent[i].a_type & USER) in ln_aent_preprocess()
446 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) in ln_aent_preprocess()
448 if (aclent[i].a_type & CLASS_OBJ) { in ln_aent_preprocess()
516 if (aclent[i].a_type & CLASS_OBJ) in ln_aent_to_ace()
[all …]
H A Dspl_acl.c150 switch (ace->a_type) { in acl_from_aces()
164 panic("acl_from_aces: a_type is 0x%x", ace->a_type); in acl_from_aces()
204 ace->a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in aces_from_acl()
207 ace->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in aces_from_acl()
210 ace->a_type = ACE_SYSTEM_ALARM_ACE_TYPE; in aces_from_acl()
213 ace->a_type = ACE_SYSTEM_AUDIT_ACE_TYPE; in aces_from_acl()
/src/sys/ufs/ufs/
H A Dufs_acl.c299 error = ufs_get_oldacl(ap->a_type, old, ap->a_vp, ap->a_td); in ufs_getacl_posix1e()
306 switch (ap->a_type) { in ufs_getacl_posix1e()
344 if (ap->a_type == ACL_TYPE_ACCESS) in ufs_getacl_posix1e()
361 if (ap->a_type == ACL_TYPE_NFS4) in ufs_getacl()
441 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, ap->a_cred, in ufs_setacl_nfs4()
499 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, in ufs_setacl_posix1e()
509 if (ap->a_type != ACL_TYPE_DEFAULT) in ufs_setacl_posix1e()
530 switch(ap->a_type) { in ufs_setacl_posix1e()
585 if (ap->a_type == ACL_TYPE_ACCESS) { in ufs_setacl_posix1e()
605 if (ap->a_type == ACL_TYPE_NFS4) in ufs_setacl()
[all …]
/src/sys/fs/ext2fs/
H A Dext2_acl.c220 switch (ap->a_type) { in ext2_getacl_posix1e()
239 switch (ap->a_type) { in ext2_getacl_posix1e()
269 if (ap->a_type == ACL_TYPE_ACCESS) in ext2_getacl_posix1e()
285 if (ap->a_type == ACL_TYPE_NFS4) in ext2_getacl()
369 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, in ext2_setacl_posix1e()
379 if (ap->a_type != ACL_TYPE_DEFAULT) in ext2_setacl_posix1e()
400 switch (ap->a_type) { in ext2_setacl_posix1e()
460 if (ap->a_type == ACL_TYPE_ACCESS) { in ext2_setacl_posix1e()
482 if (ap->a_type == ACL_TYPE_NFS4) in ext2_setacl()
499 if (ap->a_type == ACL_TYPE_NFS4) in ext2_aclcheck()
[all …]
/src/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c148 switch (ace->a_type) { in acl_from_aces()
162 panic("acl_from_aces: a_type is 0x%x", ace->a_type); in acl_from_aces()
202 ace->a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in aces_from_acl()
205 ace->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in aces_from_acl()
208 ace->a_type = ACE_SYSTEM_ALARM_ACE_TYPE; in aces_from_acl()
211 ace->a_type = ACE_SYSTEM_AUDIT_ACE_TYPE; in aces_from_acl()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h48 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval()
50 aux->a_type != AT_NULL; ++aux) { in getauxval()
51 if (type == aux->a_type) in getauxval()
/src/sys/x86/include/
H A Delf.h58 int a_type; /* Entry type. */ member
114 int a_type; /* Entry type. */ member
121 long a_type; /* Entry type. */ member
/src/sys/sys/
H A Dimgact_elf.h39 {(pos)->a_type = (id); (pos)->a_un.a_val = (val); (pos)++;}
42 {(pos)->a_type = (id); (pos)->a_un.a_val = (uintptr_t)(ptr); (pos)++;}
45 {(pos)->a_type = (id); (pos)->a_un.a_ptr = (ptr); (pos)++;}
/src/lib/libc/csu/riscv/
H A Dreloc.c30 for (; aux->a_type != AT_NULL; aux++) { in ifunc_init()
31 switch (aux->a_type) { in ifunc_init()
/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c44 ace->a_type = BSWAP_16(ace->a_type); in zfs_oldace_byteswap()
99 ace_type = acep->a_type = BSWAP_16(acep->a_type); in zfs_ace_byteswap()
/src/sys/riscv/include/
H A Delf.h45 int a_type; /* Entry type. */ member
52 long a_type; /* Entry type. */ member
/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h50 int a_type; /* the type of ACL entry */ member
59 uint16_t a_type; /* allow or deny */ member
152 uint16_t a_type; /* allow or deny */ member
/src/lib/libc/csu/powerpc64/
H A Dreloc.c30 for (; aux->a_type != AT_NULL; aux++) { in ifunc_init()
31 switch (aux->a_type) { in ifunc_init()
/src/sys/geom/label/
H A Dg_label_ntfs.c42 uint32_t a_type; member
141 if (atr->a_type == -1) in g_label_ntfs_taste()
147 if (atr->a_type == NTFS_A_VOLUMENAME) { in g_label_ntfs_taste()
/src/usr.sbin/fstyp/
H A Dntfs.c50 uint32_t a_type; member
174 if ((int)atr->a_type == -1) in fstyp_ntfs()
176 if (atr->a_type == NTFS_A_VOLUMENAME) { in fstyp_ntfs()
/src/lib/libc/csu/aarch64/
H A Dreloc.c41 for (; aux->a_type != AT_NULL; aux++) { in ifunc_init()
42 switch (aux->a_type) { in ifunc_init()
/src/lib/libsys/
H A Dauxv.c98 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in init_aux()
99 switch (aux->a_type) { in init_aux()
207 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in _init_aux_powerpc_fixup()
208 switch (aux->a_type) { in _init_aux_powerpc_fixup()
/src/sys/powerpc/include/
H A Delf.h68 int a_type; /* Entry type. */ member
81 long a_type; /* Entry type. */ member
/src/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h43 int a_type; /* the type of ACL entry */ member
52 uint16_t a_type; /* allow or deny */ member
148 uint16_t a_type; /* allow or deny */ member
/src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dacl.h34 uint16_t a_type; member
41 uint16_t a_type; /* allow or deny */ member

123