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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c98 static char statd_home[MAXPATHLEN]; variable
555 (void) strcpy(statd_home, home0);
560 (void) strcpy(statd_home, home1);
671 if (chdir(statd_home) < 0) {
672 syslog(LOG_ERR, "can't chdir %s: %m", statd_home);
727 one_statmon_owner(statd_home);

Completed in 58 milliseconds