Symbol: log_warn
usr.sbin/autofs/automount.c
62
log_warn("cannot unmount %s", sb->f_mntonname);
usr.sbin/autofs/automountd.c
449
log_warn("failed to load %s: %s", args.ml_filename,
usr.sbin/autofs/automountd.c
532
log_warn("cannot daemonize");
usr.sbin/autofs/automountd.c
78
log_warn("AUTOFSDONE");
usr.sbin/autofs/autounmountd.c
171
log_warn("cannot unmount %s", mountpoint);
usr.sbin/autofs/autounmountd.c
303
log_warn("cannot daemonize");
usr.sbin/autofs/common.c
1177
log_warn("chdir");
usr.sbin/autofs/common.c
1181
log_warn("cannot open %s", _PATH_DEVNULL);
usr.sbin/autofs/common.c
1187
log_warn("dup2");
usr.sbin/autofs/common.c
1192
log_warn("close");
usr.sbin/autofs/common.c
146
log_warn("cannot create %s", partial);
usr.sbin/autofs/common.h
75
void log_warn(const char *, ...) __printflike(1, 2);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1008
log_warn("error opening file %s: %m",
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
876
log_warn("error opening file %s: %m",
usr.sbin/wsmoused/selection.c
192
log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed");
usr.sbin/wsmoused/selection.c
412
log_warn("cannot get terminal size");
usr.sbin/wsmoused/selection.c
444
log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed");
usr.sbin/wsmoused/selection.c
453
log_warn("ioctl(WSDISPLAYIO_PUTWSCHAR) failed");
usr.sbin/wsmoused/selection.c
467
log_warn("cannot allocate memory for selection (%lu bytes)",
usr.sbin/wsmoused/selection.c
484
log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed");
usr.sbin/wsmoused/selection.c
506
log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed");
usr.sbin/wsmoused/selection.c
705
log_warn("ioctl(TIOCSTI)");
usr.sbin/wsmoused/wsmoused.c
279
log_warn("WSMOUSEIO_GTYPE");
usr.sbin/wsmoused/wsmoused.c
289
log_warn("WSMOUSEIO_GCALIBCOORDS");
usr.sbin/wsmoused/wsmoused.c
323
log_warn("failed to read from devices");
usr.sbin/wsmoused/wsmoused.c
333
log_warn("failed to read from mouse stat");
usr.sbin/wsmoused/wsmoused.c
348
log_warn("failed to read from mouse");
usr.sbin/wsmoused/wsmoused.c
359
log_warn("failed to write to fifo");
usr.sbin/wsmoused/wsmoused.c
606
log_warn("pidfile %s", Pid_File);
usr.sbin/wsmoused/wsmoused.h
94
void log_warn(const char *, ...);