Lines Matching defs:name
298 * @group : name of the container group or NULL for default "lxc"
299 * @name : name of the container
303 const char *group, const char *name,
317 if ((ct = lxc_container_new(name, lxcpath)) == NULL) {
318 TSTERR("instantiating container %s", name);
324 ct = lxc_container_new(name, lxcpath);
327 TSTERR("creating container %s", name);
336 TSTERR("starting container %s", name);
349 static int test_attach(const char *lxcpath, const char *name, const char *template)
355 ct = test_ct_create(lxcpath, NULL, name, template);