Home
last modified time | relevance | path

Searched refs:LOG_NOTICE (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/tools/libxo/tests/core/
H A Dtest_11.c84 xo_syslog(LOG_NOTICE | LOG_DAEMON, "animal-talk", in main()
101 xo_syslog(LOG_LOCAL4 | LOG_NOTICE, "ID47", in main()
/f-stack/freebsd/netgraph/
H A Dng_deflate.c260 log(LOG_NOTICE, in ng_deflate_rcvmsg()
269 log(LOG_NOTICE, in ng_deflate_rcvmsg()
340 log(LOG_NOTICE, "%s: error: %d\n", __func__, error); in ng_deflate_rcvdata()
346 log(LOG_NOTICE, "%s: error: %d\n", __func__, error); in ng_deflate_rcvdata()
469 log(LOG_NOTICE, "ng_deflate: compression error: %d (%s)\n", in ng_deflate_compress()
579 log(LOG_NOTICE, "ng_deflate: wrong sequence: %u " in ng_deflate_decompress()
604 log(LOG_NOTICE, "%s: decompression error: %d (%s)\n", in ng_deflate_decompress()
685 log(LOG_NOTICE, "%s: inflate error: %d (%s)\n", in ng_deflate_decompress()
H A Dng_pred1.c316 log(LOG_NOTICE, "%s: error: %d\n", __func__, error); in ng_pred1_rcvdata()
323 log(LOG_NOTICE, "%s: error: %d\n", __func__, error); in ng_pred1_rcvdata()
511 log(LOG_NOTICE, "ng_pred1: Comp length error (%d) " in ng_pred1_decompress()
530 log(LOG_NOTICE, "ng_pred1: Pred1: Bad CRC-16\n"); in ng_pred1_decompress()
549 log(LOG_NOTICE, "ng_pred1: Uncomp length error (%d) " in ng_pred1_decompress()
H A Dng_pppoe.c413 log(LOG_NOTICE, "ng_pppoe: tags too long\n"); in make_packet()
857 log(LOG_NOTICE, "ng_pppoe[%x]: session is not " in ng_pppoe_rcvmsg()
1040 log(LOG_NOTICE, "ng_pppoe[%x]: session not " in ng_pppoe_rcvmsg()
1142 log(LOG_NOTICE, "ng_pppoe[%x]: session out of " in ng_pppoe_rcvmsg()
1187 log(LOG_NOTICE, "ng_pppoe[%x]: session out of " in ng_pppoe_rcvmsg()
1589 log(LOG_NOTICE, "ng_pppoe[%x]: couldn't " in ng_pppoe_rcvdata_ether()
1609 log(LOG_NOTICE, "ng_pppoe[%x]: " in ng_pppoe_rcvdata_ether()
1634 log(LOG_NOTICE, "ng_pppoe[%x]: packet " in ng_pppoe_rcvdata_ether()
1682 log(LOG_NOTICE, "ng_pppoe[%x]: no host " in ng_pppoe_rcvdata_ether()
1689 log(LOG_NOTICE, "ng_pppoe[%x]: no " in ng_pppoe_rcvdata_ether()
[all …]
/f-stack/freebsd/kern/
H A Dkern_acct.c308 log(LOG_NOTICE, "Unable to start accounting thread\n"); in sys_acct()
315 log(LOG_NOTICE, "Accounting enabled\n"); in sys_acct()
337 log(LOG_NOTICE, "Accounting disabled\n"); in acct_disable()
535 log(LOG_NOTICE, in encode_long()
601 log(LOG_NOTICE, "Accounting resumed\n"); in acctwatch()
607 log(LOG_NOTICE, "Accounting suspended\n"); in acctwatch()
H A Dkern_ktrace.c1275 log(LOG_NOTICE, "ktrace write failed, errno %d, tracing stopped\n", in ktr_writerequest()
H A Dsubr_witness.c2288 vlog(LOG_NOTICE, fmt, ap); in witness_voutput()
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed.c220 zed_log_stderr_open(LOG_NOTICE); in main()
256 zed_log_msg(LOG_NOTICE, in main()
296 zed_log_msg(LOG_NOTICE, "Exiting"); in main()
H A Dzed_conf.c396 zed_log_msg(LOG_NOTICE, in zed_conf_scan_dir()
408 zed_log_msg(LOG_NOTICE, in zed_conf_scan_dir()
414 zed_log_msg(LOG_NOTICE, in zed_conf_scan_dir()
H A Dzed_event.c170 zed_log_msg(LOG_NOTICE, "Processing events since eid=%llu", eid); in zed_event_seek()
/f-stack/freebsd/sys/
H A Dsyslog.h56 #define LOG_NOTICE 5 /* normal but significant condition */ macro
83 { "notice", LOG_NOTICE, },
/f-stack/freebsd/netinet/
H A Dif_ether.c690 ARP_LOG(LOG_NOTICE, "packet with short header received on %s\n", in arpintr()
700 ARP_LOG(LOG_NOTICE, "short packet received on %s\n", in arpintr()
731 ARP_LOG(LOG_NOTICE, in arpintr()
739 ARP_LOG(LOG_NOTICE, in arpintr()
838 ARP_LOG(LOG_NOTICE, "requested protocol length != %zu\n", in in_arpinput()
844 ARP_LOG(LOG_NOTICE, "%*D is multicast\n", in in_arpinput()
937 ARP_LOG(LOG_NOTICE, "link address is broadcast for IP address " in in_arpinput()
H A Dip_icmp.c1134 log(LOG_NOTICE, "Limiting %s from %jd to %d packets/sec\n", in badport_bandlim()
/f-stack/freebsd/netinet6/
H A Dnd6_rtr.c301 log(LOG_NOTICE, "%s rcvd RA w/ IPv6-Only flag set but has IPv4 " in defrtr_ipv6_only_ifp()
1549 nd6log((LOG_NOTICE, "%s: nd6_prelist_add() failed for " in prelist_update()
1775 nd6log((LOG_NOTICE, "%s: failed to " in prelist_update()
2147 nd6log((LOG_NOTICE, in nd6_prefix_onlink()
2275 nd6log((LOG_NOTICE, "%s: failed to find a good random IFID\n", in in6_tmpifadd()
2298 nd6log((LOG_NOTICE, "%s: failed to find a unique random IFID\n", in in6_tmpifadd()
H A Din6_ifattach.c472 nd6log((LOG_NOTICE, "in6_ifattach_linklocal: failed to " in in6_ifattach_linklocal()
487 nd6log((LOG_NOTICE, "%s: %s: new link-local address " in in6_ifattach_linklocal()
H A Dscope6.c371 log(LOG_NOTICE, in sa6_recoverscope()
H A Din6.c331 log(LOG_NOTICE, in in6_control()
661 log(LOG_NOTICE, "in6_control: failed " in in6_control()
687 log(LOG_NOTICE, "SIOCAIFADDR_IN6: " in in6_control()
1414 nd6log((LOG_NOTICE, in in6_unlink_ifa()
H A Dnd6.c359 log(LOG_NOTICE, "nd6_setmtu0: " in nd6_setmtu0()
1138 log(LOG_NOTICE, "regen_tmpaddr: failed to create a new" in regen_tmpaddr()
/f-stack/freebsd/net/route/
H A Dfib_algo.c199 static int flm_debug_level = LOG_NOTICE;
1085 FD_PRINTF(LOG_NOTICE, fd, "switching algo to %s", flm_new->flm_name); in rebuild_fd()
1093 FD_PRINTF(LOG_NOTICE, fd, "table rebuild failed"); in rebuild_fd()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c378 FIB_PRINTF(LOG_NOTICE, fd, "table creation failed"); in init_table()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c421 log(LOG_SECURITY | LOG_NOTICE, in ipfw_log()
H A Dip_fw_sockopt.c1397 int lev = LOG_SECURITY | LOG_NOTICE; in clear_rules()
1660 int lev = LOG_SECURITY | LOG_NOTICE; in zero_entry()
/f-stack/freebsd/net/
H A Dif_bridge.c905 log(LOG_NOTICE, "%s: invalid MTU: %u(%s)" in bridge_ioctl()
3156 log(LOG_NOTICE, "%s: state changed to %s on %s\n", in bridge_state_change()
H A Dif.c3892 log(LOG_NOTICE, "%s: loop detected\n", if_name(ifp)); in if_tunnel_check_nesting()
3898 log(LOG_NOTICE, in if_tunnel_check_nesting()
/f-stack/app/redis-5.0.5/src/
H A Dserver.c344 const int syslogLevelMap[] = { LOG_DEBUG, LOG_INFO, LOG_NOTICE, LOG_WARNING }; in serverLogRaw()

12