Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c217 const prpriv_t *pr = UCPRIV(uc); in ucred_getprivset()
285 prpriv_t *pr = UCPRIV(uc); in ucred_getpflags()
/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h78 #define UCPRIV(uc) (prpriv_t *)(((uc)->uc_privoff == 0) ? NULL : \ macro
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c976 cred2prpriv(cr, UCPRIV(uc)); in cred2ucred()