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

123

/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_acl.h36 int a_type; member in struct:svr4_aclent
/netbsd-6-1-5-RELEASE/sys/compat/svr4_32/
H A Dsvr4_32_acl.h38 int a_type; member in struct:svr4_32_aclent
H A Dsvr4_32_exec_elf32.c91 a->a_type = AT_SUN_PLATFORM;
95 a->a_type = AT_SUN_EXECNAME;
99 a->a_type = AT_PHDR;
103 a->a_type = AT_PHENT;
107 a->a_type = AT_PHNUM;
111 a->a_type = AT_ENTRY;
115 a->a_type = AT_BASE;
120 a->a_type = AT_FLAGS;
125 a->a_type = AT_PAGESZ;
129 a->a_type
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dppc-dfp.c35 for (i = 0; auxv[i].a_type != AT_NULL; i++)
36 if (auxv[i].a_type == AT_HWCAP) {
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/powerpc/
H A Dlinux_exec_powerpc.c112 a->a_type = LINUX_AT_EGID;
116 a->a_type = LINUX_AT_GID;
120 a->a_type = LINUX_AT_EUID;
124 a->a_type = LINUX_AT_UID;
129 a->a_type = AT_ENTRY;
133 a->a_type = AT_FLAGS;
137 a->a_type = AT_BASE;
141 a->a_type = AT_PHNUM;
145 a->a_type = AT_PHENT;
149 a->a_type
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_exec_elf32.c154 a->a_type = AT_PHDR;
158 a->a_type = AT_PHENT;
162 a->a_type = AT_PHNUM;
166 a->a_type = AT_PAGESZ;
170 a->a_type = AT_BASE;
174 a->a_type = AT_FLAGS;
178 a->a_type = AT_ENTRY;
182 a->a_type = AT_EUID;
186 a->a_type = AT_RUID;
190 a->a_type
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_exec_elf32.c125 a->a_type = AT_PAGESZ;
131 a->a_type = AT_PHDR;
135 a->a_type = AT_PHENT;
139 a->a_type = AT_PHNUM;
143 a->a_type = AT_BASE;
147 a->a_type = AT_FLAGS;
151 a->a_type = AT_ENTRY;
159 a->a_type = LINUX_AT_CLKTCK;
165 a->a_type = LINUX_AT_UID;
169 a->a_type
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_exec_machdep.c179 esd.ai[i].a_type = LINUX_AT_HWCAP;
182 esd.ai[i].a_type = AT_PAGESZ;
185 esd.ai[i].a_type = LINUX_AT_CLKTCK;
188 esd.ai[i].a_type = AT_PHDR;
191 esd.ai[i].a_type = AT_PHENT;
194 esd.ai[i].a_type = AT_PHNUM;
197 esd.ai[i].a_type = AT_BASE;
200 esd.ai[i].a_type = AT_FLAGS;
203 esd.ai[i].a_type = AT_ENTRY;
206 esd.ai[i].a_type
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/acl/
H A Dacl_common.c151 int seen; /* bitmask of all aclent_t a_type values seen */
302 *type = acep[cookie].a_type;
366 if (x->a_type < y->a_type)
368 if (x->a_type > y->a_type)
603 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE;
636 if (aclent[i].a_type < curtype)
638 else if (aclent[i].a_type > curtype)
639 curtype = aclent[i].a_type;
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_exec_elf32.c396 a->a_type = AT_PAGESZ;
402 a->a_type = AT_PHDR;
406 a->a_type = AT_PHENT;
410 a->a_type = AT_PHNUM;
414 a->a_type = AT_BASE;
418 a->a_type = AT_FLAGS;
422 a->a_type = AT_ENTRY;
430 a->a_type = LINUX_AT_CLKTCK;
436 a->a_type = LINUX_AT_UID;
440 a->a_type
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dexternal.h274 unsigned char a_type[4]; member in struct:__anon3536
280 unsigned char a_type[8]; member in struct:__anon3537
/netbsd-6-1-5-RELEASE/lib/libc/dlfcn/
H A Ddlfcn_elf.c166 for (aux = __auxinfo; aux->a_type != AT_NULL; ++aux) {
167 switch (aux->a_type) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dexternal.h274 unsigned char a_type[4]; member in struct:__anon903
280 unsigned char a_type[8]; member in struct:__anon904
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_byteswap.c41 ace->a_type = BSWAP_16(ace->a_type);
93 ace_type = acep->a_type = BSWAP_16(acep->a_type);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddriver-rs6000.c179 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av)
180 switch (av->a_type)
213 for (av = (ElfW(auxv_t) *) buf; av->a_type != AT_NULL; ++av)
214 switch (av->a_type)
H A Dlinux-unwind.h191 long a_type; member in struct:auxv
204 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp)
205 if (auxp->a_type == which)
/netbsd-6-1-5-RELEASE/sys/compat/osf1/
H A Dosf1_exec_ecoff.c132 a->a_type = OSF1_AT_EXEC_FILENAME;
145 a->a_type = OSF1_AT_EXEC_LOADER_FILENAME;
149 a->a_type = OSF1_AT_EXEC_LOADER_FLAGS;
160 a->a_type = OSF1_AT_NULL;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dexec_elf.c192 a->a_type = AT_PHDR;
196 a->a_type = AT_PHENT;
200 a->a_type = AT_PHNUM;
204 a->a_type = AT_PAGESZ;
208 a->a_type = AT_BASE;
212 a->a_type = AT_FLAGS;
216 a->a_type = AT_ENTRY;
220 a->a_type = AT_EUID;
227 a->a_type = AT_RUID;
231 a->a_type
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/
H A Dasn1.inc12 a_print.c a_type.c a_set.c a_dup.c a_d2i_fp.c a_i2d_fp.c \
/netbsd-6-1-5-RELEASE/include/protocols/
H A Drouted.h88 uint16_t a_type; member in struct:netauth
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/lhash/
H A Dlhash.h129 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
131 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \
134 a_type *b = arg2; \
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/
H A Dacl.h38 int a_type; /* the type of ACL entry */ member in struct:acl
47 uint16_t a_type; /* allow or deny */ member in struct:ace
144 uint16_t a_type; /* allow or deny */ member in struct:ace_object
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Dlinux-unwind.h218 long a_type; member in struct:auxv
231 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp)
232 if (auxp->a_type == which)
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmime_attach.c309 switch (ap->a_type) {
320 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
417 switch (ap->a_type) {
434 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
446 switch (ap->a_type) {
462 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
544 switch (ap->a_type) {
596 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
654 map.a_type = ATTACH_FILENO;
766 nap->a_type
[all...]
/netbsd-6-1-5-RELEASE/sbin/routed/rtquery/
H A Drtquery.c396 NA0.a_type = RIP_AUTH_PW;
403 NA0.a_type = RIP_AUTH_MD5;
410 NA2.a_type = htons(1);
718 if (na->a_type == RIP_AUTH_PW
727 if (na->a_type == RIP_AUTH_MD5
744 ntohs(na->a_type));
749 && na->a_type == ntohs(1)) {

Completed in 256 milliseconds

123