Home
last modified time | relevance | path

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

123

/freebsd-12.1/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-12.1/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c205 if (x->a_type < y->a_type) in cmp2acls()
207 if (x->a_type > y->a_type) in cmp2acls()
474 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
477 curtype = aclent[i].a_type; in ln_aent_preprocess()
478 if (aclent[i].a_type & USER) in ln_aent_preprocess()
550 if (aclent[i].a_type & CLASS_OBJ) in ln_aent_to_ace()
602 if (aclent[i].a_type & USER_OBJ) { in ln_aent_to_ace()
691 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()
1067 dest->a_type = vals->aent_type; in acevals_to_aent()
1571 acl[0][index].a_type = type; \
[all …]
/freebsd-12.1/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()
368 if (ap->a_type == ACL_TYPE_NFS4)
505 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, in ufs_setacl_posix1e()
515 if (ap->a_type != ACL_TYPE_DEFAULT) in ufs_setacl_posix1e()
536 switch(ap->a_type) { in ufs_setacl_posix1e()
591 if (ap->a_type == ACL_TYPE_ACCESS) { in ufs_setacl_posix1e()
618 if (ap->a_type == ACL_TYPE_NFS4)
658 switch(ap->a_type) { in ufs_aclcheck_posix1e()
[all …]
/freebsd-12.1/sys/fs/ext2fs/
H A Dext2_acl.c222 switch (ap->a_type) { in ext2_getacl_posix1e()
243 switch (ap->a_type) { in ext2_getacl_posix1e()
273 if (ap->a_type == ACL_TYPE_ACCESS) in ext2_getacl_posix1e()
289 if (ap->a_type == ACL_TYPE_NFS4) in ext2_getacl()
373 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, in ext2_setacl_posix1e()
383 if (ap->a_type != ACL_TYPE_DEFAULT) in ext2_setacl_posix1e()
404 switch (ap->a_type) { in ext2_setacl_posix1e()
464 if (ap->a_type == ACL_TYPE_ACCESS) { in ext2_setacl_posix1e()
486 if (ap->a_type == ACL_TYPE_NFS4) in ext2_setacl()
503 if (ap->a_type == ACL_TYPE_NFS4) in ext2_aclcheck()
[all …]
/freebsd-12.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_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-12.1/sys/x86/include/
H A Delf.h63 int a_type; /* Entry type. */ member
150 int a_type; /* Entry type. */ member
158 long a_type; /* Entry type. */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_byteswap.c42 ace->a_type = BSWAP_16(ace->a_type); in zfs_oldace_byteswap()
94 ace_type = acep->a_type = BSWAP_16(acep->a_type); in zfs_ace_byteswap()
/freebsd-12.1/usr.sbin/fstyp/
H A Dntfs.c46 uint32_t a_type; member
128 atr = (struct ntfs_attr *)ap, (int)atr->a_type != -1; in fstyp_ntfs()
130 if (atr->a_type == NTFS_A_VOLUMENAME) { in fstyp_ntfs()
/freebsd-12.1/sys/sparc64/include/
H A Delf.h55 int a_type; /* Entry type. */ member
62 long a_type; /* Entry type. */ member
/freebsd-12.1/sys/geom/label/
H A Dg_label_ntfs.c47 uint32_t a_type; member
138 atr = (struct ntfs_attr *)ap, atr->a_type != -1; in g_label_ntfs_taste()
140 if (atr->a_type == NTFS_A_VOLUMENAME) { in g_label_ntfs_taste()
/freebsd-12.1/sys/compat/cloudabi64/
H A Dcloudabi64_module.c118 #define VAL(type, val) { .a_type = (type), .a_val = (val) } in cloudabi64_fixup()
119 #define PTR(type, ptr) { .a_type = (type), .a_ptr = (uintptr_t)(ptr) } in cloudabi64_fixup()
135 { .a_type = CLOUDABI_AT_NULL }, in cloudabi64_fixup()
/freebsd-12.1/sys/compat/cloudabi32/
H A Dcloudabi32_module.c118 #define VAL(type, val) { .a_type = (type), .a_val = (val) } in cloudabi32_fixup()
119 #define PTR(type, ptr) { .a_type = (type), .a_ptr = (uintptr_t)(ptr) } in cloudabi32_fixup()
135 { .a_type = CLOUDABI_AT_NULL }, in cloudabi32_fixup()
/freebsd-12.1/sys/arm64/include/
H A Delf.h50 int a_type; /* Entry type. */ member
57 long a_type; /* Entry type. */ member
/freebsd-12.1/sys/riscv/include/
H A Delf.h47 int a_type; /* Entry type. */ member
54 long a_type; /* Entry type. */ member
/freebsd-12.1/sys/powerpc/include/
H A Delf.h70 int a_type; /* Entry type. */ member
83 long a_type; /* Entry type. */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dacl.h51 int a_type; /* the type of ACL entry */ member
60 uint16_t a_type; /* allow or deny */ member
159 uint16_t a_type; /* allow or deny */ member
/freebsd-12.1/lib/libipsec/
H A Dpfkey.c478 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_update() argument
485 u_int e_type, e_keylen, a_type, a_keylen, flags;
493 keymat, e_type, e_keylen, a_type, a_keylen, flags,
509 keymat, e_type, e_keylen, a_type, a_keylen, flags, in pfkey_send_add() argument
516 u_int e_type, e_keylen, a_type, a_keylen, flags;
1120 u_int e_type, e_keylen, a_type, a_keylen, flags;
1162 if (a_type == SADB_AALG_NONE) {
1172 if (a_type != SADB_AALG_NONE) {
1182 if (a_type != SADB_X_AALG_TCP_MD5) {
1212 if (a_type != SADB_AALG_NONE)
[all …]
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h63 TestPartResult(Type a_type, in TestPartResult() argument
67 : type_(a_type), in TestPartResult()
/freebsd-12.1/sbin/routed/rtquery/
H A Drtquery.c392 NA0.a_type = RIP_AUTH_PW; in query_loop()
399 NA0.a_type = RIP_AUTH_MD5; in query_loop()
406 NA2.a_type = htons(1); in query_loop()
714 if (na->a_type == RIP_AUTH_PW in rip_input()
723 if (na->a_type == RIP_AUTH_MD5 in rip_input()
740 ntohs(na->a_type)); in rip_input()
745 && na->a_type == ntohs(1)) { in rip_input()
/freebsd-12.1/sys/mips/include/
H A Delf.h105 int a_type; /* Entry type. */ member
114 long a_type; /* Entry type. */ member
/freebsd-12.1/contrib/binutils/include/elf/
H A Dexternal.h261 unsigned char a_type[4]; member
267 unsigned char a_type[8]; member
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h198 long a_type; in ppc_linux_aux_vector() member
211 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp) in ppc_linux_aux_vector()
212 if (auxp->a_type == which) in ppc_linux_aux_vector()

123