Lines Matching refs:extend_data
178 static int kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data);
222 …pdatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *kip, uint64_t extend_data);
363 kauth_resolver_submit(struct kauth_identity_extlookup *lkp, uint64_t extend_data) in kauth_resolver_submit() argument
394 workp->kr_extend = extend_data; in kauth_resolver_submit()
1263 …pdatecache(struct kauth_identity_extlookup *elp, struct kauth_identity *rkip, uint64_t extend_data) in kauth_identity_updatecache() argument
1278 const char *tmp = CAST_DOWN(const char *, extend_data); in kauth_identity_updatecache()
2556 uint64_t extend_data = 0ULL; in kauth_cred_cache_lookup() local
2727 extend_data = CAST_USER_ADDR_T(src); in kauth_cred_cache_lookup()
2732 extend_data = CAST_USER_ADDR_T(src); in kauth_cred_cache_lookup()
2752 extend_data = CAST_USER_ADDR_T(dst); in kauth_cred_cache_lookup()
2757 extend_data = CAST_USER_ADDR_T(dst); in kauth_cred_cache_lookup()
2792 error = kauth_resolver_submit(&el, extend_data); in kauth_cred_cache_lookup()
2813 kauth_identity_updatecache(&el, &ki, extend_data); in kauth_cred_cache_lookup()