Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/svc/
H A Dipfilter31 PIDFILE=/var/run/ipmon.pid
36 if [ -f $PIDFILE ] ; then
37 pid=`cat $PIDFILE 2>/dev/null`
218 if [ -f $PIDFILE ] ; then
222 cp /dev/null $PIDFILE
233 if [ -f $PIDFILE -a -n "$pid" ] ; then
/titanic_41/usr/src/cmd/ssh/etc/
H A Dsshd12 PIDFILE=/var/run/sshd.pid
105 if [ -f "$PIDFILE" ]; then
106 /usr/bin/kill -HUP `/usr/bin/cat $PIDFILE`
/titanic_41/usr/src/cmd/ttymon/
H A Dtmsac.c59 if ((Lckfd = open(PIDFILE, O_RDONLY)) != -1) { in openpid()
66 if ((Lckfd = open(PIDFILE, O_WRONLY|O_CREAT|O_TRUNC, 0644 )) != 0) in openpid()
H A Dttymon.h109 #define PIDFILE "_pid" /* pid file */ macro
/titanic_41/usr/src/cmd/syslogd/
H A Dsyslogd.c113 #define PIDFILE "/var/run/syslog.pid" macro
125 static char *PidFileName = PIDFILE;
2740 if (strcmp(PidFileName, PIDFILE) == 0) { in open_door()
4474 if (strcmp(PidFileName, PIDFILE) == 0) { in delete_doorfiles()