Home
last modified time | relevance | path

Searched refs:otherPID (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc417 pid_t otherPID; in OpenPIDFile() local
419 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()
422 errx(1, "already running as PID %d. Exiting", otherPID); in OpenPIDFile()