Searched refs:cralloc (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcred.h72 extern cred_t *cralloc(void); /* all but ref uninitialized */
73 extern cred_t *cralloc_ksid(void); /* cralloc() + ksid alloc'ed */
/illumos-gate/usr/src/uts/common/syscall/
H A Ducredsys.c147 updcred = cralloc();
H A Dppriv.c69 cr = cralloc();
270 cr = cralloc();
H A Dauditsys.c141 newcred = cralloc();
286 newcred = cralloc();
353 newcred = cralloc();
1164 newcred = cralloc();
1239 newcred = cralloc();
1320 newcred = cralloc();
/illumos-gate/usr/src/uts/common/os/
H A Daudit_core.c132 * updated, the specified cralloc'ed cred will be used, otherwise it's freed.
133 * If no cred is given, it will be cralloc'ed here and caller assures that
155 newcred = cralloc();
H A Dcred.c191 dummycr = cralloc();
207 kcred = cralloc();
265 cralloc(void) function
271 * As cralloc but prepared for ksid change (if appropriate).
276 cred_t *cr = cralloc();
387 newcr = cralloc();
H A Dklpd.c528 cred_t *newcr = cralloc();
H A Dzone.c6243 newcr = cralloc();

Completed in 65 milliseconds