Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dauxv.h204 #define AF_SUN_SETUGID 0x00000001 macro
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c752 auxf |= AF_SUN_SETUGID; in elfexec()
767 auxf &= ~AF_SUN_SETUGID; in elfexec()
/titanic_44/usr/src/cmd/ptools/pargs/
H A Dpargs.c779 { AF_SUN_SETUGID, "setugid" },
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg53 @ MSG_AUXV_AF_SUN_SETUGID "AF_SUN_SETUGID"
H A Dcorenote.c1027 { AF_SUN_SETUGID, MSG_AUXV_AF_SUN_SETUGID }, in conv_cnote_auxv_af()
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dutil.c3608 if ((auxflags & AF_SUN_SETUGID) != 0) in security()