Searched refs:lxc_error (Results 1 - 11 of 11) sorted by relevance

/lxc/src/lxc/
H A Derror.c31 lxc_log_define(lxc_error, lxc);
H A Darguments.c175 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 Darguments.h164 #define lxc_error(arg, fmt, args...) if (!(arg)->quiet) \ macro
/lxc/src/tests/
H A Dlxc-test-utils.c124 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 Dlxctest.h37 #define lxc_error(format, ...) lxc_debug_stream(stderr, format, __VA_ARGS__) macro
/lxc/src/lxc/tools/
H A Dlxc_checkpoint.c53 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 Dlxc_wait.c42 lxc_error(args, "missing state option to wait for.");
H A Dlxc_attach.c125 lxc_error(args, "invalid architecture specified: %s", arg);
170 lxc_error(args, "memory allocation error");
177 lxc_error(args, "memory allocation error");
H A Dlxc_cgroup.c40 lxc_error(args, "missing state object");
H A Dlxc_execute.c51 lxc_error(args, "missing command to execute !");
H A Dlxc_snapshot.c265 lxc_error(args, "Too many arguments");

Completed in 1678 milliseconds