Lines Matching refs:extend_data
162 static int kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data);
206 …pdatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *kip, uint64_t extend_data);
347 kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data) in kauth_resolver_submit() argument
378 workp->kr_extend = extend_data; in kauth_resolver_submit()
1247 …pdatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *rkip, uint64_t extend_data) in kauth_identity_updatecache() argument
1262 const char *tmp = CAST_DOWN(const char *, extend_data); in kauth_identity_updatecache()
2478 uint64_t extend_data = 0ULL; in kauth_cred_cache_lookup() local
2649 extend_data = CAST_USER_ADDR_T(src); in kauth_cred_cache_lookup()
2654 extend_data = CAST_USER_ADDR_T(src); in kauth_cred_cache_lookup()
2674 extend_data = CAST_USER_ADDR_T(dst); in kauth_cred_cache_lookup()
2679 extend_data = CAST_USER_ADDR_T(dst); in kauth_cred_cache_lookup()
2714 error = kauth_resolver_submit(&el, extend_data); in kauth_cred_cache_lookup()
2735 kauth_identity_updatecache(&el, &ki, extend_data); in kauth_cred_cache_lookup()