Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c100 #define CR_AUINFO(c) (auditinfo_addr_t *)((audoff == 0) ? NULL : \ macro
716 return ((const auditinfo_addr_t *)CR_AUINFO(cr)); in crgetauinfo()
722 return (CR_AUINFO(cr)); in crgetauinfo_modifiable()
907 ai = CR_AUINFO(cr); /* caller makes sure this is non-NULL */ in cred2ucaud()