Searched defs:getpflags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dppriv.c32 #pragma weak _getpflags = getpflags
83 getpflags(uint_t flag) function
/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c48 * getpflags(2) - get process (privilege) flags
358 getpflags(uint_t flag, const cred_t *cr) function
394 retv = (int)getpflags((uint_t)op, CRED());

Completed in 57 milliseconds