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

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

Completed in 198 milliseconds