Searched defs:add (Results 1 - 2 of 2) sorted by relevance
/lxc/src/python-lxc/lxc/ |
H A D | __init__.py | 134 def add(self, network_type): member in class:ContainerNetworkList
|
/lxc/src/lxc/ |
H A D | lxccontainer.c | 1167 /* add passed-in args */ 1172 /* add trailing NULL */ 1269 // Finally add "--mapped-uid $uid" to tell template what to chown 3748 static bool do_add_remove_node(pid_t init_pid, const char *path, bool add, argument 3784 if (!add) 3803 static bool add_remove_device_node(struct lxc_container *c, const char *src_path, const char *dest_path, bool add) argument 3835 if (!do_add_remove_node(do_lxcapi_init_pid(c), p, add, &st)) 3838 /* add or remove device to/from cgroup access list */ 3839 if (add) {
|
Completed in 28 milliseconds