Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_credential.c1250 const char *speculative_name = NULL; in kauth_identity_updatecache() local
1262 speculative_name = vfs_addname(tmp, (uint32_t)strnlen(tmp, MAXPATHLEN - 1), 0, 0); in kauth_identity_updatecache()
1295 kip->ki_name = speculative_name; in kauth_identity_updatecache()
1296 speculative_name = NULL; in kauth_identity_updatecache()
1303 speculative_name = oname; in kauth_identity_updatecache()
1325 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) ? speculative_name : NULL, in kauth_identity_updatecache()
1332 speculative_name = NULL; in kauth_identity_updatecache()
1358 kip->ki_name = speculative_name; in kauth_identity_updatecache()
1359 speculative_name = NULL; in kauth_identity_updatecache()
1366 speculative_name = oname; in kauth_identity_updatecache()
[all …]