Home
last modified time | relevance | path

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

/src/sbin/devd/
H A Ddevd.hh178 std::string _pidfile; member in config
H A Ddevd.cc536 if (_pidfile.empty()) in open_pidfile()
538 pfh = pidfile_open(_pidfile.c_str(), 0600, &otherpid); in open_pidfile()
604 _pidfile = fn; in set_pidfile()
/src/libexec/rc/
H A Drc.subr432 _pidfile=$1
435 if [ -z "$_pidfile" -o -z "$_procname" ]; then
438 if [ ! -f $_pidfile ]; then
439 debug "pid file ($_pidfile): not readable."
442 read _pid _junk < $_pidfile
444 debug "pid file ($_pidfile): no pid in file."