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

/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/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/ttymon/
H A Dttymon.h109 #define PIDFILE "_pid" /* pid file */ macro
H A Dtmsac.c59 if ((Lckfd = open(PIDFILE, O_RDONLY)) != -1) {
66 if ((Lckfd = open(PIDFILE, O_WRONLY|O_CREAT|O_TRUNC, 0644 )) != 0)
/illumos-gate/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) {
4474 if (strcmp(PidFileName, PIDFILE) == 0) {

Completed in 124 milliseconds