Home
last modified time | relevance | path

Searched refs:AF_SUN_SETUGID (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h211 #define AF_SUN_SETUGID 0x00000001 macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c861 auxf |= AF_SUN_SETUGID; in elfexec()
876 auxf &= ~AF_SUN_SETUGID; in elfexec()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c799 { AF_SUN_SETUGID, "setugid" },
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg57 @ MSG_AUXV_AF_SUN_SETUGID "AF_SUN_SETUGID"
H A Dcorenote.c1036 { AF_SUN_SETUGID, MSG_AUXV_AF_SUN_SETUGID }, in conv_cnote_auxv_af()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3615 if ((auxflags & AF_SUN_SETUGID) != 0) in security()