Searched refs:log_crit (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bluetooth/sdpd/ |
H A D | server.c | 82 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() 107 log_crit("Could not change permissions on control socket. " \ 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() [all …]
|
H A D | main.c | 104 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 D | log.h | 40 void log_crit (char const *message, ...);
|
H A D | log.c | 70 log_crit(char const *message, ...) in log_crit() function
|