Home
last modified time | relevance | path

Searched refs:SUGID (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dissetugid.c39 return ((curproc->p_flag & SUGID) != 0); in issetugid()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h486 #define SUGID 0x00002000 /* process was result of set[ug]id exec */ macro
/titanic_41/usr/src/uts/common/os/
H A Dexec.c99 #define PSUIDFLAGS (SNOCD|SUGID)