HomeSort by: relevance | last modified time | path
    Searched refs:a_type (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/compat/linux/arch/powerpc/
linux_exec_powerpc.c 112 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 = AT_PHDR
    [all...]
  /src/sys/compat/linux32/common/
linux32_exec_elf32.c 134 a->a_type = AT_PAGESZ;
140 a->a_type = AT_PHDR;
144 a->a_type = AT_PHENT;
148 a->a_type = AT_PHNUM;
152 a->a_type = AT_BASE;
156 a->a_type = AT_FLAGS;
160 a->a_type = AT_ENTRY;
168 a->a_type = LINUX_AT_CLKTCK;
174 a->a_type = LINUX_AT_UID;
178 a->a_type = LINUX_AT_EUID
    [all...]
  /src/sys/compat/linux/arch/amd64/
linux_exec_machdep.c 178 esd.ai[i].a_type = LINUX_AT_HWCAP;
181 esd.ai[i].a_type = AT_PAGESZ;
184 esd.ai[i].a_type = LINUX_AT_CLKTCK;
187 esd.ai[i].a_type = AT_PHDR;
190 esd.ai[i].a_type = AT_PHENT;
193 esd.ai[i].a_type = AT_PHNUM;
196 esd.ai[i].a_type = AT_BASE;
199 esd.ai[i].a_type = AT_FLAGS;
202 esd.ai[i].a_type = AT_ENTRY;
205 esd.ai[i].a_type = LINUX_AT_EGID
    [all...]
  /src/sys/compat/linux/common/
linux_exec_elf32.c 503 a->a_type = AT_PAGESZ;
509 a->a_type = AT_PHDR;
513 a->a_type = AT_PHENT;
517 a->a_type = AT_PHNUM;
521 a->a_type = AT_BASE;
525 a->a_type = AT_FLAGS;
529 a->a_type = AT_ENTRY;
537 a->a_type = LINUX_AT_CLKTCK;
543 a->a_type = LINUX_AT_UID;
547 a->a_type = LINUX_AT_EUID
    [all...]
  /src/sys/ufs/ufs/
ufs_acl.c 305 error = ufs_get_oldacl(ap->a_type, old, ap->a_vp, l);
312 switch (ap->a_type) {
350 if (ap->a_type == ACL_TYPE_ACCESS)
368 if (ap->a_type == ACL_TYPE_NFS4)
450 error = VOP_ACLCHECK(ap->a_vp, ap->a_type, ap->a_aclp, ap->a_cred);
502 * valid for the target. This will include a check on ap->a_type.
618 if (ap->a_type == ACL_TYPE_NFS4)
621 return ufs_setacl_posix1e(ap->a_vp, ap->a_type, ap->a_aclp, ap->a_cred,
659 switch(ap->a_type) {
689 if (ap->a_type == ACL_TYPE_NFS4
    [all...]
  /src/usr.sbin/fstyp/
ntfs.c 55 uint32_t a_type; member in struct:ntfs_attr
170 atr = (struct ntfs_attr *)ap, (int)atr->a_type != -1;
172 if (atr->a_type != NTFS_A_VOLUMENAME)
  /src/sys/kern/
exec_elf.c 176 a->a_type = AT_PHDR;
180 a->a_type = AT_PHENT;
184 a->a_type = AT_PHNUM;
188 a->a_type = AT_PAGESZ;
192 a->a_type = AT_BASE;
196 a->a_type = AT_FLAGS;
200 a->a_type = AT_ENTRY;
204 a->a_type = AT_STACKBASE;
208 a->a_type = AT_EUID;
215 a->a_type = AT_RUID
    [all...]
  /src/lib/libc/dlfcn/
dlfcn_elf.c 162 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
163 switch (aux->a_type) {
  /src/tests/libexec/ld.elf_so/
t_rtld_r_debug.c 47 for (aux = _dlauxinfo(); aux->a_type != AT_NULL; ++aux) {
48 if (type == aux->a_type)
  /src/include/protocols/
routed.h 91 uint16_t a_type; member in struct:netauth
  /src/usr.bin/mail/
mime_attach.c 311 switch (ap->a_type) {
322 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
419 switch (ap->a_type) {
436 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
448 switch (ap->a_type) {
464 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
546 switch (ap->a_type) {
598 errx(EXIT_FAILURE, "invalid attachment type: %d", ap->a_type);
656 map.a_type = ATTACH_FILENO;
768 nap->a_type = ATTACH_FNAME
    [all...]
def.h 297 attach_t a_type; /* attachment type */ member in struct:attachment
  /src/sbin/routed/rtquery/
rtquery.c 397 NA0.a_type = RIP_AUTH_PW;
404 NA0.a_type = RIP_AUTH_MD5;
411 NA2.a_type = htons(1);
730 if (na->a_type == RIP_AUTH_PW
739 if (na->a_type == RIP_AUTH_MD5
756 ntohs(na->a_type));
761 && na->a_type == ntohs(1)) {
  /src/lib/csu/common/
crt0-common.c 228 for (; aux->a_type != AT_NULL; ++aux) {
229 switch (aux->a_type) {
  /src/sbin/rndctl/
rndctl.c 57 u_int32_t a_type; member in struct:__anon2c0dc0160108
109 return (a->a_type);
125 if (type == a->a_type)
  /src/sys/sys/
vnode_if.h 529 acl_type_t a_type; member in struct:vop_getacl_args
540 acl_type_t a_type; member in struct:vop_setacl_args
551 acl_type_t a_type; member in struct:vop_aclcheck_args
  /src/sbin/routed/
input.c 960 if (ap->type != NA->a_type
965 if (NA->a_type == RIP_AUTH_PW) {
1007 if (na2->a_type != ntohs(1))
1011 na2->a_type, ntohs(1),
output.c 282 na->a_type = RIP_AUTH_PW;
288 na->a_type = RIP_AUTH_MD5;
311 na2->a_type = htons(1);
trace.c 952 if (NA->a_type == RIP_AUTH_PW
962 if (NA->a_type == RIP_AUTH_MD5
980 ntohs(NA->a_type));
  /src/usr.sbin/ldpd/
tlv.h 140 uint16_t a_type; member in struct:address_list_tlv
fsm.c 184 t->a_type = htons(TLV_ADDRESS_LIST);
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 558 Elf32_Word a_type; /* 32-bit id */ member in struct:__anonc1fa11541108
563 Elf64_Word a_type; /* 32-bit id */ member in struct:__anonc1fa11541208
567 /* a_type */
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 491 Elf32_Word a_type; /* 32-bit id */ member in struct:__anon5ac53e540908
495 /* a_type */
  /src/sys/fs/ntfs/
ntfs.h 63 u_int32_t a_type; member in struct:attrhdr
  /src/tools/arm-elf2aout/sys/
exec_elf.h 761 Elf32_Word a_type; /* 32-bit id */ member in struct:__anonef77d1aa1708
766 Elf64_Word a_type; /* 32-bit id */ member in struct:__anonef77d1aa1808
770 /* a_type */

Completed in 32 milliseconds

1 2