Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/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)
/f-stack/freebsd/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()
440 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()
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()
568 if (aclent[i].a_type & USER_OBJ) { in ln_aent_to_ace()
657 if (aclp->a_type & ACL_DEFAULT) in convert_aent_to_ace()
1033 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()
/f-stack/freebsd/x86/include/
H A Delf.h63 int a_type; /* Entry type. */ member
119 int a_type; /* Entry type. */ member
126 long a_type; /* Entry type. */ member
/f-stack/freebsd/sys/
H A Dimgact_elf.h41 {(pos)->a_type = (id); (pos)->a_un.a_val = (val); (pos)++;}
44 {(pos)->a_type = (id); (pos)->a_un.a_val = (uintptr_t)(ptr); (pos)++;}
47 {(pos)->a_type = (id); (pos)->a_un.a_ptr = (ptr); (pos)++;}
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c45 ace->a_type = BSWAP_16(ace->a_type); in zfs_oldace_byteswap()
100 ace_type = acep->a_type = BSWAP_16(acep->a_type); in zfs_ace_byteswap()
/f-stack/freebsd/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
/f-stack/freebsd/arm64/include/
H A Delf.h50 int a_type; /* Entry type. */ member
57 long a_type; /* Entry type. */ member
/f-stack/freebsd/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
/f-stack/freebsd/mips/include/
H A Delf.h105 int a_type; /* Entry type. */ member
116 long a_type; /* Entry type. */ member
/f-stack/freebsd/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
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Drb.c5 #define rbtn_black_height(a_type, a_field, a_rbt, r_height) do { \ argument
6 a_type *rbp_bh_t; \
8 NULL; rbp_bh_t = rbtn_left_get(a_type, a_field, \
10 if (!rbtn_red_get(a_type, a_field, rbp_bh_t)) { \
/f-stack/freebsd/arm/include/
H A Delf.h46 int a_type; /* Entry type. */ member
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_cpuflags.c60 if (auxv.a_type == type) { in _rte_cpu_getauxval()
/f-stack/freebsd/contrib/cloudabi/
H A Dcloudabi64_types.h34 _Alignas(4) cloudabi_auxtype_t a_type;
40 _Static_assert(offsetof(cloudabi64_auxv_t, a_type) == 0, "Incorrect layout");
H A Dcloudabi32_types.h34 _Alignas(4) cloudabi_auxtype_t a_type;
40 _Static_assert(offsetof(cloudabi32_auxv_t, a_type) == 0, "Incorrect layout");
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c666 aceptr->z_hdr.z_type = acep->a_type; in zfs_copy_ace_2_fuid()
682 switch (acep->a_type) { in zfs_copy_ace_2_fuid()
765 acep->a_type = type; in zfs_copy_fuid_2_ace()
779 aceptr->z_type = acep[i].a_type; in zfs_copy_ace_2_oldace()
H A Dzfs_ctldir.c776 if (ap->a_type != ACL_TYPE_NFS4) in zfsctl_common_getacl()
H A Dzfs_vnops_os.c5631 if (ap->a_type != ACL_TYPE_NFS4) in zfs_freebsd_getacl()
5665 if (ap->a_type != ACL_TYPE_NFS4) in zfs_freebsd_setacl()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c666 aceptr->z_hdr.z_type = acep->a_type; in zfs_copy_ace_2_fuid()
682 switch (acep->a_type) { in zfs_copy_ace_2_fuid()
765 acep->a_type = type; in zfs_copy_fuid_2_ace()
779 aceptr->z_type = acep[i].a_type; in zfs_copy_ace_2_oldace()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h714 uint16_t a_type;
/f-stack/freebsd/kern/
H A Dkern_proc.c1864 if (aux.a_type == AT_NULL) in get_proc_vector32()
1868 if (aux.a_type != AT_NULL) in get_proc_vector32()
1955 if (aux.a_type == AT_NULL) in get_proc_vector()
1965 if (aux.a_type != AT_NULL) in get_proc_vector()