Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/autofs/
H A Dcommon.c284 log_errx(1, "directory services not configured; " in node_expand_includes()
303 log_errx(1, "failed to handle include \"%s\"", in node_expand_includes()
749 log_errx(1, "truncated entry at %s, line %d", in parse_map_yyin()
813 log_errx(1, "duplicated mountpoint " in parse_map_yyin()
817 log_errx(1, "mountpoint out of order " in parse_map_yyin()
826 log_errx(1, "duplicated options " in parse_map_yyin()
830 log_errx(1, "options out of order " in parse_map_yyin()
838 log_errx(1, "too many arguments " in parse_map_yyin()
849 log_errx(1, "empty location in %s, " in parse_map_yyin()
873 log_errx(1, "truncated entry " in parse_map_yyin()
[all …]
H A Dlog.c66 log_errx(1, "%s called twice", __func__); in log_set_peer_name()
68 log_errx(1, "%s called before log_set_peer_addr", __func__); in log_set_peer_name()
81 log_errx(1, "%s called twice", __func__); in log_set_peer_addr()
159 log_errx(int eval, const char *fmt, ...) in log_errx() function
H A Dautomountd.c182 log_errx(1, "invalid mountfrom \"%s\"; failing request", in handle_request()
230 log_errx(1, "map %s does not contain key for \"%s\"; " in handle_request()
295 log_errx(1, "variable expansion failed for %s; " in handle_request()
342 log_errx(1, "mount failed"); in handle_request()
475 log_errx(1, "daemon already running, pid: %jd.", in main_automountd()
H A Ddefined.c208 log_errx(1, "variable %s already defined", name); in defined_add()
230 log_errx(1, "missing variable value"); in defined_parse_and_add()
232 log_errx(1, "missing variable name"); in defined_parse_and_add()
H A Dautounmountd.c298 log_errx(1, "retry time must be greater than zero"); in main_autounmountd()
300 log_errx(1, "expiration time must be greater than zero"); in main_autounmountd()
307 log_errx(1, "daemon already running, pid: %jd.", in main_autounmountd()
H A Dcommon.h84 void log_errx(int, const char *, ...)
H A Dpopen.c100 log_errx(1, "too many arguments to auto_popen"); in auto_popen()
/dragonfly/contrib/dhcpcd/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