Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h109 #define UCRED_SIZE (UCRED_CRED_OFF + sizeof (prcred_t) + \ macro
124 #define UCRED_SIZE(ip) (sizeof (struct ucred_s) + sizeof (prcred_t) + \ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c154 tmp->pd_ucredsize = UCRED_SIZE(ip); in __priv_parse_info()
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c239 ucredsize = UCRED_SIZE; in cred_init()