Home
last modified time | relevance | path

Searched refs:speculative_name (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/kern/
H A Dkern_credential.c1267 const char *speculative_name = NULL; in kauth_identity_updatecache() local
1279 speculative_name = vfs_addname(tmp, (uint32_t)strnlen(tmp, MAXPATHLEN - 1), 0, 0); in kauth_identity_updatecache()
1312 kip->ki_name = speculative_name; in kauth_identity_updatecache()
1313 speculative_name = NULL; in kauth_identity_updatecache()
1320 speculative_name = oname; in kauth_identity_updatecache()
1342 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) ? speculative_name : NULL, in kauth_identity_updatecache()
1349 speculative_name = NULL; in kauth_identity_updatecache()
1375 kip->ki_name = speculative_name; in kauth_identity_updatecache()
1376 speculative_name = NULL; in kauth_identity_updatecache()
1383 speculative_name = oname; in kauth_identity_updatecache()
[all …]