Home
last modified time | relevance | path

Searched refs:service_type (Results 1 – 13 of 13) sorted by relevance

/netbsd/usr.sbin/btpand/
H A Dclient.c54 if (service_type) in client_init()
187 log_err("%s: %m", service_type); in client_query()
192 service_type, bt_ntoa(&remote_bdaddr, NULL)); in client_query()
221 log_err("%s: %m", service_type); in client_query()
251 log_err("%s query failed", service_type); in client_query()
256 log_info("Found PSM %u for service %s", l2cap_psm, service_type); in client_query()
H A Dbtpand.c50 const char * service_type; /* -s <service> */ variable
164 service_type = services[ul].type; in main()
186 control_path != 0 || (service_type != NULL && l2cap_psm != 0))) in main()
H A Dserver.c274 if (service_type == NULL) in server_update()
295 log_err("%s: %m", service_type); in server_update()
H A Dbtpand.h138 extern const char * service_type;
/netbsd/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_edit.c319 char *service_type; in pcf_edit_master() local
450 || (service_type = mystrtok(&cp, PCF_MASTER_BLANKS)) == 0) in pcf_edit_master()
457 if (service_type[strcspn(service_type, "=/")] != 0) in pcf_edit_master()
460 path, lineno, service_type, edit_opts); in pcf_edit_master()
468 service_type)) { in pcf_edit_master()
/netbsd/usr.sbin/inetd/
H A Dinetd.h99 typedef enum service_type { enum
104 } service_type; typedef
178 service_type se_type; /* type */
H A Dparse.c184 SWAP(service_type, cp->se_type, sep->se_type); in config()
/netbsd/usr.sbin/bta2dpd/bta2dpd/
H A Dbta2dpd.c245 static const char* service_type = "A2DP"; variable
1095 service_type); in client_query()
1099 service_type, bt_ntoa(&info.raddr, NULL)); in client_query()
1129 service_type); in client_query()
1159 log_err(EXIT_FAILURE, "%s query failed", service_type); in client_query()
1163 log_info("Found PSM %u for service %s", l2cap_psm, service_type); in client_query()
/netbsd/sys/netbt/
H A Dl2cap_signal.c543 switch (val.qos.service_type) { in l2cap_recv_config_req()
550 chan->lc_iqos.service_type = L2CAP_QOS_NO_TRAFFIC; in l2cap_recv_config_req()
763 switch (val.qos.service_type) { in l2cap_recv_config_rsp()
1228 qos->service_type = src->service_type; in l2cap_qos_btoh()
1245 dst->service_type = qos->service_type; in l2cap_qos_htob()
H A Dl2cap.h185 uint8_t service_type; /* service type */ member
H A Dhci.h904 uint8_t service_type; /* service type */ member
978 uint8_t service_type; member
1986 uint8_t service_type; /* service type */ member
/netbsd/sys/dev/pci/qat/
H A Dqat_hw17reg.h378 uint8_t service_type; member
581 fw_comn_req_hdr_t.service_type
591 fw_comn_req_hdr_t.service_type = val
H A Dqat_hw17.c411 req_hdr->service_type = FW_COMN_REQ_CPM_FW_LA; in qat_hw17_init_comn_req_hdr()