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

/freebsd-10.0-release/sbin/umount/
H A Dumount.c68 static char *nfshost; variable
110 nfshost = optarg;
135 if ((nfshost != NULL) && (typelist == NULL))
138 if (nfshost != NULL) {
140 error = getaddrinfo(nfshost, NULL, &hints, &nfshost_ai);
142 errx(1, "%s: %s", nfshost, gai_strerror(error));
524 if (nfshost == NULL || nfshost_ai == NULL)

Completed in 60 milliseconds