Home
last modified time | relevance | path

Searched refs:log_warn (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/unbound/daemon/
H A Dunbound.c219log_warn("the ulimit(max memory size) is smaller than the expected memory usage (added size of cac… in checkrlimits()
226log_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 Dcachedump.c342 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 …]
H A Ddaemon.c569 log_warn("cannot reduce num-threads to %d because so-reuseport " in daemon_create_workers()
831 log_warn("SHM has failed"); in daemon_fork()
1041 log_warn("cannot reuse caches due to critical config change"); in daemon_apply_cfg()
/freebsd/usr.sbin/ctld/
H A Dkernel.c102 log_warn("couldn't load cfiscsi"); in kernel_init()
435 log_warn("error issuing CTL_LUN_LIST ioctl"); in conf_new_from_kernel()
484 log_warn("error issuing CTL_PORT_LIST ioctl"); in conf_new_from_kernel()
717 log_warn("error packing nvlist"); in kernel_lun_add()
726 log_warn("error issuing CTL_LUN_REQ ioctl"); in kernel_lun_add()
775 log_warn("error packing nvlist"); in kernel_lun_modify()
784 log_warn("error issuing CTL_LUN_REQ ioctl"); in kernel_lun_modify()
819 log_warn("error issuing CTL_LUN_REQ ioctl"); in kernel_lun_remove()
945 log_warn("error packing nvlist"); in kernel_port_add()
956 log_warn("error issuing CTL_PORT_REQ ioctl"); in kernel_port_add()
[all …]
H A Dctld.c754 log_warn("socket(2) failed for %s", isns->i_addr); in isns_do_connect()
758 log_warn("connect(2) failed for %s", isns->i_addr); in isns_do_connect()
808 log_warn("send(2) failed for %s", isns->i_addr); in isns_do_register()
813 log_warn("receive(2) failed for %s", isns->i_addr); in isns_do_register()
841 log_warn("send(2) failed for %s", isns->i_addr); in isns_do_check()
846 log_warn("receive(2) failed for %s", isns->i_addr); in isns_do_check()
873 log_warn("send(2) failed for %s", isns->i_addr); in isns_do_deregister()
878 log_warn("receive(2) failed for %s", isns->i_addr); in isns_do_deregister()
1640 log_warn("socket(2) failed for %s", in portal_init_socket()
1648 log_warn("setsockopt(SO_RCVBUF) failed for %s", in portal_init_socket()
[all …]
/freebsd/usr.sbin/iscsid/
H A Discsid.c305 log_warn("setsockopt(SO_RCVBUF) failed"); in connection_new()
309 log_warn("setsockopt(SO_SNDBUF) failed"); in connection_new()
313 log_warn("setsockopt(SO_NO_DDP) failed"); in connection_new()
320 log_warn("setsockopt(IP_TOS) " in connection_new()
328 log_warn("setsockopt(IPV6_TCLASS) " in connection_new()
339 log_warn("setsockopt(IP_VLAN_PCP) " in connection_new()
347 log_warn("setsockopt(IPV6_VLAN_PCP) " in connection_new()
752 log_warn("cannot daemonize"); in main()
H A Ddiscovery.c98 log_warn("failed to add %s: ISCSISADD", target); in kernel_add()
111 log_warn("ISCSISREMOVE"); in kernel_remove()
/freebsd/usr.sbin/ypldap/
H A Dlog.c30 void log_warn(const char *, ...);
86 log_warn(const char *emsg, ...) in log_warn() function
H A Dparse.y663 log_warn("cannot stat %s", fname); in check_file_secrecy()
683 log_warn("malloc"); in pushfile()
687 log_warn("malloc"); in pushfile()
692 log_warn("%s", nfile->name); in pushfile()
H A Dypldap.h185 void log_warn(const char *, ...);
/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_tabs.c281 kcf_mech_entry_t **mep, boolean_t log_warn) in kcf_get_sw_prov() argument
293 if (log_warn) in kcf_get_sw_prov()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c194 log_warn("systemd is not running"); in systemd_get_activated()
204 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_PID"); in systemd_get_activated()
209 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_FDS"); in systemd_get_activated()
215 log_warn("systemd: did not return socket, check unit configuration"); in systemd_get_activated()
335 log_warn("setsockopt(.. SO_REUSEPORT_LB ..) failed: %s", in create_udp_sock()
353 log_warn("setsockopt(.. SO_REUSEPORT ..) failed: %s", in create_udp_sock()
367 log_warn("setsockopt(.. IP_TRANSPARENT ..) failed: %s", in create_udp_sock()
375 log_warn("setsockopt(.. IP%s_BINDANY ..) failed: %s", in create_udp_sock()
382 log_warn("setsockopt(.. SO_BINDANY ..) failed: %s", in create_udp_sock()
391 log_warn("setsockopt(.. IP_FREEBIND ..) failed: %s", in create_udp_sock()
[all …]
H A Dview.c134 log_warn("duplicate view: %s", name); in views_enter_view_name()
/freebsd/usr.sbin/autofs/
H A Dautounmountd.c167 log_warn("cannot unmount %s (%s)", in unmount_by_fsid()
314 log_warn("cannot daemonize"); in main_autounmountd()
H A Dcommon.c151 log_warn("cannot create %s", partial); in create_directory()
1185 log_warn("chdir"); in lesser_daemon()
1189 log_warn("cannot open %s", _PATH_DEVNULL); in lesser_daemon()
1195 log_warn("dup2"); in lesser_daemon()
1200 log_warn("close"); in lesser_daemon()
H A Dautomountd.c83 log_warn("AUTOFSDONE"); in done()
507 log_warn("cannot daemonize"); in main_automountd()
H A Dcommon.h67 void log_warn(const char *, ...) __printf0like(1, 2);
H A Dlog.c170 log_warn(const char *fmt, ...) in log_warn() function
H A Dautomount.c79 log_warn("cannot unmount %s", sb->f_mntonname); in unmount_by_statfs()
/freebsd/contrib/unbound/util/
H A Dlog.h169 void log_warn(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
H A Dlocks.c140 log_warn("process %d abnormal exit with status %d", in ub_thr_fork_wait()
/freebsd/lib/libiscsiutil/
H A Dlibiscsiutil.h169 void log_warn(const char *, ...) __printflike(1, 2);
H A Dlog.c180 log_warn(const char *fmt, ...) in log_warn() function
/freebsd/contrib/unbound/iterator/
H A Diter_hints.c399 log_warn("root hints %s:%d skipping type %s", in read_root_hints()
405 log_warn("root hints %s: no NS content", fname); in read_root_hints()
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c95 log_warn("shm-enable is yes but statistics-interval is 0"); in shm_main_init()

12