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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_credential.c1203 * rkip pointer to returned kauth
1210 * *rkip Modified (if non-NULL)
1219 * gets cached; we may also be able to use the rkip as an
1226 kauth_identity_updatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *rkip, uint64_t extend_data) argument
1275 if (rkip != NULL)
1276 *rkip = *kip;
1292 if (rkip != NULL)
1293 *rkip = *kip;
1332 if (rkip != NULL)
1333 *rkip
[all...]

Completed in 23 milliseconds