Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c192 *((*tb)->ml_hostname) == '\0')
195 if (strcmp(lastclient, (*tb)->ml_hostname) == 0) {
206 printf("%s", (*tb)->ml_hostname);
207 lastclient = (*tb)->ml_hostname;
222 if (ml->ml_hostname)
223 free(ml->ml_hostname);
254 result = strcmp((*m1)->ml_hostname, (*m2)->ml_hostname);
/titanic_41/usr/src/lib/librpcsvc/common/
H A Dmountlist_xdr.c66 if (!xdr_name(xdrs, &mb->ml_hostname))
93 mb->ml_hostname = NULL;
102 if (!xdr_name(xdrs, &mb->ml_hostname))
129 if (!xdr_name(xdrs, &mb->ml_hostname))
159 if (!xdr_name(xdrs, &objp->ml_hostname))
/titanic_41/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c206 printf("%s:%s\n", (*tb)->ml_hostname, in main()
218 if (strcmp(last, (*tb)->ml_hostname)) in main()
219 printf("%s\n", (*tb)->ml_hostname); in main()
220 last = (*tb)->ml_hostname; in main()
230 return (strcmp((*a)->ml_hostname, (*b)->ml_hostname));
/titanic_41/usr/src/head/rpcsvc/
H A Dmount.x151 name ml_hostname; member
/titanic_41/usr/src/ucbcmd/shutdown/
H A Dshutdown.c709 if (strcmp(ml->ml_hostname, hl->host) == 0) in gethostlist()
712 hl->host = ml->ml_hostname; in gethostlist()