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

/macosx-10.9.5/xnu-2422.115.4/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...]
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dglue.c136 krb5_creds *credp; local
141 mcred, &credp);
145 ret = krb5_copy_creds_contents(context, credp, creds);
H A Dcache.c943 krb5_creds **credp)
951 whichfields, mcreds, credp);
939 kcm_ccache_retrieve_cred(krb5_context context, kcm_ccache ccache, krb5_flags whichfields, const krb5_creds *mcreds, krb5_creds **credp) argument
H A Dprotocol.c319 krb5_creds *credp; local
360 &mcreds, &credp);
362 ret = krb5_store_creds(response, credp);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c281 static boolean_t kauth_cred_unref_hashlocked(kauth_cred_t *credp);
4655 * Parameters: credp Pointer to address containing
4662 * *credp Set to NOCRED
4679 kauth_cred_unref_hashlocked(kauth_cred_t *credp) argument
4685 NULLCRED_CHECK(*credp);
4687 old_value = OSAddAtomicLong(-1, (long*)&(*credp)->cr_ref);
4691 panic("%s:0x%08x kauth_cred_unref_hashlocked: dropping a reference on a cred with no references", current_proc()->p_comm, *credp);
4693 panic("%s:0x%08x kauth_cred_unref_hashlocked: dropping a reference on a cred with no hash entry", current_proc()->p_comm, *credp);
4697 if ( is_target_cred( *credp ) != 0 ) {
4708 destroy_it = kauth_cred_remove(*credp);
4738 kauth_cred_unref(kauth_cred_t *credp) argument
5454 void *credp; member in struct:debug_ucred
[all...]
H A Dubc_subr.c1202 kauth_cred_t credp; local
1211 credp = uip->ui_ucred;
1213 if (!IS_VALID_CRED(credp)) {
1259 kauth_cred_t credp; local
1271 credp = uip->ui_ucred;
1272 if (!IS_VALID_CRED(credp)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.c1675 size_t lladdr_len, kauth_cred_t *credp)
1697 bytes = dlil_ifaddr_bytes(SDL(&sdlbuf), &bytes_len, credp);
1722 kauth_cred_t *credp; local
1725 credp = NULL;
1729 credp = &cred;
1731 credp = NULL;
1735 credp);
1738 kauth_cred_unref(credp);
1674 ifnet_lladdr_copy_bytes_internal(ifnet_t interface, void *lladdr, size_t lladdr_len, kauth_cred_t *credp) argument
H A Droute.c693 void *buf, uint32_t buflen, kauth_cred_t *credp)
765 if (sa->sa_family == AF_LINK && credp) {
774 bytes = dlil_ifaddr_bytes(sdl, &size, credp);
692 rtm_scrub(int type, int idx, struct sockaddr *hint, struct sockaddr *sa, void *buf, uint32_t buflen, kauth_cred_t *credp) argument
H A Drtsock.c1067 kauth_cred_t* credp)
1138 sizeof (ssbuf), credp);
1066 rt_msg2(int type, struct rt_addrinfo *rtinfo, caddr_t cp, struct walkarg *w, kauth_cred_t* credp) argument
H A Ddlil.c6488 kauth_cred_t *credp)
6506 credp = NULL;
6510 if (credp && mac_system_check_info(*credp, "net.link.addr")) {
6534 #pragma unused(credp)
6487 dlil_ifaddr_bytes(const struct sockaddr_dl *sdl, size_t *sizep, kauth_cred_t *credp) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dinit_creds_pw.c2015 krb5_creds cred, *credp = NULL; local
2046 ret = krb5_get_credentials(context, 0, state->armor_ccache, &cred, &credp);
2056 credp,
2058 krb5_free_creds(context, credp);
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_gss.c1379 nfs_gss_clnt_get_upcall_port(kauth_cred_t credp) argument
1396 asid = kauth_cred_getasid(credp);
1397 uid = kauth_cred_getauid(credp);
1399 uid = kauth_cred_getuid(credp);

Completed in 241 milliseconds