Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c96 boolean_t retry_with_kcred; in lookuppnvp() local
122 retry_with_kcred = B_FALSE; in lookuppnvp()
218 retry_with_kcred = B_TRUE; in lookuppnvp()
243 if ((error == EACCES) && retry_with_kcred) in lookuppnvp()
/titanic_44/usr/src/uts/common/fs/
H A Dlookup.c231 boolean_t retry_with_kcred; in lookuppnvp() local
262 retry_with_kcred = B_FALSE; in lookuppnvp()
358 retry_with_kcred = B_TRUE; in lookuppnvp()
394 if ((error == EACCES) && retry_with_kcred) in lookuppnvp()