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

/darwin-on-arm/xnu/tools/
H A Dcred_dump_creds.c22 uint32_t credp; member in struct:debug_ucred
38 void dump_cred_hash_table( debug_ucred * credp, size_t buf_size );
39 void dump_cred( debug_ucred * credp );
74 void dump_cred_hash_table( debug_ucred * credp, size_t buf_size ) argument
82 dump_cred( credp );
83 credp++;
88 void dump_cred( debug_ucred * credp )
91 printf("%p ", credp->credp);
92 printf("%lu ", credp
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c255 static void kauth_cred_unref_hashlocked(kauth_cred_t *credp);
4440 * Parameters: credp Pointer to address containing
4446 * *credp Set to NOCRED
4463 kauth_cred_unref_hashlocked(kauth_cred_t *credp) argument
4468 NULLCRED_CHECK(*credp);
4470 old_value = OSAddAtomicLong(-1, (long*)&(*credp)->cr_ref);
4474 panic("%s:0x%08x kauth_cred_unref_hashlocked: dropping a reference on a cred with no references", current_proc()->p_comm, *credp);
4476 panic("%s:0x%08x kauth_cred_unref_hashlocked: dropping a reference on a cred with no hash entry", current_proc()->p_comm, *credp);
4480 if ( is_target_cred( *credp ) != 0 ) {
4491 kauth_cred_remove(*credp);
4516 kauth_cred_unref(kauth_cred_t *credp) argument
5207 void *credp; member in struct:debug_ucred
[all...]
H A Dubc_subr.c976 kauth_cred_t credp; local
985 credp = uip->ui_ucred;
987 if (!IS_VALID_CRED(credp)) {
1033 kauth_cred_t credp; local
1045 credp = uip->ui_ucred;
1046 if (!IS_VALID_CRED(credp)) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1333 nfs_gss_clnt_get_upcall_port(kauth_cred_t credp) argument
1350 asid = kauth_cred_getasid(credp);
1351 uid = kauth_cred_getauid(credp);
1353 uid = kauth_cred_getuid(credp);

Completed in 81 milliseconds