Searched defs:nfshost (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c320 char *nfshost; local
365 nfshost = strdup(addrdata);
367 * If nfshost is the local host, the NFS mount
372 if (nfshost != NULL) {
373 self = self_check(nfshost);
383 safe_opts(opts), nfshost, nfsdir);

Completed in 46 milliseconds