Symbol: service_type
sys/dev/pci/qat/qat_hw17.c
411
req_hdr->service_type = FW_COMN_REQ_CPM_FW_LA;
sys/dev/pci/qat/qat_hw17reg.h
378
uint8_t service_type;
sys/dev/pci/qat/qat_hw17reg.h
581
fw_comn_req_hdr_t.service_type
sys/dev/pci/qat/qat_hw17reg.h
591
fw_comn_req_hdr_t.service_type = val
sys/netbt/hci.h
1986
uint8_t service_type; /* service type */
sys/netbt/hci.h
904
uint8_t service_type; /* service type */
sys/netbt/hci.h
978
uint8_t service_type;
sys/netbt/l2cap.h
185
uint8_t service_type; /* service type */
sys/netbt/l2cap_signal.c
1228
qos->service_type = src->service_type;
sys/netbt/l2cap_signal.c
1245
dst->service_type = qos->service_type;
sys/netbt/l2cap_signal.c
543
switch (val.qos.service_type) {
sys/netbt/l2cap_signal.c
550
chan->lc_iqos.service_type = L2CAP_QOS_NO_TRAFFIC;
sys/netbt/l2cap_signal.c
763
switch (val.qos.service_type) {
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1095
service_type);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1099
service_type, bt_ntoa(&info.raddr, NULL));
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1129
service_type);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1159
log_err(EXIT_FAILURE, "%s query failed", service_type);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
1163
log_info("Found PSM %u for service %s", l2cap_psm, service_type);
usr.sbin/bta2dpd/bta2dpd/bta2dpd.c
245
static const char* service_type = "A2DP";
usr.sbin/btpand/btpand.c
167
service_type = services[ul].type;
usr.sbin/btpand/btpand.c
189
control_path != 0 || (service_type != NULL && l2cap_psm != 0)))
usr.sbin/btpand/btpand.c
50
const char * service_type; /* -s <service> */
usr.sbin/btpand/btpand.h
138
extern const char * service_type;
usr.sbin/btpand/client.c
187
log_err("%s: %m", service_type);
usr.sbin/btpand/client.c
192
service_type, bt_ntoa(&remote_bdaddr, NULL));
usr.sbin/btpand/client.c
221
log_err("%s: %m", service_type);
usr.sbin/btpand/client.c
251
log_err("%s query failed", service_type);
usr.sbin/btpand/client.c
256
log_info("Found PSM %u for service %s", l2cap_psm, service_type);
usr.sbin/btpand/client.c
54
if (service_type)
usr.sbin/btpand/server.c
274
if (service_type == NULL)
usr.sbin/btpand/server.c
295
log_err("%s: %m", service_type);
usr.sbin/inetd/inetd.h
178
service_type se_type; /* type */
usr.sbin/inetd/parse.c
184
SWAP(service_type, cp->se_type, sep->se_type);