Searched defs:stop (Results 1 - 5 of 5) sorted by relevance
| /lxc/src/lxc/ |
| H A D | state.c | 141 int stop = 0; local 162 stop = 1; 167 if (stop) { 185 if (stop) {
|
| H A D | lxccontainer.h | 222 bool (*stop)(struct lxc_container *c); member in struct:lxc_container 775 * \param stop Whether or not to stop the container after checkpointing. 781 bool (*checkpoint)(struct lxc_container *c, char *directory, bool stop, bool verbose); 883 bool stop; /* stop the container after dump? */ member in struct:migrate_opts
|
| H A D | lxccontainer.c | 4039 static bool do_lxcapi_checkpoint(struct lxc_container *c, char *directory, bool stop, bool verbose) argument 4046 opts.stop = stop; 4170 c->stop = lxcapi_stop;
|
| /lxc/src/lxc/tools/ |
| H A D | lxc_checkpoint.c | 35 static bool stop = false; variable 42 {"stop", no_argument, 0, 's'}, 52 if (do_restore && stop) { 78 stop = true; 113 -s, --stop Stop the container after checkpointing.\n\ 135 ret = c->checkpoint(c, checkpoint_dir, stop, verbose);
|
| /lxc/src/lua-lxc/ |
| H A D | lxc.lua | 118 function container:stop() 119 return self.core:stop()
|
Completed in 4177 milliseconds