/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | unbound.c | 219 …log_warn("the ulimit(max memory size) is smaller than the expected memory usage (added size of cac… in checkrlimits() 226 …log_warn("the ulimit(data seg size) is smaller than the expected memory usage (added size of cache… in checkrlimits() 232 log_warn("too many file descriptors requested. The builtin" in checkrlimits() 240 log_warn("continuing with less udp ports: %u", in checkrlimits() 254 log_warn("continuing with less udp ports: %u", in checkrlimits() 260 log_warn("getrlimit: %s", strerror(errno)); in checkrlimits() 271 log_warn("setrlimit: %s", strerror(errno)); in checkrlimits() 273 log_warn("cannot increase max open fds from %u to %u", in checkrlimits() 282 log_warn("continuing with less udp ports: %u", in checkrlimits() 284 log_warn("increase ulimit or decrease threads, " in checkrlimits() [all …]
|
H A D | cachedump.c | 342 log_warn("error cannot parse rr: %s: %s", in load_rr() 349 log_warn("error expected rrsig but got %s", in load_rr() 361 log_warn("error out of memory"); in load_rr() 372 log_warn("error out of memory"); in load_rr() 393 log_warn("error out of memory"); in move_into_cache() 401 log_warn("error out of memory"); in move_into_cache() 411 log_warn("error out of memory"); in move_into_cache() 458 log_warn("error out of memory"); in load_rrset() 463 log_warn("error expected ';rrset' but got %s", s); in load_rrset() 473 log_warn("error bad rrset spec %s", s); in load_rrset() [all …]
|
/netbsd-src/usr.sbin/wsmoused/ |
H A D | wsmoused.c | 190 log_warn(const char *fmt, ...) in log_warn() function 279 log_warn("WSMOUSEIO_GTYPE"); in open_device() 289 log_warn("WSMOUSEIO_GCALIBCOORDS"); in open_device() 323 log_warn("failed to read from devices"); in event_loop() 333 log_warn("failed to read from mouse stat"); in event_loop() 348 log_warn("failed to read from mouse"); in event_loop() 359 log_warn("failed to write to fifo"); in event_loop() 606 log_warn("pidfile %s", Pid_File); in main()
|
H A D | selection.c | 192 log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed"); in selection_startup() 412 log_warn("cannot get terminal size"); in open_tty() 444 log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed"); in char_invert() 453 log_warn("ioctl(WSDISPLAYIO_PUTWSCHAR) failed"); in char_invert() 467 log_warn("cannot allocate memory for selection (%lu bytes)", in alloc_sel() 484 log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed"); in fill_buf() 506 log_warn("ioctl(WSDISPLAYIO_GETWSCHAR) failed"); in row_length() 705 log_warn("ioctl(TIOCSTI)"); in selarea_paste()
|
H A D | wsmoused.h | 94 void log_warn(const char *, ...);
|
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | listen_dnsport.c | 166 log_warn("systemd is not running"); in systemd_get_activated() 176 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_PID"); in systemd_get_activated() 181 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_FDS"); in systemd_get_activated() 187 log_warn("systemd: did not return socket, check unit configuration"); in systemd_get_activated() 307 log_warn("setsockopt(.. SO_REUSEPORT_LB ..) failed: %s", in create_udp_sock() 325 log_warn("setsockopt(.. SO_REUSEPORT ..) failed: %s", in create_udp_sock() 339 log_warn("setsockopt(.. IP_TRANSPARENT ..) failed: %s", in create_udp_sock() 347 log_warn("setsockopt(.. IP%s_BINDANY ..) failed: %s", in create_udp_sock() 354 log_warn("setsockopt(.. SO_BINDANY ..) failed: %s", in create_udp_sock() 363 log_warn("setsockopt(.. IP_FREEBIND ..) failed: %s", in create_udp_sock() [all …]
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | logerr.h | 47 __printflike(1, 2) void log_warn(const char *, ...); 74 #define logwarn(...) log_warn(__VA_ARGS__)
|
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/ |
H A D | fs.c | 233 log_warn("Symlink %s that should have been " in _mk_link() 238 log_warn("Symlink %s that should have been " in _mk_link() 251 log_warn("The link %s should had been created by udev " in _mk_link() 305 log_warn("The link %s should have been removed by udev " in _rm_link()
|
/netbsd-src/external/gpl2/lvm2/dist/tools/ |
H A D | lvresize.c | 67 log_warn("Varied stripesize not supported. Ignoring."); in _validate_stripesize() 116 log_warn("WARNING: Reducing active%s logical volume to %s", in _request_confirmation() 120 log_warn("THIS MAY DESTROY YOUR DATA (filesystem etc.)"); in _request_confirmation() 308 log_warn("Varied striping not supported. Ignoring."); in _lvresize() 315 log_warn("Mirrors not supported. Ignoring."); in _lvresize() 575 log_warn("Ignoring PVs on command line when reducing"); in _lvresize()
|
H A D | vgcreate.c | 80 log_warn("WARNING: Setting maxlogicalvolumes to %d " in vgcreate() 84 log_warn("WARNING: Setting maxphysicalvolumes to %d " in vgcreate()
|
H A D | vgreduce.c | 144 log_warn("WARNING: Partial LV %s needs to be repaired " in _consolidate_vg() 151 log_warn("WARNING: There are still partial LVs in VG %s.", vg->name); in _consolidate_vg() 152 log_warn("To remove them unconditionally use: vgreduce --removemissing --force."); in _consolidate_vg() 153 log_warn("Proceeding to remove empty missing PVs."); in _consolidate_vg()
|
/netbsd-src/external/gpl2/lvm2/dist/po/ |
H A D | Makefile.in | 34 --keyword=log_notice --keyword=log_warn --keyword=log_err \ 44 --keyword=log_notice --keyword=log_warn --keyword=log_err \
|
H A D | Makefile | 34 --keyword=log_notice --keyword=log_warn --keyword=log_err \ 44 --keyword=log_notice --keyword=log_warn --keyword=log_err \
|
/netbsd-src/external/gpl2/lvm2/dist/lib/locking/ |
H A D | locking.c | 236 log_warn("WARNING: Locking disabled. Be careful! " in init_locking() 288 log_warn("WARNING: Falling back to local file-based locking."); in init_locking() 289 log_warn("Volume Groups with the clustered attribute will " in init_locking()
|
H A D | external_locking.c | 95 log_warn("WARNING: %s: _query_resource() missing: " in init_external_locking()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/ |
H A D | toolcontext.c | 285 log_warn("WARNING: activation/missing_stripe_filler = \"%s\" " in _process_config() 287 log_warn(" stat failed: %s", strerror(errno)); in _process_config() 288 log_warn("Falling back to \"error\" missing_stripe_filler."); in _process_config() 291 log_warn("WARNING: activation/missing_stripe_filler = \"%s\" " in _process_config() 293 log_warn("Falling back to \"error\" missing_stripe_filler."); in _process_config() 937 log_warn("WARNING: Shared lib %s has " in _init_segtypes() 997 log_warn("WARNING: Metadata changes will NOT be backed up"); in _init_backup()
|
/netbsd-src/usr.sbin/autofs/ |
H A D | automountd.c | 78 log_warn("AUTOFSDONE"); in done() 449 log_warn("failed to load %s: %s", args.ml_filename, in load_autofs() 532 log_warn("cannot daemonize"); in main_automountd()
|
H A D | common.c | 146 log_warn("cannot create %s", partial); in create_directory() 1177 log_warn("chdir"); in lesser_daemon() 1181 log_warn("cannot open %s", _PATH_DEVNULL); in lesser_daemon() 1187 log_warn("dup2"); in lesser_daemon() 1192 log_warn("close"); in lesser_daemon()
|
H A D | autounmountd.c | 171 log_warn("cannot unmount %s", mountpoint); in do_unmount() 303 log_warn("cannot daemonize"); in main_autounmountd()
|
H A D | common.h | 75 void log_warn(const char *, ...) __printflike(1, 2);
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/ |
H A D | libdm-report.c | 271 log_warn(" "); in _display_fields() 272 log_warn("%s Fields", desc); in _display_fields() 273 log_warn("%*.*s", (int) strlen(desc) + 7, in _display_fields() 276 log_warn(" %sall%-*s - %s", type->prefix, in _display_fields() 282 log_warn(" %-*s - %s", (int) id_len, rh->fields[f].id, rh->fields[f].desc); in _display_fields() 527 log_warn(" "); in _parse_fields()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/ |
H A D | segtype.c | 37 log_warn("WARNING: Unrecognised segment type %s", str); in get_segtype_from_string()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | log.h | 163 void log_warn(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | log.h | 62 #define log_warn(x...) LOG_LINE(_LOG_WARN | _LOG_STDERR, x) macro
|
/netbsd-src/external/gpl2/lvm2/dist/lib/log/ |
H A D | log.h | 62 #define log_warn(x...) LOG_LINE(_LOG_WARN | _LOG_STDERR, x) macro
|