Searched defs:verbose (Results 1 - 3 of 3) sorted by relevance
/lxc/src/lxc/tools/ |
H A D | lxc_checkpoint.c | 36 static bool verbose = false; variable 43 {"verbose", no_argument, 0, 'v'}, 81 verbose = true; 111 -v, --verbose Enable verbose criu logs\n\ 135 ret = c->checkpoint(c, checkpoint_dir, stop, verbose); 148 bool ret = c->restore(c, checkpoint_dir, verbose);
|
/lxc/src/lxc/ |
H A D | lxccontainer.h | 776 * \param verbose Enable criu's verbose logs. 781 bool (*checkpoint)(struct lxc_container *c, char *directory, bool stop, bool verbose); 788 * \param verbose Enable criu's verbose logs. 793 bool (*restore)(struct lxc_container *c, char *directory, bool verbose); 881 bool verbose; 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 4047 opts.verbose = verbose; 4054 static bool do_lxcapi_restore(struct lxc_container *c, char *directory, bool verbose) argument 4061 opts.verbose = verbose;
|
Completed in 21 milliseconds