Searched defs:c1 (Results 1 - 5 of 5) sorted by relevance
/lxc/src/lxc/tools/ |
H A D | lxc_clone.c | 114 struct lxc_container *c1 = NULL, *c2 = NULL; local 178 c1 = lxc_container_new(orig, lxcpath); 179 if (!c1) 182 if (!c1->may_control(c1)) { 184 lxc_container_put(c1); 188 if (!c1->is_defined(c1)) { 190 lxc_container_put(c1); 194 ret = c1 [all...] |
H A D | lxc_destroy.c | 198 struct lxc_container *c1; local 243 c1 = lxc_container_new(lxcname, lxcpath); 244 if (!c1) { 251 if (!do_destroy(c1)) { 252 lxc_container_put(c1); 256 lxc_container_put(c1);
|
H A D | lxc_autostart.c | 320 struct lxc_container *c1 = *(struct lxc_container **)p1; local 323 int c1_order = get_config_integer(c1, "lxc.start.order"); 327 return strcmp(c1->name, c2->name);
|
/lxc/src/lxc/cgroups/ |
H A D | cgfsng.c | 392 char *c1, *c2; local 396 c1 = strrchr(maxcpus, ','); 397 if (c1) 398 c1++; 404 if (!c1 && !c2) 405 c1 = maxcpus; 406 else if (c1 > c2) 407 c2 = c1; 408 else if (c1 < c2) 409 c1 [all...] |
/lxc/src/lxc/ |
H A D | lxccontainer.c | 2832 struct lxc_container *c1) 2835 size_t l1 = strlen(c1->config_path) + strlen(c1->name) + 2; 2841 snprintf(p1, l1, "%s/%s", c1->config_path, c1->name); 2918 struct lxc_container *c1; member in struct:clone_update_data 2926 struct lxc_container *c = data->c1; 3209 data.c1 = c2; 2831 should_default_to_snapshot(struct lxc_container *c0, struct lxc_container *c1) argument
|
Completed in 41 milliseconds