Searched defs:wdhost (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Don.c208 char wdhost[MAXHOSTNAMELEN]; local
398 if (findmount(curdir, wdhost, fsname, dirwithin) == 0) {
403 curdir, wdhost);
415 curdir, wdhost, fsname);
422 rst.rst_host = (void *)wdhost;
H A Drpc.rexd.c832 char *p, *wdhost, *fsname, *subdir; local
868 wdhost = rst->rst_host;
872 wdhost = hostname;
883 printf("\t\tsubdir=%s\t\twdhost=%s\n", subdir, wdhost);
885 if (strcmp(wdhost, hostname) == 0) {
897 strcpy(wanted, wdhost);

Completed in 47 milliseconds