OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_stats
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/sdmmc/
sbt.c
62
struct
bt_stats
sc_stats;
97
static void sbt_stats(device_t, struct
bt_stats
*, int);
562
sbt_stats(device_t self, struct
bt_stats
*dest, int flush)
569
memcpy(dest, &sc->sc_stats, sizeof(struct
bt_stats
));
572
memset(&sc->sc_stats, 0, sizeof(struct
bt_stats
));
/src/sys/dev/bluetooth/
btuart.c
60
struct
bt_stats
sc_stats;
99
static void btuart_stats(device_t, struct
bt_stats
*, int);
653
btuart_stats(device_t self, struct
bt_stats
*dest, int flush)
660
memcpy(dest, &sc->sc_stats, sizeof(struct
bt_stats
));
663
memset(&sc->sc_stats, 0, sizeof(struct
bt_stats
));
bcsp.c
79
struct
bt_stats
sc_stats;
182
static void bcsp_stats(device_t, struct
bt_stats
*, int);
1779
bcsp_stats(device_t self, struct
bt_stats
*dest, int flush)
1785
memcpy(dest, &sc->sc_stats, sizeof(struct
bt_stats
));
1788
memset(&sc->sc_stats, 0, sizeof(struct
bt_stats
));
bth5.c
82
struct
bt_stats
sc_stats;
187
static void bth5_stats(device_t, struct
bt_stats
*, int);
1846
bth5_stats(device_t self, struct
bt_stats
*dest, int flush)
1852
memcpy(dest, &sc->sc_stats, sizeof(struct
bt_stats
));
1855
memset(&sc->sc_stats, 0, sizeof(struct
bt_stats
));
/src/sys/dev/pcmcia/
bt3c.c
107
struct
bt_stats
sc_stats; /* HCI stats */
149
static void bt3c_stats(device_t, struct
bt_stats
*, int);
901
bt3c_stats(device_t self, struct
bt_stats
*dest, int flush)
907
memcpy(dest, &sc->sc_stats, sizeof(struct
bt_stats
));
910
memset(&sc->sc_stats, 0, sizeof(struct
bt_stats
));
btbc.c
82
struct
bt_stats
sc_stats; /* HCI stats */
125
static void btbc_stats(device_t, struct
bt_stats
*, int);
994
btbc_stats(device_t self, struct
bt_stats
*dest, int flush)
1000
memcpy(dest, &sc->sc_stats, sizeof(struct
bt_stats
));
1003
memset(&sc->sc_stats, 0, sizeof(struct
bt_stats
));
/src/sys/dev/usb/
ubt.c
233
struct
bt_stats
sc_stats;
274
static void ubt_stats(device_t, struct
bt_stats
*, int);
1841
ubt_stats(device_t self, struct
bt_stats
*dest, int flush)
1847
memcpy(dest, &sc->sc_stats, sizeof(struct
bt_stats
));
1850
memset(&sc->sc_stats, 0, sizeof(struct
bt_stats
));
/src/sys/netbt/
hci.h
2339
struct
bt_stats
{
struct
2374
struct
bt_stats
btrs; /* unit stats */
2511
void (*get_stats)(device_t, struct
bt_stats
*, int);
Completed in 36 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025