HomeSort by: relevance | last modified time | path
    Searched defs:nfshost (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/umount/
umount.c 80 static char *nfshost; variable in typeref:typename:char *
133 nfshost = optarg;
156 if ((nfshost != NULL) && (typelist == NULL))
159 if (nfshost != NULL) {
161 if (getaddrinfo(nfshost, NULL, &hints, &nfshost_ai) != 0) {
440 if (nfshost == NULL || nfshost_ai == NULL)
umount.c 80 static char *nfshost; variable in typeref:typename:char *
133 nfshost = optarg;
156 if ((nfshost != NULL) && (typelist == NULL))
159 if (nfshost != NULL) {
161 if (getaddrinfo(nfshost, NULL, &hints, &nfshost_ai) != 0) {
440 if (nfshost == NULL || nfshost_ai == NULL)

Completed in 102 milliseconds