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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vfsops.c226 um->um_cred = kauth_cred_get_with_ref();
386 if (IS_VALID_CRED(um->um_cred)) {
387 kauth_cred_unref(&um->um_cred);
H A Dunion.h96 kauth_cred_t um_cred; /* Credentials of user calling mount */ member in struct:union_mount
H A Dunion_subr.c1096 cn->cn_cred = um->um_cred;
H A Dunion_vnops.c282 cnp->cn_context->vc_ucred = um->um_cred;

Completed in 32 milliseconds