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

/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c5484 debug_ucred * cred_listp; local
5505 MALLOC( cred_listp, debug_ucred *, req->oldlen, M_TEMP, M_WAITOK );
5506 if ( cred_listp == NULL ) {
5511 nextp = cred_listp;
5554 FREE(cred_listp, M_TEMP);
5560 error = SYSCTL_OUT(req, cred_listp, req->oldlen);
5561 FREE(cred_listp, M_TEMP);

Completed in 30 milliseconds