Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h392 rbtn_last(a_type, a_field, rbtree, rbtn_left_get(a_type, \
494 a_type *leftleft = rbtn_left_get(a_type, a_field, left);\
510 a_type *left = rbtn_left_get(a_type, a_field, cnode); \
598 a_type *left = rbtn_left_get(a_type, a_field, node); \
638 a_type *right = rbtn_right_get(a_type, a_field, \
640 a_type *rightleft = rbtn_left_get(a_type, a_field, \
683 a_type *right = rbtn_right_get(a_type, a_field, \
685 a_type *rightleft = rbtn_left_get(a_type, a_field, \
738 a_type *leftright = rbtn_right_get(a_type, a_field, \
740 a_type *leftrightleft = rbtn_left_get(a_type, a_field, \
[all …]
H A Dph.h21 a_type *phn_prev; \
29 a_type *ph_root; \
87 a_type *phn1 = phn_next_get(a_type, a_field, phn0); \
98 a_type *phnrest = phn_next_get(a_type, a_field, phn1); \
171 a_type *phn = phn_next_get(a_type, a_field, a_ph->ph_root); \
184 a_type *lchild = phn_lchild_get(a_type, a_field, a_phn); \
233 a_type *aux = phn_next_get(a_type, a_field, ph->ph_root); \
254 phn_next_set(a_type, a_field, phn, phn_next_get(a_type, \
294 a_type *ret = phn_next_get(a_type, a_field, ph->ph_root); \
296 a_type *aux = phn_next_get(a_type, a_field, ret); \
[all …]
H A Dql.h7 #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 Dqr.h5 #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-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c204 if (x->a_type < y->a_type) in cmp2acls()
206 if (x->a_type > y->a_type) in cmp2acls()
439 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()
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()
567 if (aclent[i].a_type & USER_OBJ) { in ln_aent_to_ace()
656 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()
1032 dest->a_type = vals->aent_type; in acevals_to_aent()
[all …]
H A Dspl_acl.c152 switch (ace->a_type) { in acl_from_aces()
166 panic("acl_from_aces: a_type is 0x%x", ace->a_type); in acl_from_aces()
206 ace->a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in aces_from_acl()
209 ace->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in aces_from_acl()
212 ace->a_type = ACE_SYSTEM_ALARM_ACE_TYPE; in aces_from_acl()
215 ace->a_type = ACE_SYSTEM_AUDIT_ACE_TYPE; in aces_from_acl()
/freebsd-14.2/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()
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()
645 switch(ap->a_type) { in ufs_aclcheck_posix1e()
[all …]
/freebsd-14.2/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 …]
/freebsd-14.2/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c149 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-14.2/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()
/freebsd-14.2/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
/freebsd-14.2/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)++;}
/freebsd-14.2/sys/riscv/include/
H A Delf.h45 int a_type; /* Entry type. */ member
52 long a_type; /* Entry type. */ member
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c43 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-14.2/lib/libc/csu/powerpc64/
H A Dreloc.c37 for (; aux->a_type != AT_NULL; aux++) { in init_cpu_features()
38 switch (aux->a_type) { in init_cpu_features()
/freebsd-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h49 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-14.2/usr.sbin/fstyp/
H A Dntfs.c48 uint32_t a_type; member
169 atr = (struct ntfs_attr *)ap, (int)atr->a_type != -1; in fstyp_ntfs()
171 if (atr->a_type != NTFS_A_VOLUMENAME) in fstyp_ntfs()
/freebsd-14.2/lib/libc/gen/
H A Dauxv.c85 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in init_aux()
86 switch (aux->a_type) { in init_aux()
182 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) { in _init_aux_powerpc_fixup()
183 switch (aux->a_type) { in _init_aux_powerpc_fixup()
/freebsd-14.2/sys/geom/label/
H A Dg_label_ntfs.c43 uint32_t a_type; member
142 if (atr->a_type == -1) in g_label_ntfs_taste()
148 if (atr->a_type == NTFS_A_VOLUMENAME) { in g_label_ntfs_taste()
/freebsd-14.2/sys/powerpc/include/
H A Delf.h68 int a_type; /* Entry type. */ member
81 long a_type; /* Entry type. */ member
/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dacl.h33 uint16_t a_type; member
40 uint16_t a_type; /* allow or deny */ member
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dacl.h42 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-14.2/sys/arm64/include/
H A Delf.h52 int a_type; /* Entry type. */ member
59 long a_type; /* Entry type. */ member
/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h68 TestPartResult(Type a_type, const char* a_file_name, int a_line_number, in TestPartResult() argument
70 : type_(a_type), in TestPartResult()
/freebsd-14.2/sbin/routed/rtquery/
H A Drtquery.c389 NA0.a_type = RIP_AUTH_PW; in query_loop()
396 NA0.a_type = RIP_AUTH_MD5; in query_loop()
403 NA2.a_type = htons(1); in query_loop()
711 if (na->a_type == RIP_AUTH_PW in rip_input()
720 if (na->a_type == RIP_AUTH_MD5 in rip_input()
737 ntohs(na->a_type)); in rip_input()
742 && na->a_type == ntohs(1)) { in rip_input()

123