Searched refs:version (Results 1 - 10 of 10) sorted by relevance
/lxc/templates/ |
H A D | lxc-cirros.in | 12 # it under the terms of the GNU General Public License version 2, as 87 -v | --version V version [${STREAMS[*]}] 240 local long_opts="arch:,auth-key:,name:,path:,tarball:,userdata:,verbose,version:,rootfs:,mapped-uid:,mapped-gid:" 247 local arch="${DEF_ARCH}" dsource="${DEF_SOURCE}" version="${DEF_VERSION}" 261 -v|--version) version=$next; shift;; 312 if inargs "$version" "${STREAMS[@]}"; then 313 out=$(wget -O - -q "${DOWNLOAD_URL%/}/version/$version") || [all...] |
H A D | lxc-download.in | 10 # version 2.1 of the License, or (at your option) any later version. 200 [ -r | --release <release> ]: Release name/version
|
/lxc/src/python-lxc/ |
H A D | setup.py.in | 13 # version 2.1 of the License, or (at your option) any later version. 69 version='0.1',
|
/lxc/src/lxc/ |
H A D | seccomp.c | 12 * version 2.1 of the License, or (at your option) any later version. 631 * The first line of the config file has a policy language version 634 * right now version must be '1' 641 int ret, version; local 643 ret = fscanf(f, "%d\n", &version); 644 if (ret != 1 || (version != 1 && version != 2)) { 645 ERROR("Invalid version."); 652 if (version [all...] |
H A D | criu.c | 12 * version 2.1 of the License, or (at your option) any later version. 90 /* The detected version of criu */ 499 /* Since criu version 2.8 the usage of --veth-pair 608 * Check to see if the criu version is recent enough for all the features we 609 * use. This version allows either CRIU_VERSION or (CRIU_GITID_VERSION and 611 * things potentially before a version is released with a particular feature. 616 * Note: If version != NULL criu_version() stores the detected criu version in 617 * version 619 criu_version_ok(char **version) argument [all...] |
/lxc/src/lua-lxc/test/ |
H A D | apitest.lua | 11 -- it under the terms of the GNU General Public License version 2, as 60 log(0, "%-20s %s", "LXC version:", lxc.version_get())
|
/lxc/src/lxc/tools/ |
H A D | lxc-start-ephemeral.in | 16 # version 2.1 of the License, or (at your option) any later version. 129 parser.add_argument("--version", action="version", version=lxc.version) 372 # container has the same version of Python installed.
|
H A D | lxc-top.lua | 11 -- it under the terms of the GNU General Public License version 2, as
|
/lxc/src/lua-lxc/ |
H A D | lxc.lua | 12 -- version 2.1 of the License, or (at your option) any later version.
|
/lxc/src/python-lxc/lxc/ |
H A D | __init__.py | 13 # version 2.1 of the License, or (at your option) any later version. 33 version = _lxc.get_version() variable
|
Completed in 20 milliseconds