Search

Searched refs:verbose (Results 1 - 7 of 7) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_checkpoint.c36 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 Dlxccontainer.h776 * \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 Dcriu.c209 if (opts->user->verbose)
324 if (opts->user->verbose)
H A Dlxccontainer.c4039 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 Dlxc-cirros.in85 -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 Dlxc-ubuntu.in379 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 Dlxc-debian.in310 debootstrap --verbose --variant=minbase --arch="$arch" \

Completed in 38 milliseconds