Symbol: ng_hci_cmd_pkt_t
lib/libbluetooth/hci.c
100
ng_hci_cmd_pkt_t h;
lib/libbluetooth/hci.c
180
ng_hci_cmd_pkt_t *h = (ng_hci_cmd_pkt_t *) buf;
sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h
134
sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE)
sys/netgraph/bluetooth/hci/ng_hci_cmds.c
361
if (mtod(m, ng_hci_cmd_pkt_t *)->opcode != opcode) {
sys/netgraph/bluetooth/hci/ng_hci_cmds.c
382
m_adj(*cp, sizeof(ng_hci_cmd_pkt_t));
sys/netgraph/bluetooth/hci/ng_hci_cmds.c
416
opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode);
sys/netgraph/bluetooth/hci/ng_hci_evnt.c
757
ng_hci_cmd_pkt_t hdr;
sys/netgraph/bluetooth/hci/ng_hci_main.c
1045
if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t)) {
sys/netgraph/bluetooth/hci/ng_hci_main.c
1054
NG_HCI_M_PULLUP(m, sizeof(ng_hci_cmd_pkt_t));
sys/netgraph/bluetooth/hci/ng_hci_main.c
1061
mtod(m, ng_hci_cmd_pkt_t *)->length + sizeof(ng_hci_cmd_pkt_t)) {
sys/netgraph/bluetooth/hci/ng_hci_main.c
1065
mtod(m, ng_hci_cmd_pkt_t *)->length);
sys/netgraph/bluetooth/hci/ng_hci_main.c
1071
if (mtod(m, ng_hci_cmd_pkt_t *)->opcode == 0) {
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
1153
ng_hci_cmd_pkt_t hdr;
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
125
ng_hci_cmd_pkt_t hdr;
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
325
ng_hci_cmd_pkt_t hdr;
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
489
ng_hci_cmd_pkt_t hdr;
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
667
ng_hci_cmd_pkt_t hdr;
sys/netgraph/bluetooth/hci/ng_hci_ulpi.c
901
ng_hci_cmd_pkt_t hdr;
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1583
if (m->m_pkthdr.len < sizeof(ng_hci_cmd_pkt_t) ||
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1584
m->m_pkthdr.len > sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE) {
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1589
if (m->m_len < sizeof(ng_hci_cmd_pkt_t)) {
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
1590
if ((m = m_pullup(m, sizeof(ng_hci_cmd_pkt_t))) == NULL) {
sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c
685
opcode = le16toh(mtod(m, ng_hci_cmd_pkt_t *)->opcode);
usr.sbin/bluetooth/hccontrol/host_controller_baseband.c
179
ng_hci_cmd_pkt_t hdr;
usr.sbin/bluetooth/hccontrol/send_recv.c
136
assert(size >= sizeof(ng_hci_cmd_pkt_t));
usr.sbin/bluetooth/hccontrol/send_recv.c
137
assert(size <= sizeof(ng_hci_cmd_pkt_t) + NG_HCI_CMD_PKT_SIZE);
usr.sbin/bluetooth/hccontrol/send_recv.c
50
ng_hci_cmd_pkt_t *c = (ng_hci_cmd_pkt_t *) buffer;
usr.sbin/bluetooth/hcsecd/hcsecd.c
270
ng_hci_cmd_pkt_t *cmd = NULL;
usr.sbin/bluetooth/hcsecd/hcsecd.c
274
cmd = (ng_hci_cmd_pkt_t *) buffer;
usr.sbin/bluetooth/hcsecd/hcsecd.c
329
ng_hci_cmd_pkt_t *cmd = NULL;
usr.sbin/bluetooth/hcsecd/hcsecd.c
333
cmd = (ng_hci_cmd_pkt_t *) buffer;