Searched refs:template_name (Results 1 - 2 of 2) sorted by relevance
/lxc/src/lua-lxc/ |
H A D | core.c | 124 char *template_name = strdupa(luaL_checkstring(L, 2)); local 134 lua_pushboolean(L, !!c->create(c, template_name, NULL, NULL, 0, argv));
|
/lxc/src/python-lxc/ |
H A D | lxc.c | 835 char* template_name = NULL; local 844 &template_name, &flags, &bdevtype, &vargs)) 860 if (self->container->create(self->container, template_name, bdevtype, NULL,
|
Completed in 10 milliseconds