Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dkern_credential.c1251 const char *speculative_name = NULL; in kauth_identity_updatecache() local
1263 speculative_name = vfs_addname(tmp, (uint32_t)strnlen(tmp, MAXPATHLEN - 1), 0, 0); in kauth_identity_updatecache()
1296 kip->ki_name = speculative_name; in kauth_identity_updatecache()
1297 speculative_name = NULL; in kauth_identity_updatecache()
1304 speculative_name = oname; in kauth_identity_updatecache()
1326 (elp->el_flags & KAUTH_EXTLOOKUP_VALID_PWNAM) ? speculative_name : NULL, in kauth_identity_updatecache()
1333 speculative_name = NULL; in kauth_identity_updatecache()
1359 kip->ki_name = speculative_name; in kauth_identity_updatecache()
1360 speculative_name = NULL; in kauth_identity_updatecache()
1367 speculative_name = oname; in kauth_identity_updatecache()
[all …]