Searched refs:wdhost (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/rexd/ |
H A D | on.c | 208 char wdhost[MAXHOSTNAMELEN]; in main() local 398 if (findmount(curdir, wdhost, fsname, dirwithin) == 0) { in main() 403 curdir, wdhost); in main() 415 curdir, wdhost, fsname); in main() 422 rst.rst_host = (void *)wdhost; in main()
|
H A D | rpc.rexd.c | 832 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);
|