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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c63 PID_STARTUP, PID_SHUTDOWN enumerator in enum:pidfile_operation
499 (void) process_pidfile(PID_SHUTDOWN);
808 * If operation = PID_SHUTDOWN then removes the nfslogd.pid file and 0 is
823 assert(op == PID_SHUTDOWN);
829 if (error == ENOENT && op == PID_SHUTDOWN) {

Completed in 57 milliseconds