hci_scodata_hdr_t 1453 dev/usb/ubt.c want = sizeof(hci_scodata_hdr_t); hci_scodata_hdr_t 1455 dev/usb/ubt.c want += mtod(m, hci_scodata_hdr_t *)->length ; hci_scodata_hdr_t 1481 dev/usb/ubt.c want = sizeof(hci_scodata_hdr_t); hci_scodata_hdr_t 1502 dev/usb/ubt.c if (want == sizeof(hci_scodata_hdr_t)) hci_scodata_hdr_t 1503 dev/usb/ubt.c want += mtod(m, hci_scodata_hdr_t *)->length; hci_scodata_hdr_t 418 netbt/hci.h #define HCI_SCO_PKT_SIZE (sizeof(hci_scodata_hdr_t) + 0xff) hci_scodata_hdr_t 820 netbt/hci_link.c hci_scodata_hdr_t hdr; hci_scodata_hdr_t 279 netbt/sco_upper.c hci_scodata_hdr_t *hdr; hci_scodata_hdr_t 300 netbt/sco_upper.c M_PREPEND(m, sizeof(hci_scodata_hdr_t), M_DONTWAIT); hci_scodata_hdr_t 304 netbt/sco_upper.c hdr = mtod(m, hci_scodata_hdr_t *);