/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | rb.h | 31 #define rb_node(a_type) \ argument 33 a_type *rbn_left; \ 34 a_type *rbn_right_red; \ 37 #define rb_node(a_type) \ argument 39 a_type *rbn_left; \ 40 a_type *rbn_right; \ 46 #define rb_tree(a_type) \ argument 48 a_type *rbt_root; \ 52 #define rbtn_left_get(a_type, a_field, a_node) \ argument 54 #define rbtn_left_set(a_type, a_field, a_node, a_left) do { \ argument [all …]
|
H A D | ph.h | 19 #define phn(a_type) \ argument 21 a_type *phn_prev; \ 22 a_type *phn_next; \ 23 a_type *phn_lchild; \ 27 #define ph(a_type) \ argument 29 a_type *ph_root; \ 33 #define phn_lchild_get(a_type, a_field, a_phn) \ argument 35 #define phn_lchild_set(a_type, a_field, a_phn, a_lchild) do { \ argument 39 #define phn_next_get(a_type, a_field, a_phn) \ argument 41 #define phn_prev_set(a_type, a_field, a_phn, a_prev) do { \ argument [all …]
|
H A D | ql.h | 7 #define ql_head(a_type) \ argument 9 a_type *qlh_first; \ 14 #define ql_elm(a_type) qr(a_type) argument 72 #define ql_head_remove(a_head, a_type, a_field) do { \ argument 73 a_type *t = ql_first(a_head); \ 77 #define ql_tail_remove(a_head, a_type, a_field) do { \ argument 78 a_type *t = ql_last(a_head, a_field); \
|
H A D | qr.h | 5 #define qr(a_type) \ argument 7 a_type *qre_next; \ 8 a_type *qre_prev; \ 35 #define qr_meld(a_qr_a, a_qr_b, a_type, a_field) do { \ argument 36 a_type *t; \ 48 #define qr_split(a_qr_a, a_qr_b, a_type, a_field) \ argument 49 qr_meld((a_qr_a), (a_qr_b), a_type, a_field)
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 204 if (x->a_type < y->a_type) in cmp2acls() 206 if (x->a_type > y->a_type) in cmp2acls() 406 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in ace_make_deny() 439 if (aclent[i].a_type < curtype) in ln_aent_preprocess() 441 else if (aclent[i].a_type > curtype) in ln_aent_preprocess() 442 curtype = aclent[i].a_type; in ln_aent_preprocess() 443 if (aclent[i].a_type & USER) in ln_aent_preprocess() 445 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) in ln_aent_preprocess() 447 if (aclent[i].a_type & CLASS_OBJ) { in ln_aent_preprocess() 515 if (aclent[i].a_type & CLASS_OBJ) in ln_aent_to_ace() [all …]
|
H A D | spl_acl.c | 149 switch (ace->a_type) { in acl_from_aces() 163 panic("acl_from_aces: a_type is 0x%x", ace->a_type); in acl_from_aces() 203 ace->a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in aces_from_acl() 206 ace->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in aces_from_acl() 209 ace->a_type = ACE_SYSTEM_ALARM_ACE_TYPE; in aces_from_acl() 212 ace->a_type = ACE_SYSTEM_AUDIT_ACE_TYPE; in aces_from_acl()
|
/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/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)++;}
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_byteswap.c | 43 ace->a_type = BSWAP_16(ace->a_type); in zfs_oldace_byteswap() 98 ace_type = acep->a_type = BSWAP_16(acep->a_type); in zfs_ace_byteswap()
|
/freebsd/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()
|
/freebsd/sys/riscv/include/ |
H A D | elf.h | 45 int a_type; /* Entry type. */ member 52 long a_type; /* Entry type. */ member
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | acl.h | 49 int a_type; /* the type of ACL entry */ member 58 uint16_t a_type; /* allow or deny */ member 151 uint16_t a_type; /* allow or deny */ member
|
/freebsd/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()
|
/freebsd/usr.sbin/fstyp/ |
H A D | ntfs.c | 48 uint32_t a_type; member 172 if ((int)atr->a_type == -1) in fstyp_ntfs() 174 if (atr->a_type == NTFS_A_VOLUMENAME) { in fstyp_ntfs()
|
/freebsd/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()
|
/freebsd/sys/powerpc/include/ |
H A D | elf.h | 68 int a_type; /* Entry type. */ member 81 long a_type; /* Entry type. */ member
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | acl.h | 42 int a_type; /* the type of ACL entry */ member 51 uint16_t a_type; /* allow or deny */ member 149 uint16_t a_type; /* allow or deny */ member
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | acl.h | 33 uint16_t a_type; member 40 uint16_t a_type; /* allow or deny */ member
|
/freebsd/sbin/routed/rtquery/ |
H A D | rtquery.c | 371 NA0.a_type = RIP_AUTH_PW; in query_loop() 378 NA0.a_type = RIP_AUTH_MD5; in query_loop() 385 NA2.a_type = htons(1); in query_loop() 693 if (na->a_type == RIP_AUTH_PW in rip_input() 702 if (na->a_type == RIP_AUTH_MD5 in rip_input() 719 ntohs(na->a_type)); in rip_input() 724 && na->a_type == ntohs(1)) { in rip_input()
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-test-part.h | 68 TestPartResult(Type a_type, const char* a_file_name, int a_line_number, in TestPartResult() argument 70 : type_(a_type), in TestPartResult()
|
/freebsd/sys/arm64/include/ |
H A D | elf.h | 52 int a_type; /* Entry type. */ member 59 long a_type; /* Entry type. */ member
|