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

/opensolaris-onvv-gate/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`
/opensolaris-onvv-gate/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
/opensolaris-onvv-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)
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c111 #define PIDFILE "/var/run/syslog.pid" macro
123 static char *PidFileName = PIDFILE;
2736 if (strcmp(PidFileName, PIDFILE) == 0) {
4470 if (strcmp(PidFileName, PIDFILE) == 0) {

Completed in 202 milliseconds