Home
last modified time | relevance | path

Searched refs:rc_pid (Results 1 – 2 of 2) sorted by relevance

/freebsd/libexec/rc/rc.d/
H A Dauditd29 if [ -n "$rc_pid" ]; then
30 wait_for_pids $rc_pid
/freebsd/libexec/rc/
H A Drc.subr1029 # rc_pid=$(check_pidfile $pidfile $command)
1031 # rc_pid=$(check_process $command)
1032 # kill $sig_stop $rc_pid
1033 # wait_for_pids $rc_pid
1072 # rc_pid PID of command (if appropriate)
1130 rc_pid=
1166 _pidcmd='rc_pid=$(check_pidfile '"$pidfile $_procname $command_interpreter"')'
1168 _pidcmd='rc_pid=$(check_process '"$_procname $command_interpreter"')'
1270 # "enable", "delete" or "status", and ${rc_pid} is
1278 [ -n "${rcvar}" -a "$rc_arg" = "stop" -a -z "${rc_pid}" ]; then
[all …]