Searched refs:pid (Results 1 - 19 of 19) sorted by relevance

/solaris-userland-s11u3/tools/
H A Dbuild-watch.d33 /(pid == $target) || progenyof($target)/
38 /(pid == $target) || progenyof($target)/
44 /((pid == $target) || progenyof($target)) && (arg0 != -1) && (self->file != "")/
54 /(pid == $target) || progenyof($target)/
60 /(pid == $target) || progenyof($target)/
/solaris-userland-s11u3/components/openstack/swift/files/
H A Drsyncd.conf2 pid file = /var/run/swift/rsyncd.pid
/solaris-userland-s11u3/components/mysql-5-1/Solaris/
H A Dmysql_5143 PIDFILE=${MYSQLDATA}/`/usr/bin/uname -n`.pid
86 echo ${MYSQLBIN}/64/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE}
87 ${MYSQLBIN}/64/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null &
91 echo ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE}
92 ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null &
/solaris-userland-s11u3/components/mysql-5-5/Solaris/
H A Dmysql_5543 PIDFILE=${MYSQLDATA}/`/usr/bin/uname -n`.pid
74 echo ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE}
75 ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null &
/solaris-userland-s11u3/components/mysql-5-6/Solaris/
H A Dmysql_5643 PIDFILE=${MYSQLDATA}/`/usr/bin/uname -n`.pid
75 echo ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE}
76 ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null &
/solaris-userland-s11u3/components/pcsc-lite/Solaris/
H A Dsvc-pcscd30 PIDFILE=$SMF_SYSVOL_FS/$NAME.pid
/solaris-userland-s11u3/components/openca-ocspd/Solaris/
H A Dsvc-ocspd9 PIDFILE=$SMF_SYSVOL_FS/ocspd.pid;
/solaris-userland-s11u3/components/mysql-5-7/Solaris/
H A Dmysql_5743 PIDFILE=${MYSQLDATA}/`/usr/bin/uname -n`.pid
81 ${MYSQLBIN}/mysqld_safe --defaults-file=${MYSQLCNF} --user=mysql --datadir=${MYSQLDATA} --pid-file=${PIDFILE} > /dev/null &
/solaris-userland-s11u3/components/squid/files/
H A Dhttp-squid30 typeset -r PIDFILE=/var/squid/logs/squid.pid
/solaris-userland-s11u3/components/tomcat/Solaris/
H A Dhttp-tomcat633 CATALINA_PID=$CATALINA_BASE/logs/pid
/solaris-userland-s11u3/components/privoxy/files/
H A Dhttp-privoxy33 typeset -r PIDFILE=/var/log/privoxy/privoxy.pid
/solaris-userland-s11u3/components/openldap/Solaris/
H A Dldap-olslapd31 typeset -r PIDFILE=${VARRUNDIR}/slapd.pid
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/
H A DsunProcesses.h52 pid_t pid; member in struct:ps_data_s
H A DsunProcesses.c93 static ps_data_t *find_ps_data(pid_t pid);
116 return (i->pid - j->pid);
162 psp->pid,
177 static ps_data_t * find_ps_data(pid_t pid) argument
182 key.pid = pid;
267 psp->pdata.pid = info.pr_pid;
734 long_type = (long)ps_ptr[0].pid;
778 long_type = (long)ps_ptr[0].pid;
[all...]
/solaris-userland-s11u3/components/ntp/Solaris/
H A Dntp.sh53 set -- --pidfile /var/run/ntp.pid
58 # check that by making ntpd write its pid to a file in /var/run.
62 [ ! -f /var/run/ntp.pid ]; then
107 [ ! -f /var/run/ntp.pid ]; then
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c827 pid_t pid; local
837 switch (pid = fork())
880 (void) waitpid(pid, NULL, 0);
H A De_pk11.h96 pid_t pid; /* Current process ID */ member in struct:PK11_st_SESSION
H A De_pk11.c1512 static pid_t pid = 0; local
1538 if (pid == 0)
1539 pid = getpid();
1574 if (pid != (new_pid = getpid()))
1576 pid = new_pid;
1658 if (sp->pid == 0)
1692 if (sp == NULL || sp->pid != getpid())
1783 if (sp->session != CK_INVALID_HANDLE && sp->pid == mypid)
1851 sp->pid = getpid();
/solaris-userland-s11u3/components/visual-panels/apache/src/cmd/httpd/
H A Dhttp-vpanels32 PIDFILE=/var/run/apache2/httpd.pid

Completed in 295 milliseconds