Symbol: log_errx
usr.sbin/autofs/automountd.c
182
log_errx(1, "invalid mountfrom \"%s\"; failing request",
usr.sbin/autofs/automountd.c
230
log_errx(1, "map %s does not contain key for \"%s\"; "
usr.sbin/autofs/automountd.c
295
log_errx(1, "variable expansion failed for %s; "
usr.sbin/autofs/automountd.c
342
log_errx(1, "mount failed");
usr.sbin/autofs/automountd.c
475
log_errx(1, "daemon already running, pid: %jd.",
usr.sbin/autofs/autounmountd.c
298
log_errx(1, "retry time must be greater than zero");
usr.sbin/autofs/autounmountd.c
300
log_errx(1, "expiration time must be greater than zero");
usr.sbin/autofs/autounmountd.c
307
log_errx(1, "daemon already running, pid: %jd.",
usr.sbin/autofs/common.c
1006
log_errx(1, "failed to handle remote map \"%s\"", map);
usr.sbin/autofs/common.c
1083
log_errx(1, "failed to handle executable map \"%s\"",
usr.sbin/autofs/common.c
1133
log_errx(1, "too many arguments at %s, line %d",
usr.sbin/autofs/common.c
1210
log_errx(1, "NULL command name");
usr.sbin/autofs/common.c
1221
log_errx(1, "binary name should be either \"automount\", "
usr.sbin/autofs/common.c
284
log_errx(1, "directory services not configured; "
usr.sbin/autofs/common.c
303
log_errx(1, "failed to handle include \"%s\"",
usr.sbin/autofs/common.c
749
log_errx(1, "truncated entry at %s, line %d",
usr.sbin/autofs/common.c
772
log_errx(1, "duplicated options at %s, line %d",
usr.sbin/autofs/common.c
813
log_errx(1, "duplicated mountpoint "
usr.sbin/autofs/common.c
817
log_errx(1, "mountpoint out of order "
usr.sbin/autofs/common.c
826
log_errx(1, "duplicated options "
usr.sbin/autofs/common.c
830
log_errx(1, "options out of order "
usr.sbin/autofs/common.c
838
log_errx(1, "too many arguments "
usr.sbin/autofs/common.c
849
log_errx(1, "empty location in %s, "
usr.sbin/autofs/common.c
873
log_errx(1, "truncated entry "
usr.sbin/autofs/common.c
968
log_errx(1, "failed to handle special map \"%s\"", map);
usr.sbin/autofs/common.c
994
log_errx(1, "directory services not configured;"
usr.sbin/autofs/common.h
84
void log_errx(int, const char *, ...)
usr.sbin/autofs/defined.c
208
log_errx(1, "variable %s already defined", name);
usr.sbin/autofs/defined.c
230
log_errx(1, "missing variable value");
usr.sbin/autofs/defined.c
232
log_errx(1, "missing variable name");
usr.sbin/autofs/log.c
66
log_errx(1, "%s called twice", __func__);
usr.sbin/autofs/log.c
68
log_errx(1, "%s called before log_set_peer_addr", __func__);
usr.sbin/autofs/log.c
81
log_errx(1, "%s called twice", __func__);
usr.sbin/autofs/popen.c
100
log_errx(1, "too many arguments to auto_popen");