Searched refs:verbose (Results 1 - 7 of 7) 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 | criu.c | 209 if (opts->user->verbose) 324 if (opts->user->verbose)
|
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;
|
/lxc/templates/ |
H A D | lxc-cirros.in | 85 -v | --verbose increase verbosity 240 local long_opts="arch:,auth-key:,name:,path:,tarball:,userdata:,verbose,version:,rootfs:,mapped-uid:,mapped-gid:" 258 -v|--verbose) VERBOSITY=$((${VERBOSITY}+1));;
|
H A D | lxc-ubuntu.in | 379 qemu-debootstrap --verbose $debootstrap_parameters --components=main,universe --arch=$arch --include=${packages_template} $release $cache/partial-$arch $MIRROR 381 debootstrap --verbose $debootstrap_parameters --components=main,universe --arch=$arch --include=${packages_template} $release $cache/partial-$arch $MIRROR
|
H A D | lxc-debian.in | 310 debootstrap --verbose --variant=minbase --arch="$arch" \
|
Completed in 38 milliseconds