Searched refs:SIOCGBTSTATS (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci_ioctl.c175 case SIOCGBTSTATS:
279 case SIOCGBTSTATS: /* get unit statistics */
H A Dhci.h2294 #define SIOCGBTSTATS _IOWR('b', 11, struct btreq) /* get unit statistics */ macro
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dbt_dev.c810 if (ioctl(s, SIOCGBTSTATS, &btr) == -1)
/netbsd-6-1-5-RELEASE/usr.sbin/btconfig/
H A Dbtconfig.c755 if (ioctl(hci, SIOCGBTSTATS, &btr) < 0)
756 err(EXIT_FAILURE, "SIOCGBTSTATS");

Completed in 70 milliseconds