Home
last modified time | relevance | path

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

1234

/netbsd-src/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()
168 a->a_type = LINUX_AT_CLKTCK; 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()
[all …]
/netbsd-src/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()
120 a->a_type = LINUX_AT_EUID; 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()
[all …]
/netbsd-src/sys/compat/linux/arch/amd64/
H A Dlinux_exec_machdep.c178 esd.ai[i].a_type = LINUX_AT_HWCAP; in ELFNAME2()
181 esd.ai[i].a_type = AT_PAGESZ; in ELFNAME2()
184 esd.ai[i].a_type = LINUX_AT_CLKTCK; 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 in ELFNAME2()
[all...]
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_sunos.c205 tace[0].a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in sun_acl_is_trivial()
210 tace[1].a_type = ACE_ACCESS_DENIED_ACE_TYPE; in sun_acl_is_trivial()
215 tace[2].a_type = ACE_ACCESS_DENIED_ACE_TYPE; in sun_acl_is_trivial()
220 tace[3].a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in sun_acl_is_trivial()
225 tace[4].a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in sun_acl_is_trivial()
230 tace[5].a_type = ACE_ACCESS_ALLOWED_ACE_TYPE; in sun_acl_is_trivial()
293 ace->a_type != tace[i].a_type || in sun_acl_is_trivial()
341 switch(ace->a_type) { in translate_acl()
390 if ((aclent->a_type & ACL_DEFAULT) != 0) in translate_acl()
396 switch(aclent->a_type) { in translate_acl()
[all …]
/netbsd-src/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()
441 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in ace_make_deny()
474 if (aclent[i].a_type < curtype) in ln_aent_preprocess()
476 else 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()
480 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) in ln_aent_preprocess()
482 if (aclent[i].a_type & CLASS_OBJ) { in ln_aent_preprocess()
550 if (aclent[i].a_type & CLASS_OBJ) in ln_aent_to_ace()
[all …]
/netbsd-src/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()
537 a->a_type = LINUX_AT_CLKTCK; in ELFNAME2()
543 a->a_type = LINUX_AT_UID; in ELFNAME2()
547 a->a_type = LINUX_AT_EUID; in ELFNAME2()
[all …]
/netbsd-src/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-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/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-src/sys/kern/
H A Dexec_elf.c176 a->a_type = AT_PHDR; in elf_populate_auxv()
180 a->a_type = AT_PHENT; in elf_populate_auxv()
184 a->a_type = AT_PHNUM; in elf_populate_auxv()
188 a->a_type = AT_PAGESZ; in elf_populate_auxv()
192 a->a_type = AT_BASE; in elf_populate_auxv()
196 a->a_type = AT_FLAGS; in elf_populate_auxv()
200 a->a_type = AT_ENTRY; in elf_populate_auxv()
204 a->a_type = AT_STACKBASE; in elf_populate_auxv()
208 a->a_type = AT_EUID; in elf_populate_auxv()
215 a->a_type in elf_populate_auxv()
[all...]
/netbsd-src/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()
598 errx(EXIT_FAILURE, "invalid attachment type: %d", 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()
[all …]
/netbsd-src/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-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddriver-rs6000.cc226 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()
/netbsd-src/external/gpl3/gcc.old/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()
/netbsd-src/usr.sbin/fstyp/
H A Dntfs.c55 uint32_t a_type; member
170 atr = (struct ntfs_attr *)ap, (int)atr->a_type != -1; in fstyp_ntfs()
172 if (atr->a_type != NTFS_A_VOLUMENAME) in fstyp_ntfs()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dacl.h40 int a_type; /* the type of ACL entry */ member
49 uint16_t a_type; /* allow or deny */ member
148 uint16_t a_type; /* allow or deny */ member
/netbsd-src/sbin/routed/rtquery/
H A Drtquery.c397 NA0.a_type = RIP_AUTH_PW; in query_loop()
404 NA0.a_type = RIP_AUTH_MD5; in query_loop()
411 NA2.a_type = htons(1); in query_loop()
730 if (na->a_type == RIP_AUTH_PW in rip_input()
739 if (na->a_type == RIP_AUTH_MD5 in rip_input()
756 ntohs(na->a_type)); in rip_input()
761 && na->a_type == ntohs(1)) { in rip_input()
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c1252 if (sa_parms->a_type == SADB_AALG_NONE) { in pfkey_send_x1()
1262 if (sa_parms->a_type != SADB_AALG_NONE) { in pfkey_send_x1()
1273 if (sa_parms->a_type != SADB_X_AALG_TCP_MD5) { in pfkey_send_x1()
1299 if (sa_parms->a_type != SADB_AALG_NONE) in pfkey_send_x1()
1347 sa_parms->a_type, sa_parms->e_type, in pfkey_send_x1()
1380 if (sa_parms->a_type != SADB_AALG_NONE) { in pfkey_send_x1()
2517 caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, in pfkey_send_update() argument
2536 psaa.a_type = a_type; in pfkey_send_update()
2551 caddr_t keymat, u_int e_type, u_int e_keylen, u_int a_type, in pfkey_send_update_nat() argument
2572 psaa.a_type = a_type; in pfkey_send_update_nat()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h63 TestPartResult(Type a_type, const char* a_file_name, int a_line_number, in TestPartResult() argument
65 : type_(a_type), in TestPartResult()
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dexternal.h312 unsigned char a_type[4]; member
318 unsigned char a_type[8]; member
/netbsd-src/lib/libc/dlfcn/
H A Ddlfcn_elf.c162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in dl_iterate_phdr_setup()
163 switch (aux->a_type) { in dl_iterate_phdr_setup()
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dexternal.h312 unsigned char a_type[4]; member
318 unsigned char a_type[8]; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dlhash.h60 # define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
62 # define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
65 a_type *b = arg2; \
/netbsd-src/tests/libexec/ld.elf_so/
H A Dt_rtld_r_debug.c44 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) { in getauxval()
45 if (type == aux->a_type) in getauxval()
/netbsd-src/lib/csu/common/
H A Dcrt0-common.c225 for (; aux->a_type != AT_NULL; ++aux) { in relocate_self()
226 switch (aux->a_type) { in relocate_self()

1234