Searched refs:uc_privoff (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ducred.h64 uint32_t uc_privoff; /* Privilege offset: 0 - no privs */ member in struct:ucred_s
78 #define UCPRIV(uc) (prpriv_t *)(((uc)->uc_privoff == 0) ? NULL : \
79 ((char *)(uc)) + (uc)->uc_privoff)
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcred.c972 uc->uc_privoff = UCRED_PRIV_OFF;

Completed in 105 milliseconds