| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | rb.h | 40 #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 D | mpsc_queue.h | 28 #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 D | ph.h | 441 #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 D | ql.h | 30 #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 D | qr.h | 20 #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 D | acl_common.c | 205 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 D | spl_acl.c | 150 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 D | ufs_acl.c | 299 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 D | ext2_acl.c | 220 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 D | opensolaris_acl.c | 148 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 D | sanitizer_getauxval.h | 48 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 D | elf.h | 58 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 D | imgact_elf.h | 39 {(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 D | reloc.c | 30 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 D | zfs_byteswap.c | 44 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 D | elf.h | 45 int a_type; /* Entry type. */ member 52 long a_type; /* Entry type. */ member
|
| /src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | acl.h | 50 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 D | reloc.c | 30 for (; aux->a_type != AT_NULL; aux++) { in ifunc_init() 31 switch (aux->a_type) { in ifunc_init()
|
| /src/sys/geom/label/ |
| H A D | g_label_ntfs.c | 42 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 D | ntfs.c | 50 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 D | reloc.c | 41 for (; aux->a_type != AT_NULL; aux++) { in ifunc_init() 42 switch (aux->a_type) { in ifunc_init()
|
| /src/lib/libsys/ |
| H A D | auxv.c | 98 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 D | elf.h | 68 int a_type; /* Entry type. */ member 81 long a_type; /* Entry type. */ member
|
| /src/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | acl.h | 43 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 D | acl.h | 34 uint16_t a_type; member 41 uint16_t a_type; /* allow or deny */ member
|