Searched defs:cralloc_flags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c143 static cred_t *cralloc_flags(int);
248 cralloc_flags(int flgs) function
267 return (cralloc_flags(KM_SLEEP));
443 newcr = cralloc_flags(flgs);

Completed in 189 milliseconds