Symbol: bt_stats
sys/dev/bluetooth/bcsp.c
1779
bcsp_stats(device_t self, struct bt_stats *dest, int flush)
sys/dev/bluetooth/bcsp.c
1785
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
sys/dev/bluetooth/bcsp.c
1788
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
sys/dev/bluetooth/bcsp.c
182
static void bcsp_stats(device_t, struct bt_stats *, int);
sys/dev/bluetooth/bcsp.c
79
struct bt_stats sc_stats;
sys/dev/bluetooth/bth5.c
1846
bth5_stats(device_t self, struct bt_stats *dest, int flush)
sys/dev/bluetooth/bth5.c
1852
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
sys/dev/bluetooth/bth5.c
1855
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
sys/dev/bluetooth/bth5.c
187
static void bth5_stats(device_t, struct bt_stats *, int);
sys/dev/bluetooth/bth5.c
82
struct bt_stats sc_stats;
sys/dev/bluetooth/btuart.c
60
struct bt_stats sc_stats;
sys/dev/bluetooth/btuart.c
653
btuart_stats(device_t self, struct bt_stats *dest, int flush)
sys/dev/bluetooth/btuart.c
660
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
sys/dev/bluetooth/btuart.c
663
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
sys/dev/bluetooth/btuart.c
99
static void btuart_stats(device_t, struct bt_stats *, int);
sys/dev/pcmcia/bt3c.c
107
struct bt_stats sc_stats; /* HCI stats */
sys/dev/pcmcia/bt3c.c
149
static void bt3c_stats(device_t, struct bt_stats *, int);
sys/dev/pcmcia/bt3c.c
901
bt3c_stats(device_t self, struct bt_stats *dest, int flush)
sys/dev/pcmcia/bt3c.c
907
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
sys/dev/pcmcia/bt3c.c
910
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
sys/dev/pcmcia/btbc.c
1000
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
sys/dev/pcmcia/btbc.c
1003
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
sys/dev/pcmcia/btbc.c
125
static void btbc_stats(device_t, struct bt_stats *, int);
sys/dev/pcmcia/btbc.c
82
struct bt_stats sc_stats; /* HCI stats */
sys/dev/pcmcia/btbc.c
994
btbc_stats(device_t self, struct bt_stats *dest, int flush)
sys/dev/sdmmc/sbt.c
562
sbt_stats(device_t self, struct bt_stats *dest, int flush)
sys/dev/sdmmc/sbt.c
569
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
sys/dev/sdmmc/sbt.c
572
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
sys/dev/sdmmc/sbt.c
62
struct bt_stats sc_stats;
sys/dev/sdmmc/sbt.c
97
static void sbt_stats(device_t, struct bt_stats *, int);
sys/dev/usb/ubt.c
1841
ubt_stats(device_t self, struct bt_stats *dest, int flush)
sys/dev/usb/ubt.c
1847
memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
sys/dev/usb/ubt.c
1850
memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
sys/dev/usb/ubt.c
233
struct bt_stats sc_stats;
sys/dev/usb/ubt.c
274
static void ubt_stats(device_t, struct bt_stats *, int);
sys/netbt/hci.h
2374
struct bt_stats btrs; /* unit stats */
sys/netbt/hci.h
2511
void (*get_stats)(device_t, struct bt_stats *, int);