Home
last modified time | relevance | path

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

12345

/netbsd/external/bsd/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)
/netbsd/external/bsd/jemalloc/dist/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)
/netbsd/sys/compat/linux32/common/
H A Dlinux32_exec_elf32.c134 a->a_type = AT_PAGESZ; in linux32_elf32_copyargs()
140 a->a_type = AT_PHDR; in linux32_elf32_copyargs()
144 a->a_type = AT_PHENT; in linux32_elf32_copyargs()
148 a->a_type = AT_PHNUM; in linux32_elf32_copyargs()
152 a->a_type = AT_BASE; in linux32_elf32_copyargs()
156 a->a_type = AT_FLAGS; in linux32_elf32_copyargs()
160 a->a_type = AT_ENTRY; in linux32_elf32_copyargs()
174 a->a_type = LINUX_AT_UID; in linux32_elf32_copyargs()
178 a->a_type = LINUX_AT_EUID; in linux32_elf32_copyargs()
183 a->a_type = LINUX_AT_GID; in linux32_elf32_copyargs()
[all …]
/netbsd/sys/compat/linux/arch/powerpc/
H A Dlinux_exec_powerpc.c112 a->a_type = LINUX_AT_EGID; in ELFNAME2()
116 a->a_type = LINUX_AT_GID; in ELFNAME2()
124 a->a_type = LINUX_AT_UID; in ELFNAME2()
129 a->a_type = AT_ENTRY; in ELFNAME2()
133 a->a_type = AT_FLAGS; in ELFNAME2()
137 a->a_type = AT_BASE; in ELFNAME2()
141 a->a_type = AT_PHNUM; in ELFNAME2()
145 a->a_type = AT_PHENT; in ELFNAME2()
149 a->a_type = AT_PHDR; in ELFNAME2()
157 a->a_type = AT_PAGESZ; in ELFNAME2()
[all …]
/netbsd/sys/compat/linux/arch/amd64/
H A Dlinux_exec_machdep.c181 esd.ai[i].a_type = AT_PAGESZ; in ELFNAME2()
187 esd.ai[i].a_type = AT_PHDR; in ELFNAME2()
190 esd.ai[i].a_type = AT_PHENT; in ELFNAME2()
193 esd.ai[i].a_type = AT_PHNUM; in ELFNAME2()
196 esd.ai[i].a_type = AT_BASE; in ELFNAME2()
199 esd.ai[i].a_type = AT_FLAGS; in ELFNAME2()
202 esd.ai[i].a_type = AT_ENTRY; in ELFNAME2()
205 esd.ai[i].a_type = LINUX_AT_EGID; in ELFNAME2()
209 esd.ai[i].a_type = LINUX_AT_GID; in ELFNAME2()
216 esd.ai[i].a_type = LINUX_AT_UID; in ELFNAME2()
[all …]
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_sunos.c293 ace->a_type != tace[i].a_type || in sun_acl_is_trivial()
341 switch(ace->a_type) { in translate_acl()
396 switch(aclent->a_type) { in translate_acl()
506 aclent->a_type = 0; in set_acl()
523 aclent->a_type |= USER; in set_acl()
535 aclent->a_type |= GROUP; in set_acl()
546 aclent->a_type |= USER_OBJ; in set_acl()
555 aclent->a_type |= GROUP_OBJ; in set_acl()
565 aclent->a_type |= CLASS_OBJ; in set_acl()
569 aclent->a_type |= OTHER_OBJ; in set_acl()
[all …]
/netbsd/external/cddl/osnet/dist/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 …]
/netbsd/sys/compat/linux/common/
H A Dlinux_exec_elf32.c503 a->a_type = AT_PAGESZ; in ELFNAME2()
509 a->a_type = AT_PHDR; in ELFNAME2()
513 a->a_type = AT_PHENT; in ELFNAME2()
517 a->a_type = AT_PHNUM; in ELFNAME2()
521 a->a_type = AT_BASE; in ELFNAME2()
525 a->a_type = AT_FLAGS; in ELFNAME2()
529 a->a_type = AT_ENTRY; in ELFNAME2()
543 a->a_type = LINUX_AT_UID; in ELFNAME2()
547 a->a_type = LINUX_AT_EUID; in ELFNAME2()
554 a->a_type = LINUX_AT_GID; in ELFNAME2()
[all …]
/netbsd/sys/ufs/ufs/
H A Dufs_acl.c305 error = ufs_get_oldacl(ap->a_type, old, ap->a_vp, l); in ufs_getacl_posix1e()
312 switch (ap->a_type) { in ufs_getacl_posix1e()
350 if (ap->a_type == ACL_TYPE_ACCESS) in ufs_getacl_posix1e()
368 if (ap->a_type == ACL_TYPE_NFS4) in ufs_getacl()
450 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, ap->a_cred); in ufs_setacl_nfs4()
618 if (ap->a_type == ACL_TYPE_NFS4) in ufs_setacl()
621 return ufs_setacl_posix1e(ap->a_vp, ap->a_type, ap->a_aclp, ap->a_cred, in ufs_setacl()
659 switch(ap->a_type) { in ufs_aclcheck_posix1e()
689 if (ap->a_type == ACL_TYPE_NFS4) in ufs_aclcheck()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h52 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval()
54 aux->a_type != AT_NULL; ++aux) { in getauxval()
55 if (type == aux->a_type) in getauxval()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_getauxval.h52 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) { in getauxval()
54 aux->a_type != AT_NULL; ++aux) { in getauxval()
55 if (type == aux->a_type) in getauxval()
/netbsd/sys/kern/
H A Dexec_elf.c173 a->a_type = AT_PHDR; in elf_populate_auxv()
177 a->a_type = AT_PHENT; in elf_populate_auxv()
181 a->a_type = AT_PHNUM; in elf_populate_auxv()
189 a->a_type = AT_BASE; in elf_populate_auxv()
193 a->a_type = AT_FLAGS; in elf_populate_auxv()
197 a->a_type = AT_ENTRY; in elf_populate_auxv()
201 a->a_type = AT_EUID; in elf_populate_auxv()
208 a->a_type = AT_RUID; in elf_populate_auxv()
212 a->a_type = AT_EGID; in elf_populate_auxv()
219 a->a_type = AT_RGID; in elf_populate_auxv()
[all …]
/netbsd/usr.bin/mail/
H A Dmime_attach.c311 switch (ap->a_type) { in content_encoding()
322 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type); in content_encoding()
419 switch (ap->a_type) { in content_type()
436 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type); in content_type()
448 switch (ap->a_type) { in content_disposition()
464 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type); in content_disposition()
546 switch (ap->a_type) { in fput_attachment()
656 map.a_type = ATTACH_FILENO; in mime_encode()
768 nap->a_type = ATTACH_FNAME; in attach_one_file()
875 switch(ap->a_type) { in edit_attachlist()
[all …]
/netbsd/external/cddl/osnet/dist/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()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dppc64-isa207-atomic-inst.c33 for (i = 0; auxv[i].a_type != AT_NULL; i++) in main()
34 if (auxv[i].a_type == AT_HWCAP2) { in main()
H A Dppc-dfp.c35 for (i = 0; auxv[i].a_type != AT_NULL; i++) in main()
36 if (auxv[i].a_type == AT_HWCAP) { in main()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dppc64-isa207-atomic-inst.c33 for (i = 0; auxv[i].a_type != AT_NULL; i++) in main()
34 if (auxv[i].a_type == AT_HWCAP2) { in main()
H A Dppc-dfp.c35 for (i = 0; auxv[i].a_type != AT_NULL; i++) in main()
36 if (auxv[i].a_type == AT_HWCAP) { in main()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddriver-rs6000.c226 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av) in elf_platform()
227 if (av->a_type == AT_PLATFORM) in elf_platform()
295 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av) in elf_dcachebsize()
296 switch (av->a_type) in elf_dcachebsize()

12345