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

/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c573 bsd_init_kprintf("calling kauth_cred_create\n");
579 kernproc->p_ucred = kauth_cred_create(&temp_cred);
H A Dkern_credential.c3497 * kauth_cred_create
3523 kauth_cred_create(kauth_cred_t cred) function
4563 * if you are using it instead of kauth_cred_create(), you are
5406 * Notes: This function currently wraps kauth_cred_create(), and is the
5417 * kauth_cred_create(), as an internal implementation detail.
5435 return kauth_cred_create(&temp_cred);
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h221 extern kauth_cred_t kauth_cred_create(kauth_cred_t cred);

Completed in 38 milliseconds