Searched refs:lxc_error (Results 1 - 11 of 11) sorted by relevance
/lxc/src/lxc/ |
H A D | error.c | 31 lxc_log_define(lxc_error, lxc);
|
H A D | arguments.c | 175 lxc_error(args, "no memory"); 190 lxc_error(args, "build_shortopts() failed : %s", 242 lxc_error(args, "missing container name, use --name option"); 250 lxc_error(args, "could not parse command line"); 262 lxc_error(args, "invalid statefd '%s' : %m", str); 267 lxc_error(args, "invalid digit for statefd '%s'", str);
|
H A D | arguments.h | 164 #define lxc_error(arg, fmt, args...) if (!(arg)->quiet) \ macro
|
/lxc/src/tests/ |
H A D | lxc-test-utils.c | 124 lxc_error("%s\n", "Failed to create path with snprintf()."); 130 lxc_error("%s\n", "Failed to open initial mount namespace."); 135 lxc_error("%s\n", "Could not unshare mount namespace."); 142 lxc_error("Failed to remount / private: %s.\n", strerror(errno)); 148 lxc_error("%s\n", "Could not create temporary file."); 154 lxc_error("%s\n", "Could not create temporary file."); 160 lxc_error("%s\n", "Could not fdopen() temporary file."); 166 lxc_error("%s\n", "Could not fdopen() temporary file."); 173 lxc_error("Could not write \"%s\" to temporary file.", mountinfo[i]); 185 lxc_error("Coul [all...] |
H A D | lxctest.h | 37 #define lxc_error(format, ...) lxc_debug_stream(stderr, format, __VA_ARGS__) macro
|
/lxc/src/lxc/tools/ |
H A D | lxc_checkpoint.c | 53 lxc_error(args, "-s not compatible with -r."); 57 lxc_error(args, "-d/-F not compatible with -r."); 62 lxc_error(args, "-D is required.");
|
H A D | lxc_wait.c | 42 lxc_error(args, "missing state option to wait for.");
|
H A D | lxc_attach.c | 125 lxc_error(args, "invalid architecture specified: %s", arg); 170 lxc_error(args, "memory allocation error"); 177 lxc_error(args, "memory allocation error");
|
H A D | lxc_cgroup.c | 40 lxc_error(args, "missing state object");
|
H A D | lxc_execute.c | 51 lxc_error(args, "missing command to execute !");
|
H A D | lxc_snapshot.c | 265 lxc_error(args, "Too many arguments");
|
Completed in 1678 milliseconds