Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.h196 static char s_pidFilePath[]; variable
H A Dzfsd.cc94 char ZfsDaemon::s_pidFilePath[] = "/var/run/zfsd.pid"; member in ZfsDaemon
419 s_pidFH = pidfile_open(s_pidFilePath, 0600, &otherPID); in OpenPIDFile()