Searched refs:AT_EGID (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Delf.h83 #define AT_EGID 14 /* Effective gid. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h85 #define AT_EGID 14 /* Effective gid. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h83 #define AT_EGID 14 /* Effective gid. */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h93 #define AT_EGID 14 /* Effective gid. */ macro
181 #define AT_EGID 14 /* Effective gid. */ macro
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c131 #ifdef AT_EGID
132 case AT_EGID:
133 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_EGID/%ld}\n",
134 prefix, "AT_EGID", (long)auxv[i].a_un.a_val);
/freebsd-11-stable/sys/arm/include/
H A Delf.h77 #define AT_EGID 14 /* Effective gid. */ macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h137 #define AT_EGID 14 /* Effective gid. */ macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.c219 TAG (AT_EGID, "Effective group ID", dec);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysvec.c237 AUXARGS_ENTRY(pos, AT_EGID, imgp->proc->p_ucred->cr_svgid);
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dcommon.h766 #define AT_EGID 14 /* Effective gid */ macro
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c275 AUXARGS_ENTRY(pos, AT_EGID, imgp->proc->p_ucred->cr_svgid);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c245 AUXARGS_ENTRY_32(pos, AT_EGID, imgp->proc->p_ucred->cr_svgid);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c250 AUXARGS_ENTRY(pos, AT_EGID, imgp->proc->p_ucred->cr_svgid);

Completed in 265 milliseconds