| /freebsd-10-stable/sys/netgraph/bluetooth/include/ |
| D | ng_l2cap.h | 172 u_int16_t psm; /* Protocol/Service Multiplexor */ member 209 u_int16_t psm; /* Protocol/Service Multiplexor (PSM) */ member 341 u_int16_t psm; /* Protocol/Service Multiplexor */ member 358 u_int16_t psm; /* Procotol/Service Multiplexor */ member 466 u_int16_t psm; /* Protocol/Service Multiplexor */ member 561 u_int16_t psm; /* Protocol/Service Multiplexor */ member 653 u_int16_t psm; /* PSM */ member
|
| D | ng_btsocket_l2cap.h | 133 u_int16_t psm; /* PSM */ member
|
| /freebsd-10-stable/sys/netgraph/bluetooth/socket/ |
| D | ng_btsocket_l2cap.c | 428 pcb->psm, op->lcid, op->result, op->status, in ng_btsocket_l2cap_process_l2ca_con_req_rsp() 524 pcb->psm, pcb->cid, op->result, pcb->state); in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp() 583 ip->psm, ip->lcid, ip->ident); in ng_btsocket_l2cap_process_l2ca_con_ind() 587 pcb = ng_btsocket_l2cap_pcb_by_addr(&rt->src, ip->psm); in ng_btsocket_l2cap_process_l2ca_con_ind() 630 pcb1->psm = ip->psm; in ng_btsocket_l2cap_process_l2ca_con_ind() 717 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_req_rsp() 824 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_rsp_rsp() 918 pcb->psm, pcb->cid, pcb->state, pcb->cfg_state); in ng_btsocket_l2cap_process_l2ca_cfg_ind() 1009 pcb->psm, pcb->cid, op->result, pcb->state); in ng_btsocket_l2cap_process_l2ca_discon_rsp() 1065 pcb->psm, pcb->cid, pcb->state); in ng_btsocket_l2cap_process_l2ca_discon_ind() [all …]
|
| /freebsd-10-stable/sys/netgraph/bluetooth/l2cap/ |
| D | ng_l2cap_ulpi.c | 106 ch = ng_l2cap_new_chan(l2cap, con, ip->psm); in ng_l2cap_l2ca_con_req() 129 _ng_l2cap_con_req(cmd->aux, cmd->ident, ch->psm, ch->scid); in ng_l2cap_l2ca_con_req() 164 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp() 321 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_rsp_rsp() 361 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_con_ind() 376 ip->psm = ch->psm; in ng_l2cap_l2ca_con_ind() 509 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_rsp() 668 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_rsp_rsp() 721 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_cfg_ind() 851 __func__, NG_NODE_NAME(l2cap->node), ch->psm); in ng_l2cap_l2ca_write_rsp() [all …]
|
| D | ng_l2cap_misc.c | 328 ng_l2cap_new_chan(ng_l2cap_p l2cap, ng_l2cap_con_p con, u_int16_t psm) in ng_l2cap_new_chan() argument 341 ch->psm = psm; in ng_l2cap_new_chan()
|
| D | ng_l2cap_cmds.c | 197 mtod(m, ng_l2cap_clt_hdr_t *)->psm = in ng_l2cap_con_wakeup() 198 htole16(cmd->ch->psm); in ng_l2cap_con_wakeup()
|
| D | ng_l2cap_var.h | 147 u_int16_t psm; /* channel PSM */ member
|
| D | ng_l2cap_evnt.c | 354 u_int16_t dcid, psm; in ng_l2cap_process_con_req() local 362 psm = le16toh(cp->psm); in ng_l2cap_process_con_req() 373 ch = ng_l2cap_new_chan(l2cap, con, psm); in ng_l2cap_process_con_req()
|
| /freebsd-10-stable/usr.sbin/bluetooth/sdpd/ |
| D | gn.c | 107 buf, eob, (uint8_t const *) &gn->psm, in gn_profile_create_protocol_descriptor_list() 108 sizeof(gn->psm))); in gn_profile_create_protocol_descriptor_list() 141 return ((gn->psm == 0)? 0 : 1); in gn_profile_data_valid()
|
| D | panu.c | 107 buf, eob, (uint8_t const *) &panu->psm, in panu_profile_create_protocol_descriptor_list() 108 sizeof(panu->psm))); in panu_profile_create_protocol_descriptor_list() 116 return ((panu->psm == 0)? 0 : 1); in panu_profile_data_valid()
|
| D | nap.c | 106 buf, eob, (uint8_t const *) &nap->psm, in nap_profile_create_protocol_descriptor_list() 107 sizeof(nap->psm))); in nap_profile_create_protocol_descriptor_list() 174 return ((nap->psm == 0)? 0 : 1); in nap_profile_data_valid()
|
| D | profile.c | 444 uint16_t i, psm, version = 0x0100, in bnep_profile_create_protocol_descriptor_list() local 452 memcpy(&psm, data, sizeof(psm)); in bnep_profile_create_protocol_descriptor_list() 462 SDP_PUT16(psm, buf); in bnep_profile_create_protocol_descriptor_list()
|
| D | audio_sink.c | 75 SDP_PUT16(audio_sink->psm, buf); in audio_sink_profile_create_protocol_descriptor_list()
|
| D | audio_source.c | 75 SDP_PUT16(audio_source->psm, buf); in audio_source_profile_create_protocol_descriptor_list()
|
| /freebsd-10-stable/sys/ia64/conf/ |
| D | NOTES | 46 device psm 47 hint.psm.0.at="atkbdc" 48 hint.psm.0.irq="12" 50 # Options for psm:
|
| /freebsd-10-stable/usr.sbin/bluetooth/bthidd/ |
| D | client.c | 48 static int32_t client_socket(bdaddr_p bdaddr, uint16_t psm); 215 client_socket(bdaddr_p bdaddr, uint16_t psm) in client_socket() argument 246 l2addr.l2cap_psm = htole16(psm); in client_socket()
|
| /freebsd-10-stable/sys/amd64/conf/ |
| D | GENERIC.hints | 14 hint.psm.0.at="atkbdc" 15 hint.psm.0.irq="12"
|
| /freebsd-10-stable/release/picobsd/bridge/ |
| D | PICOBSD.hints | 18 hint.psm.0.at="atkbdc" 19 hint.psm.0.irq="12"
|
| /freebsd-10-stable/release/picobsd/qemu/ |
| D | PICOBSD.hints | 18 hint.psm.0.at="atkbdc" 19 hint.psm.0.irq="12"
|
| /freebsd-10-stable/sys/i386/conf/ |
| D | GENERIC.hints | 20 hint.psm.0.at="atkbdc" 21 hint.psm.0.irq="12"
|
| /freebsd-10-stable/lib/libsdp/ |
| D | sdp.h | 588 uint16_t psm; member 597 uint16_t psm; member 672 uint16_t psm; /* HBO */ member 684 uint16_t psm; /* HBO */ member 695 uint16_t psm; /* HBO */ member
|
| /freebsd-10-stable/usr.sbin/bluetooth/btpand/ |
| D | btpand.h | 51 #define L2CAP_PSM_INVALID(psm) (((psm) & 0x0101) != 0x0001) argument
|
| /freebsd-10-stable/usr.sbin/bluetooth/bthidcontrol/ |
| D | sdp.c | 184 int32_t type, len, uuid, psm; in hid_sdp_parse_protocol_descriptor_list() local 275 SDP_GET16(psm, ptr); in hid_sdp_parse_protocol_descriptor_list() 277 return (psm); in hid_sdp_parse_protocol_descriptor_list()
|
| /freebsd-10-stable/sys/sparc64/conf/ |
| D | NOTES | 55 device psm 57 # Options for psm:
|
| /freebsd-10-stable/sys/conf/ |
| D | files.ia64 | 50 dev/atkbdc/psm.c optional psm atkbdc
|