Home
last modified time | relevance | path

Searched refs:cmd_sent (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h142 #define NG_HCI_STAT_CMD_SENT(s) (s).cmd_sent ++
/freebsd/lib/libbluetooth/
H A Dbluetooth.h124 uint32_t cmd_sent; member
H A Dhci.c655 di->cmd_sent = rp.r4.stat.cmd_sent; in bt_devinfo()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dnode.c182 fprintf(stdout, "Commands sent: %d\n", r.stat.cmd_sent); in hci_read_node_stat()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h606 u_int32_t cmd_sent; /* number of HCI commands sent */
604 u_int32_t cmd_sent; /* number of HCI commands sent */ global() member