Searched defs:NAME (Results 1 - 1 of 1) sorted by relevance

/lxc/src/tests/
H A Ddevice_add_remove.c23 #define NAME "device_add_remove_test" macro
31 c = lxc_container_new(NAME, NULL);
33 fprintf(stderr, "Unable to instantiate container (%s)...\n", NAME);
38 fprintf(stderr, "Creating the container (%s) failed...\n", NAME);
45 fprintf(stderr, "Starting the container (%s) failed...\n", NAME);
50 fprintf(stderr, "Adding %s to the container (%s) failed...\n", DEVICE, NAME);
54 fprintf(stderr, "Removing %s from the container (%s) failed...\n", DEVICE, NAME);
59 fprintf(stderr, "Stopping the container (%s) failed...\n", NAME);
64 fprintf(stderr, "Destroying the container (%s) failed...\n", NAME);

Completed in 9 milliseconds