Searched refs:_PATH_STATD_PID (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/NFS-82/nfsd/
H A Dpathnames.h69 #define _PATH_STATD_PID "/var/run/statd.pid" macro
H A Dmain.c326 pid = get_pid(_PATH_STATD_PID);
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd.h81 #define _PATH_STATD_PID "/var/run/statd.pid" macro
H A Dlockd.c853 if ((fd = open(_PATH_STATD_PID, O_RDONLY)) < 0) {
855 syslog(LOG_DEBUG, "%s: %s (%d)", _PATH_STATD_PID, strerror(errno), errno);
861 syslog(LOG_DEBUG, "%s: %s (%d)", _PATH_STATD_PID, strerror(errno), errno);
870 syslog(LOG_DEBUG, "%s: bogus pid: %s", _PATH_STATD_PID, pidbuf);
883 syslog(LOG_DEBUG, "%s: fcntl: %s (%d)", _PATH_STATD_PID, strerror(errno), errno);
887 syslog(LOG_DEBUG, "%s: not locked\n", _PATH_STATD_PID);
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dstatd.h148 #define _PATH_STATD_PID "/var/run/statd.pid" macro
H A Dstatd.c198 pfh = pidfile_open(_PATH_STATD_PID, 0644, &pid);
435 if ((fd = open(_PATH_STATD_PID, O_RDONLY)) < 0) {
436 DEBUG(9, "%s: %s (%d)", _PATH_STATD_PID, strerror(errno), errno);
441 DEBUG(9, "%s: %s (%d)", _PATH_STATD_PID, strerror(errno), errno);
448 DEBUG(1, "%s: bogus pid: %s", _PATH_STATD_PID, pidbuf);
459 DEBUG(1, "%s: fcntl: %s (%d)", _PATH_STATD_PID, strerror(errno), errno);
462 DEBUG(8, "%s: not locked\n", _PATH_STATD_PID);

Completed in 159 milliseconds