Symbol: sdp_error
lib/libsdp/sdp.h
533
int32_t sdp_error (void *xs);
lib/virtual_oss/bt/bt.c
328
if (ss == NULL || sdp_error(ss) != 0) {
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c
82
if (sdp_error(ss) != 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c
83
rfcomm_channel_lookup_exit(sdp_error(ss));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c
86
rfcomm_channel_lookup_exit(sdp_error(ss));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
228
if (sdp_error(ss) != 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
230
strerror(sdp_error(ss)), sdp_error(ss));
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
239
strerror(sdp_error(ss)), sdp_error(ss));
usr.sbin/bluetooth/bthidcontrol/sdp.c
137
if (sdp_error(ss) != 0)
usr.sbin/bluetooth/bthidcontrol/sdp.c
138
hid_sdp_query_exit(sdp_error(ss));
usr.sbin/bluetooth/bthidcontrol/sdp.c
140
hid_sdp_query_exit(sdp_error(ss));
usr.sbin/bluetooth/bthidcontrol/sdp.c
179
hid_sdp_query_exit(sdp_error(ss));
usr.sbin/bluetooth/btpand/client.c
185
if (ss == NULL || (errno = sdp_error(ss)) != 0) {
usr.sbin/bluetooth/btpand/client.c
195
log_err("%s: %s", service_name, strerror(sdp_error(ss)));
usr.sbin/bluetooth/btpand/server.c
271
if (server_ss == NULL || sdp_error(server_ss) != 0) {
usr.sbin/bluetooth/btpand/server.c
290
errno = sdp_error(server_ss);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
245
if (sdp_error(ss) != 0) {
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
247
"%s (%d)", strerror(sdp_error(ss)),
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
248
sdp_error(ss));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
260
strerror(sdp_error(ss)), sdp_error(ss));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
283
"%s (%d)", strerror(sdp_error(ss)),
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
284
sdp_error(ss));
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
319
"%s (%d)", strerror(sdp_error(ss)),
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
320
sdp_error(ss));
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
147
if (sdp_error(xs) == 0)
usr.sbin/bluetooth/sdpcontrol/sdpcontrol.c
161
cmd, strerror(sdp_error(xs)));
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
101
strerror(sdp_error(r->sdp_session)));
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
87
if (r->sdp_session == NULL || sdp_error(r->sdp_session)) {