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

/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c895 static char mountedon[1024]; local
901 if (AlreadyMounted(wanted, mountedon)) {
914 if (strncmp(mountedon, TempName, TempMatch) == 0) {
953 strcpy(dirbuf, mountedon);
1288 AlreadyMounted(fsname, mountedon)
1290 char *mountedon;
1302 strcpy(mountedon, mt.mnt_mountp);

Completed in 46 milliseconds