Symbol: log_crit
usr.sbin/sdpd/main.c
106
log_crit("Could not become daemon. %s (%d)",
usr.sbin/sdpd/main.c
119
log_crit("Could not install signal handlers. %s (%d)",
usr.sbin/sdpd/main.c
127
log_crit("Could not install signal handlers. %s (%d)",
usr.sbin/sdpd/sdpd.h
139
void log_crit(char const *, ...) __printflike(1, 2);
usr.sbin/sdpd/server.c
108
log_crit("Failed to allocate fd index");
usr.sbin/sdpd/server.c
115
log_crit("Malloc cmsg buffer (len=%zu) failed.", srv->ctllen);
usr.sbin/sdpd/server.c
122
log_crit("Malloc input buffer (imtu=%d) failed.", srv->imtu);
usr.sbin/sdpd/server.c
129
log_crit("Malloc output buffer (omtu=%d) failed.", srv->omtu);
usr.sbin/sdpd/server.c
153
log_crit("Could not unlink(%s). %s (%d)",
usr.sbin/sdpd/server.c
161
log_crit("Could not create control socket. %s (%d)",
usr.sbin/sdpd/server.c
169
log_crit("Warning: No credential checks on control socket");
usr.sbin/sdpd/server.c
177
log_crit("Could not bind control socket. %s (%d)",
usr.sbin/sdpd/server.c
185
log_crit("Could not set permissions on control socket. %s (%d)",
usr.sbin/sdpd/server.c
193
log_crit("Could not listen on control socket. %s (%d)",
usr.sbin/sdpd/server.c
223
log_crit("Could not create L2CAP socket. %s (%d)",
usr.sbin/sdpd/server.c
231
log_crit("Could not set L2CAP Incoming MTU. %s (%d)",
usr.sbin/sdpd/server.c
245
log_crit("Could not bind L2CAP socket. %s (%d)",
usr.sbin/sdpd/server.c
253
log_crit("Could not listen on L2CAP socket. %s (%d)",
usr.sbin/sdpd/server.c
366
log_crit("File descriptor too large");