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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c250 static int kauth_cred_add(kauth_cred_t new_cred);
3447 * function kauth_cred_add() to add the credential to the hash
3456 * exported as KPI, since a failure of kauth_cred_add() can only
3509 * NULL kauth_cred_add() failed, or
3608 err = kauth_cred_add(new_cred);
3611 /* Retry if kauth_cred_add returns non zero value */
4578 * function kauth_cred_add() to add the credential to the hash
4690 err = kauth_cred_add(newcred);
4693 /* Retry if kauth_cred_add() fails */
4780 err = kauth_cred_add(new_cre
4820 kauth_cred_add(kauth_cred_t new_cred) function
[all...]

Completed in 21 milliseconds