Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c321 const auditinfo64_addr_t *ainfo = UCAUD(uc); in ucred_getauid()
333 const auditinfo64_addr_t *ainfo = UCAUD(uc); in ucred_getasid()
345 const auditinfo64_addr_t *ainfo = UCAUD(uc); in ucred_getatid()
359 const auditinfo64_addr_t *ainfo = UCAUD(uc); in ucred_getamask()
/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h82 #define UCAUD(uc) (auditinfo64_addr_t *)(((uc)->uc_audoff == 0) ? NULL : \ macro
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c978 if (audoff == 0 || cred2ucaud(cr, UCAUD(uc), rcr) != 0) in cred2ucred()