OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_scodata_hdr_t
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/netbt/
sco_upper.c
276
hci_scodata_hdr_t
*hdr;
297
M_PREPEND(m, sizeof(
hci_scodata_hdr_t
), M_DONTWAIT);
301
hdr = mtod(m,
hci_scodata_hdr_t
*);
hci_socket.c
855
KASSERT(m->m_len >= sizeof(
hci_scodata_hdr_t
));
856
arg1 = le16toh(mtod(m,
hci_scodata_hdr_t
*)->con_handle);
hci.h
457
} __packed
hci_scodata_hdr_t
;
typedef in typeref:struct:__anonf724d2110308 __packed
460
#define HCI_SCO_PKT_SIZE (sizeof(
hci_scodata_hdr_t
) + 0xff)
hci_link.c
836
hci_scodata_hdr_t
hdr;
/src/sys/dev/usb/
ubt.c
1758
want = sizeof(
hci_scodata_hdr_t
);
1760
want += mtod(m,
hci_scodata_hdr_t
*)->length ;
1786
want = sizeof(
hci_scodata_hdr_t
);
1804
if (want == sizeof(
hci_scodata_hdr_t
)) {
1806
mtod(m,
hci_scodata_hdr_t
*)->length;
/src/lib/libbluetooth/
bt_dev.c
297
if (sizeof(
hci_scodata_hdr_t
) > (size_t)n
298
|| sizeof(
hci_scodata_hdr_t
) + p[3] != (size_t)n)
/src/sys/dev/bluetooth/
btuart.c
408
sc->sc_want = sizeof(
hci_scodata_hdr_t
) - 1;
439
sc->sc_want = mtod(m,
hci_scodata_hdr_t
*)->length;
/src/sys/dev/pcmcia/
bt3c.c
360
sc->sc_want = sizeof(
hci_scodata_hdr_t
) - 1;
391
sc->sc_want = mtod(m,
hci_scodata_hdr_t
*)->length;
btbc.c
468
sc->sc_want = sizeof(
hci_scodata_hdr_t
) - 1;
499
sc->sc_want = mtod(m,
hci_scodata_hdr_t
*)->length;
Completed in 21 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025