| /src/contrib/unbound/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 | 465 log_warn("error cannot parse rr: %s: %s", in load_rr() 472 log_warn("error expected rrsig but got %s", in load_rr() 484 log_warn("error out of memory"); in load_rr() 495 log_warn("error out of memory"); in load_rr() 516 log_warn("error out of memory"); in move_into_cache() 524 log_warn("error out of memory"); in move_into_cache() 534 log_warn("error out of memory"); in move_into_cache() 581 log_warn("error out of memory"); in load_rrset() 586 log_warn("error expected ';rrset' but got %s", s); in load_rrset() 596 log_warn("error bad rrset spec %s", s); in load_rrset() [all …]
|
| H A D | daemon.c | 568 log_warn("cannot reduce num-threads to %d because so-reuseport " in daemon_create_workers() 830 log_warn("SHM has failed"); in daemon_fork() 1049 log_warn("cannot reuse caches due to critical config change"); in daemon_apply_cfg()
|
| /src/usr.sbin/ctld/ |
| H A D | kernel.cc | 100 log_warn("couldn't load cfiscsi"); in kernel_init() 370 log_warn("error issuing CTL_LUN_LIST ioctl"); in parse_kernel_config() 409 log_warn("error issuing CTL_PORT_LIST ioctl"); in parse_kernel_config() 654 log_warn("error packing nvlist"); in kernel_add() 662 log_warn("error issuing CTL_LUN_REQ ioctl"); in kernel_add() 702 log_warn("error packing nvlist"); in kernel_modify() 710 log_warn("error issuing CTL_LUN_REQ ioctl"); in kernel_modify() 745 log_warn("error issuing CTL_LUN_REQ ioctl"); in kernel_remove() 779 log_warn("error packing nvlist"); in ctl_create_port() 789 log_warn("error issuing CTL_PORT_REQ ioctl"); in ctl_create_port() [all …]
|
| H A D | ctld.cc | 882 log_warn("socket(2) failed for %s", addr()); in connect() 886 log_warn("connect(2) failed for %s", addr()); in connect() 896 log_warn("send(2) failed for %s", addr()); in send_request() 900 log_warn("receive(2) failed for %s", addr()); in send_request() 1871 log_warn("socket(2) failed for %s", listen()); in init_socket() 1877 log_warn("setsockopt(SO_NO_DDP) failed for %s", listen()); in init_socket() 1881 log_warn("setsockopt(SO_REUSEADDR) failed for %s", listen()); in init_socket() 1892 log_warn("setsockopt(IP_TOS) failed for %s", in init_socket() 1898 log_warn("setsockopt(IPV6_TCLASS) failed for %s", in init_socket() 1909 log_warn("setsockopt(IP_VLAN_PCP) failed for %s", in init_socket() [all …]
|
| H A D | nvmf.cc | 185 log_warn("Failed to create NVMe controller association"); in prepare() 313 log_warn("couldn't load nvmft"); in load_kernel_modules() 317 log_warn("couldn't load nvmf_tcp"); in load_kernel_modules() 459 log_warn("ioctl(CTL_NVMF/CTL_NVMF_HANDOFF)"); in handle_connection()
|
| H A D | iscsi.cc | 249 log_warn("couldn't load cfiscsi"); in load_kernel_module() 295 log_warn("setsockopt(SO_RCVBUF) failed for %s", listen()); in init_socket_options() 301 log_warn("setsockopt(SO_SNDBUF) failed for %s", listen()); in init_socket_options()
|
| H A D | nvmf_discovery.cc | 158 log_warn("Failed getsockname building discovery log entry"); in init_discovery_log_entry() 210 log_warn("build_discovery_log_page: getsockname"); in build_discovery_log_page()
|
| /src/usr.sbin/iscsid/ |
| H A D | iscsid.c | 305 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 D | discovery.c | 98 log_warn("failed to add %s: ISCSISADD", target); in kernel_add() 111 log_warn("ISCSISREMOVE"); in kernel_remove()
|
| /src/usr.sbin/ypldap/ |
| H A D | log.c | 30 void log_warn(const char *, ...); 86 log_warn(const char *emsg, ...) in log_warn() function
|
| H A D | parse.y | 663 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 D | ypldap.h | 185 void log_warn(const char *, ...);
|
| /src/sys/contrib/openzfs/module/icp/core/ |
| H A D | kcf_prov_tabs.c | 282 kcf_mech_entry_t **mep, boolean_t log_warn) in kcf_get_sw_prov() argument 294 if (log_warn) in kcf_get_sw_prov()
|
| /src/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 197 log_warn("systemd is not running"); in systemd_get_activated() 207 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_PID"); in systemd_get_activated() 212 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_FDS"); in systemd_get_activated() 218 log_warn("systemd: did not return socket, check unit configuration"); in systemd_get_activated() 338 log_warn("setsockopt(.. SO_REUSEPORT_LB ..) failed: %s", in create_udp_sock() 356 log_warn("setsockopt(.. SO_REUSEPORT ..) failed: %s", in create_udp_sock() 370 log_warn("setsockopt(.. IP_TRANSPARENT ..) failed: %s", in create_udp_sock() 378 log_warn("setsockopt(.. IP%s_BINDANY ..) failed: %s", in create_udp_sock() 385 log_warn("setsockopt(.. SO_BINDANY ..) failed: %s", in create_udp_sock() 394 log_warn("setsockopt(.. IP_FREEBIND ..) failed: %s", in create_udp_sock() [all …]
|
| /src/usr.sbin/autofs/ |
| H A D | autounmountd.c | 167 log_warn("cannot unmount %s (%s)", in unmount_by_fsid() 314 log_warn("cannot daemonize"); in main_autounmountd()
|
| H A D | common.c | 151 log_warn("cannot create %s", partial); in create_directory() 1186 log_warn("chdir"); in lesser_daemon() 1190 log_warn("cannot open %s", _PATH_DEVNULL); in lesser_daemon() 1196 log_warn("dup2"); in lesser_daemon() 1201 log_warn("close"); in lesser_daemon()
|
| H A D | automountd.c | 83 log_warn("AUTOFSDONE"); in done() 507 log_warn("cannot daemonize"); in main_automountd()
|
| H A D | common.h | 67 void log_warn(const char *, ...) __printf0like(1, 2);
|
| H A D | log.c | 170 log_warn(const char *fmt, ...) in log_warn() function
|
| /src/contrib/unbound/util/ |
| H A D | log.h | 169 void log_warn(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
|
| H A D | locks.c | 140 log_warn("process %d abnormal exit with status %d", in ub_thr_fork_wait()
|
| /src/lib/libiscsiutil/ |
| H A D | libiscsiutil.h | 171 void log_warn(const char *, ...) __printflike(1, 2);
|
| H A D | log.c | 180 log_warn(const char *fmt, ...) in log_warn() function
|
| /src/contrib/unbound/winrc/ |
| H A D | win_svc.c | 330 log_warn("could not open config file, using defaults"); in service_init() 346 log_warn("could not change directory - continuing"); in service_init()
|