Home
last modified time | relevance | path

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

123

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h40 #define rb_node(a_type) \
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) \
57 a_type *rbt_root; \
61 #define rbtn_left_get(a_type, a_field, a_node) \
63 #define rbtn_left_set(a_type, a_fiel argument
31 rb_node(a_type) global() argument
37 rb_node(a_type) global() argument
52 rbtn_left_get(a_type,a_field,a_node) global() argument
54 rbtn_left_set(a_type,a_field,a_node,a_left) global() argument
60 rbtn_right_get(a_type,a_field,a_node) global() argument
69 rbtn_red_get(a_type,a_field,a_node) global() argument
72 rbtn_color_set(a_type,a_field,a_node,a_red) global() argument
77 rbtn_red_set(a_type,a_field,a_node) global() argument
81 rbtn_black_set(a_type,a_field,a_node) global() argument
87 rbt_node_new(a_type,a_field,a_rbt,a_node) global() argument
96 rbtn_right_get(a_type,a_field,a_node) global() argument
98 rbtn_right_set(a_type,a_field,a_node,a_right) global() argument
103 rbtn_red_get(a_type,a_field,a_node) global() argument
105 rbtn_color_set(a_type,a_field,a_node,a_red) global() argument
108 rbtn_red_set(a_type,a_field,a_node) global() argument
111 rbtn_black_set(a_type,a_field,a_node) global() argument
116 rbt_node_new(a_type,a_field,a_rbt,a_node) global() argument
124 rb_new(a_type,a_field,a_rbt) global() argument
129 rbtn_first(a_type,a_field,a_rbt,a_root,r_node) global() argument
139 rbtn_last(a_type,a_field,a_rbt,a_root,r_node) global() argument
148 rbtn_rotate_left(a_type,a_field,a_node,r_node) global() argument
155 rbtn_rotate_right(a_type,a_field,a_node,r_node) global() argument
167 rb_proto(a_attr,a_prefix,a_rbt_type,a_type) global() argument
342 rb_gen(a_attr,a_prefix,a_rbt_type,a_type,a_field,a_cmp) global() argument
[all...]
H A Dph.h441 #define ph_structs(a_prefix, a_type) \
454 #define ph_proto(a_attr, a_prefix, a_type) \
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) \
469 return a_cmp((a_type *)
19 phn(a_type) global() argument
27 ph(a_type) global() argument
33 phn_lchild_get(a_type,a_field,a_phn) global() argument
35 phn_lchild_set(a_type,a_field,a_phn,a_lchild) global() argument
39 phn_next_get(a_type,a_field,a_phn) global() argument
41 phn_prev_set(a_type,a_field,a_phn,a_prev) global() argument
45 phn_prev_get(a_type,a_field,a_phn) global() argument
47 phn_next_set(a_type,a_field,a_phn,a_next) global() argument
51 phn_merge_ordered(a_type,a_field,a_phn0,a_phn1,a_cmp) global() argument
67 phn_merge(a_type,a_field,a_phn0,a_phn1,a_cmp,r_phn) global() argument
83 ph_merge_siblings(a_type,a_field,a_phn,a_cmp,r_phn) global() argument
170 ph_merge_aux(a_type,a_field,a_ph,a_cmp) global() argument
183 ph_merge_children(a_type,a_field,a_phn,a_cmp,r_phn) global() argument
197 ph_proto(a_attr,a_prefix,a_ph_type,a_type) global() argument
211 ph_gen(a_attr,a_prefix,a_ph_type,a_type,a_field,a_cmp) global() argument
[all...]
H A Dql.h26 * for a_type arguments.
30 #define ql_head(a_type) \
32 a_type *qlh_first; \
39 #define ql_elm(a_type) qr(a_type)
139 #define ql_head_remove(a_head, a_type, a_field) do { \
140 a_type *t = ql_first(a_head); \
145 #define ql_tail_remove(a_head, a_type, a_field) do { \
146 a_type *t = ql_last(a_head, a_field); \
168 * a_type *
7 ql_head(a_type) global() argument
14 ql_elm(a_type) global() argument
72 ql_head_remove(a_head,a_type,a_field) global() argument
77 ql_tail_remove(a_head,a_type,a_field) global() argument
[all...]
H A Dqr.h20 #define qr(a_type) \
22 a_type *qre_next; \
23 a_type *qre_prev; \
5 qr(a_type) global() argument
35 qr_meld(a_qr_a,a_qr_b,a_type,a_field) global() argument
48 qr_split(a_qr_a,a_qr_b,a_type,a_field) global() argument
/freebsd/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()
/freebsd/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 …]
/freebsd/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/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()
/freebsd/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/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/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/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()
/freebsd/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()
/freebsd/sys/riscv/include/
H A Delf.h45 int a_type; /* Entry type. */ member
52 long a_type; /* Entry type. */ member
/freebsd/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()
/freebsd/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
/freebsd/usr.sbin/fstyp/
H A Dntfs.c48 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 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()
/freebsd/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()
/freebsd/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()
/freebsd/sys/powerpc/include/
H A Delf.h68 int a_type; /* Entry type. */ member
81 long a_type; /* Entry type. */ member
/freebsd/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
/freebsd/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
/freebsd/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()

123