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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c5332 cred_debug_buffer * bt_bufp; local
5357 MALLOC( bt_bufp, cred_debug_buffer *, req->oldlen, M_TEMP, M_WAITOK );
5358 if ( bt_bufp == NULL ) {
5363 bt_bufp->next_slot = cred_debug_buf_p->next_slot;
5364 space = sizeof(bt_bufp->next_slot);
5366 nextp = &bt_bufp->stack_buffer[ 0 ];
5376 error = SYSCTL_OUT(req, bt_bufp, req->oldlen);
5377 FREE(bt_bufp, M_TEMP);

Completed in 27 milliseconds