Searched defs:stopped (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dcommands.c266 * @stopped : output indicator if the container was not running
279 static int lxc_cmd(const char *name, struct lxc_cmd_rr *cmd, int *stopped, argument
288 *stopped = 0;
302 *stopped = 1;
344 *stopped = 1;
350 int stopped, ret; local
355 ret = lxc_cmd(name, &cmd, &stopped, lxcpath, NULL);
357 if (stopped)
390 int ret, stopped; local
395 ret = lxc_cmd(name, &cmd, &stopped, lxcpat
420 int ret, stopped; local
455 int ret, stopped; local
514 int ret, stopped; local
568 int ret, stopped; local
609 int ret, stopped; local
671 int ret, stopped; local
705 int ret, stopped; local
779 int ret, stopped; local
817 int ret, stopped; local
[all...]

Completed in 37 milliseconds