Lines Matching refs:extend_data
161 static int kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data);
205 …pdatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *kip, uint64_t extend_data);
346 kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data) in kauth_resolver_submit() argument
377 workp->kr_extend = extend_data; in kauth_resolver_submit()
1246 …pdatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *rkip, uint64_t extend_data) in kauth_identity_updatecache() argument
1261 const char *tmp = CAST_DOWN(const char *, extend_data); in kauth_identity_updatecache()
2477 uint64_t extend_data = 0ULL; in kauth_cred_cache_lookup() local
2648 extend_data = CAST_USER_ADDR_T(src); in kauth_cred_cache_lookup()
2653 extend_data = CAST_USER_ADDR_T(src); in kauth_cred_cache_lookup()
2673 extend_data = CAST_USER_ADDR_T(dst); in kauth_cred_cache_lookup()
2678 extend_data = CAST_USER_ADDR_T(dst); in kauth_cred_cache_lookup()
2713 error = kauth_resolver_submit(&el, extend_data); in kauth_cred_cache_lookup()
2734 kauth_identity_updatecache(&el, &ki, extend_data); in kauth_cred_cache_lookup()