Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter33 PIDFILE=/var/run/ipmon.pid
38 if [ -f $PIDFILE ] ; then
39 pid=`cat $PIDFILE 2>/dev/null`
224 if [ -f $PIDFILE ] ; then
228 cp /dev/null $PIDFILE
239 if [ -f $PIDFILE -a -n "$pid" ] ; then
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd14 PIDFILE=/var/run/sshd.pid
116 if [ -f "$PIDFILE" ]; then
117 /usr/bin/kill -HUP `/usr/bin/cat $PIDFILE`
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsac.c54 if ((Lckfd = open(PIDFILE, O_RDONLY)) != -1) { in openpid()
61 if ((Lckfd = open(PIDFILE, O_WRONLY|O_CREAT|O_TRUNC, 0644)) != 0) in openpid()
H A Dttymon.h109 #define PIDFILE "_pid" /* pid file */ macro
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c111 #define PIDFILE "/var/run/syslog.pid" macro
123 static char *PidFileName = PIDFILE;
2727 if (strcmp(PidFileName, PIDFILE) == 0) { in open_door()
4459 if (strcmp(PidFileName, PIDFILE) == 0) { in delete_doorfiles()