Searched refs:log_notice (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/bluetooth/sdpd/ |
H A D | main.c | 157 log_notice("Cannot set uid/gid. Not a superuser"); in drop_root() 215 log_notice("Got signal %d. Total number of signals received %d", in sighandler()
|
H A D | log.h | 43 void log_notice (char const *message, ...);
|
H A D | log.c | 100 log_notice(char const *message, ...) in log_notice() function
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | channel.c | 253 log_notice("Queue overflow"); in channel_dispatch() 268 log_notice("Queue overflow"); in channel_dispatch()
|
H A D | btpand.h | 181 #define log_notice(fmt, args...) syslog(LOG_NOTICE, fmt , ##args) macro
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_inform.c | 602 static void log_notice(osm_log_t * log, osm_log_level_t level, in log_notice() function 791 log_notice(p_log, OSM_LOG_INFO, p_ntc); in osm_report_notice()
|