Lines Matching refs:pid
164 pid=`run_cmd lxc-info -p -H -n $cname`
165 profile=`cat /proc/$pid/attr/current`
176 pid=`run_cmd lxc-info -p -H -n $cname`
177 profile=`cat /proc/$pid/attr/current`
191 pid=`run_cmd lxc-info -p -H -n $cname` || true
192 if [ -n "$pid" -a "$pid" != "-1" ]; then
194 echo "pid was $pid"
202 pid=`run_cmd lxc-info -p -H -n $cname`
203 if [ "$pid" = "-1" ]; then
207 profile=`cat /proc/$pid/attr/current`
219 pid=`run_cmd lxc-info -p -H -n $cname`
220 if [ "$pid" = "-1" ]; then
224 profile=`cat /proc/$pid/attr/current`