OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 23 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025