Searched defs:create (Results 1 - 5 of 5) sorted by relevance
/lxc/src/lxc/bdev/ |
H A D | bdev.h | 73 int (*create)(struct bdev *bdev, const char *dest, const char *n, member in struct:bdev_ops 86 * or create is doing so, then dest will be $lxcpath/$lxcname/rootfs, since
|
/lxc/src/lxc/cgroups/ |
H A D | cgroup.h | 46 bool (*create)(void *hdata); member in struct:cgroup_ops
|
/lxc/src/python-lxc/lxc/ |
H A D | __init__.py | 208 def create(self, template=None, flags=0, args=(), bdevtype=None): member in class:Container 215 create flags to be passed. 233 return _lxc.Container.create(self, **template_args) 509 # create: create flags
|
/lxc/src/lxc/ |
H A D | lxccontainer.h | 320 bool (*create)(struct lxc_container *c, const char *t, const char *bdevtype, member in struct:lxc_container 339 * \note Identical to \ref create except that the template 543 * \param lxcpath lxcpath in which to create the new container. If 552 * \param bdevdata Information about how to create the new storage 846 * \brief Specifications for how to create a new backing store
|
/lxc/src/lua-lxc/ |
H A D | lxc.lua | 146 function container:create(template, ...) 147 return self.core:create(template, ...)
|
Completed in 15 milliseconds