Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c130 static boolean_t mountd_remote_dump = B_FALSE; variable
563 mountd_remote_dump = string_to_boolean(defval); in main()
565 if (!mountd_remote_dump) { in main()
856 if (mountd_remote_dump || caller_is_local(transp)) in mnt()