Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c176 *((*tb)->ml_hostname) == '\0') in pr_mounts()
179 if (strcmp(lastclient, (*tb)->ml_hostname) == 0) { in pr_mounts()
190 printf("%s", (*tb)->ml_hostname); in pr_mounts()
191 lastclient = (*tb)->ml_hostname; in pr_mounts()
205 if (ml->ml_hostname) in freemntlist()
206 free(ml->ml_hostname); in freemntlist()
236 result = strcmp((*m1)->ml_hostname, (*m2)->ml_hostname); in sortpath()
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dmountlist_xdr.c62 if (!xdr_name(xdrs, &mb->ml_hostname))
89 mb->ml_hostname = NULL;
98 if (!xdr_name(xdrs, &mb->ml_hostname))
125 if (!xdr_name(xdrs, &mb->ml_hostname))
155 if (!xdr_name(xdrs, &objp->ml_hostname))
/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c191 printf("%s:%s\n", (*tb)->ml_hostname, in main()
203 if (strcmp(last, (*tb)->ml_hostname)) in main()
204 printf("%s\n", (*tb)->ml_hostname); in main()
205 last = (*tb)->ml_hostname; in main()
217 return (strcmp((*a)->ml_hostname, (*b)->ml_hostname)); in sorthost()
/illumos-gate/usr/src/head/rpcsvc/
H A Dmount.x150 name ml_hostname; member
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c707 if (strcmp(ml->ml_hostname, hl->host) == 0) in gethostlist()
710 hl->host = ml->ml_hostname; in gethostlist()