Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/hotplug/FreeBSD/rc.d/
A Dxencommons.in42 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${XENSTORED})
43 if test -z "$xenstored_pid"; then
92 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${XENSTORED})
93 if test -n ${xenstored_pid}; then
94 pids="$pids $xenstored_pid"
102 if test -n "$xenconsoled_pid" -a -n "$xenstored_pid";
107 if test -z "$xenconsoled_pid" -a -z "$xenstored_pid";
113 if test -n $xenstored_pid; then
114 echo "xenstored is running as pid $xenstored_pid."
/xen-4.10.0-shim-comet/tools/hotplug/NetBSD/rc.d/
A Dxencommons.in40 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)
41 if test -z "$xenstored_pid"; then
90 xenstored_pid=$(check_pidfile ${XENSTORED_PIDFILE} ${sbindir}/xenstored)
91 if test -n ${xenstored_pid}; then
92 pids="$pids $xenstored_pid"
100 if test -n "$xenconsoled_pid" -a -n "$xenstored_pid";
105 if test -z "$xenconsoled_pid" -a -z "$xenstored_pid";
111 if test -n $xenstored_pid; then
112 echo "xenstored is running as pid $xenstored_pid."

Completed in 4 milliseconds