Home
last modified time | relevance | path

Searched refs:log_crit (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dserver.c82 log_crit("Could not unlink(%s). %s (%d)", in server_init()
89 log_crit("Could not create control socket. %s (%d)", in server_init()
100 log_crit("Could not bind control socket. %s (%d)", in server_init()
114 log_crit("Could not listen on control socket. %s (%d)", in server_init()
123 log_crit("Could not create L2CAP socket. %s (%d)", in server_init()
131 log_crit("Could not get L2CAP IMTU. %s (%d)", in server_init()
145 log_crit("Could not bind L2CAP socket. %s (%d)", in server_init()
153 log_crit("Could not listen on L2CAP socket. %s (%d)", in server_init()
164 log_crit("Could not allocate request buffer"); in server_init()
173 log_crit("Could not allocate fd index"); in server_init()
[all …]
H A Dmain.c104 log_crit("Could not become daemon. %s (%d)", in main()
116 log_crit("Could not install signal handlers. %s (%d)", in main()
123 log_crit("Could not install signal handlers. %s (%d)", in main()
H A Dlog.h40 void log_crit (char const *message, ...);
H A Dlog.c70 log_crit(char const *message, ...) in log_crit() function