Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c636 struct autofs_lookupargs reqst; in auto_lookup_request() local
646 reqst.map = fnip->fi_map; in auto_lookup_request()
647 reqst.path = fnip->fi_path; in auto_lookup_request()
650 reqst.name = fnip->fi_key; in auto_lookup_request()
652 reqst.name = key; in auto_lookup_request()
653 AUTOFS_DPRINT((4, "auto_lookup_request: using key=%s\n", reqst.name)); in auto_lookup_request()
655 reqst.subdir = fnip->fi_subdir; in auto_lookup_request()
656 reqst.opts = fnip->fi_opts; in auto_lookup_request()
657 reqst.isdirect = fnip->fi_flags & MF_DIRECT ? TRUE : FALSE; in auto_lookup_request()
658 reqst.uid = crgetuid(cred); in auto_lookup_request()
[all …]