Home
last modified time | relevance | path

Searched refs:log_errx (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.sbin/autofs/
H A Dcommon.c292 log_errx(1, "directory services not configured; " in node_expand_includes()
311 log_errx(1, "failed to handle include \"%s\"", in node_expand_includes()
754 log_errx(1, "truncated entry at %s, line %d", in parse_map_yyin()
777 log_errx(1, "duplicated options at %s, line %d", in parse_map_yyin()
818 log_errx(1, "duplicated mountpoint " in parse_map_yyin()
822 log_errx(1, "mountpoint out of order " in parse_map_yyin()
831 log_errx(1, "duplicated options " in parse_map_yyin()
835 log_errx(1, "options out of order " in parse_map_yyin()
843 log_errx(1, "too many arguments " in parse_map_yyin()
854 log_errx(1, "empty location in %s, " in parse_map_yyin()
[all …]
H A Dlog.c72 log_errx(1, "%s called twice", __func__); in log_set_peer_name()
74 log_errx(1, "%s called before log_set_peer_addr", __func__); in log_set_peer_name()
87 log_errx(1, "%s called twice", __func__); in log_set_peer_addr()
166 log_errx(int eval, const char *fmt, ...) in log_errx() function
H A Dautomountd.c188 log_errx(1, "invalid mountfrom \"%s\"; failing request", in handle_request()
236 log_errx(1, "map %s does not contain key for \"%s\"; " in handle_request()
301 log_errx(1, "variable expansion failed for %s; " in handle_request()
357 log_errx(1, "mount failed"); in handle_request()
545 log_errx(1, "daemon already running"); in main_automountd()
547 log_errx(1, "pidfile name too long"); in main_automountd()
H A Dautounmountd.c295 log_errx(1, "retry time must be greater than zero"); in main_autounmountd()
297 log_errx(1, "expiration time must be greater than zero"); in main_autounmountd()
314 log_errx(1, "daemon already running"); in main_autounmountd()
316 log_errx(1, "pidfile name too long"); in main_autounmountd()
H A Ddefined.c216 log_errx(1, "variable %s already defined", name); in defined_add()
238 log_errx(1, "missing variable value"); in defined_parse_and_add()
240 log_errx(1, "missing variable name"); in defined_parse_and_add()
H A Dcommon.h74 void log_errx(int, const char *, ...) __printflike(2, 3) __dead;
H A Dpopen.c106 log_errx(1, "too many arguments to auto_popen"); in auto_popen()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dlogerr.h50 __printflike(1, 2) void log_errx(const char *, ...);
77 #define logerrx(...) log_errx(__VA_ARGS__)
H A Dlogerr.c356 log_errx(const char *fmt, ...) in log_errx() function
/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.h92 void log_errx(int, const char *, ...);
H A Dwsmoused.c152 log_errx(int e, const char *fmt, ...) in log_errx() function
463 log_errx(EXIT_FAILURE, "no active modes found; exiting..."); in attach_modes()