Searched refs:log_warn (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-current/contrib/unbound/daemon/
H A Dunbound.c219 log_warn("the ulimit(max memory size) is smaller than the expected memory usage (added size of caches). %u < %u bytes", (unsigned)rlim.rlim_cur, (unsigned)memsize_expect);
226 log_warn("the ulimit(data seg size) is smaller than the expected memory usage (added size of caches). %u < %u bytes", (unsigned)rlim.rlim_cur, (unsigned)memsize_expect);
232 log_warn("too many file descriptors requested. The builtin"
240 log_warn("continuing with less udp ports: %u",
254 log_warn("continuing with less udp ports: %u",
260 log_warn("getrlimit: %s", strerror(errno));
271 log_warn("setrlimit: %s", strerror(errno));
273 log_warn("cannot increase max open fds from %u to %u",
282 log_warn("continuing with less udp ports: %u",
284 log_warn("increas
[all...]
H A Dcachedump.c342 log_warn("error cannot parse rr: %s: %s",
349 log_warn("error expected rrsig but got %s",
361 log_warn("error out of memory");
372 log_warn("error out of memory");
393 log_warn("error out of memory");
401 log_warn("error out of memory");
411 log_warn("error out of memory");
458 log_warn("error out of memory");
463 log_warn("error expected ';rrset' but got %s", s);
473 log_warn("erro
[all...]
/freebsd-current/usr.sbin/ypldap/
H A Dlog.c30 void log_warn(const char *, ...);
86 log_warn(const char *emsg, ...) function
H A Dypldap.h185 void log_warn(const char *, ...);
H A Dparse.y663 log_warn("cannot stat %s", fname);
683 log_warn("malloc");
687 log_warn("malloc");
692 log_warn("%s", nfile->name);
/freebsd-current/usr.sbin/ctld/
H A Dkernel.c102 log_warn("couldn't load cfiscsi");
453 log_warn("error issuing CTL_LUN_LIST ioctl");
502 log_warn("error issuing CTL_PORT_LIST ioctl");
735 log_warn("error allocating nvlist");
744 log_warn("error packing nvlist");
753 log_warn("error issuing CTL_LUN_REQ ioctl");
818 log_warn("error allocating nvlist");
827 log_warn("error packing nvlist");
836 log_warn("error issuing CTL_LUN_REQ ioctl");
871 log_warn("erro
[all...]
H A Dctld.c796 log_warn("socket(2) failed for %s", isns->i_addr);
800 log_warn("connect(2) failed for %s", isns->i_addr);
850 log_warn("send(2) failed for %s", isns->i_addr);
855 log_warn("receive(2) failed for %s", isns->i_addr);
883 log_warn("send(2) failed for %s", isns->i_addr);
888 log_warn("receive(2) failed for %s", isns->i_addr);
915 log_warn("send(2) failed for %s", isns->i_addr);
920 log_warn("receive(2) failed for %s", isns->i_addr);
2202 log_warn("socket(2) failed for %s",
2210 log_warn("setsockop
[all...]
/freebsd-current/contrib/unbound/util/
H A Dlog.h163 void log_warn(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
H A Dlocks.c140 log_warn("process %d abnormal exit with status %d",
H A Dlog.c324 * implementation of log_warn
328 log_warn(const char *format, ...) function
/freebsd-current/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_tabs.c281 kcf_mech_entry_t **mep, boolean_t log_warn)
293 if (log_warn)
280 kcf_get_sw_prov(crypto_mech_type_t mech_type, kcf_provider_desc_t **pd, kcf_mech_entry_t **mep, boolean_t log_warn) argument
/freebsd-current/usr.sbin/iscsid/
H A Ddiscovery.c98 log_warn("failed to add %s: ISCSISADD", target);
111 log_warn("ISCSISREMOVE");
H A Discsid.c305 log_warn("setsockopt(SO_RCVBUF) failed");
309 log_warn("setsockopt(SO_SNDBUF) failed");
313 log_warn("setsockopt(SO_NO_DDP) failed");
320 log_warn("setsockopt(IP_TOS) "
328 log_warn("setsockopt(IPV6_TCLASS) "
339 log_warn("setsockopt(IP_VLAN_PCP) "
347 log_warn("setsockopt(IPV6_VLAN_PCP) "
752 log_warn("cannot daemonize");
/freebsd-current/usr.sbin/autofs/
H A Dcommon.h67 void log_warn(const char *, ...) __printf0like(1, 2);
H A Dautounmountd.c167 log_warn("cannot unmount %s (%s)",
314 log_warn("cannot daemonize");
H A Dlog.c170 log_warn(const char *fmt, ...) function
H A Dautomountd.c83 log_warn("AUTOFSDONE");
507 log_warn("cannot daemonize");
H A Dcommon.c151 log_warn("cannot create %s", partial);
1185 log_warn("chdir");
1189 log_warn("cannot open %s", _PATH_DEVNULL);
1195 log_warn("dup2");
1200 log_warn("close");
H A Dautomount.c79 log_warn("cannot unmount %s", sb->f_mntonname);
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.c168 log_warn("systemd is not running");
178 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_PID");
183 log_warn("Systemd mandatory ENV variable is not defined: LISTEN_FDS");
189 log_warn("systemd: did not return socket, check unit configuration");
309 log_warn("setsockopt(.. SO_REUSEPORT_LB ..) failed: %s",
327 log_warn("setsockopt(.. SO_REUSEPORT ..) failed: %s",
341 log_warn("setsockopt(.. IP_TRANSPARENT ..) failed: %s",
349 log_warn("setsockopt(.. IP%s_BINDANY ..) failed: %s",
356 log_warn("setsockopt(.. SO_BINDANY ..) failed: %s",
365 log_warn("setsockop
[all...]
H A Dview.c134 log_warn("duplicate view: %s", name);
/freebsd-current/lib/libiscsiutil/
H A Dlibiscsiutil.h164 void log_warn(const char *, ...) __printflike(1, 2);
H A Dlog.c168 log_warn(const char *fmt, ...) function
/freebsd-current/contrib/unbound/util/shm_side/
H A Dshm_main.c95 log_warn("shm-enable is yes but statistics-interval is 0");
/freebsd-current/contrib/unbound/iterator/
H A Diter_hints.c399 log_warn("root hints %s:%d skipping type %s",
405 log_warn("root hints %s: no NS content", fname);

Completed in 308 milliseconds

12