Home
last modified time | relevance | path

Searched refs:SIOC_HCI_RAW_NODE_GET_DEBUG (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netgraph/bluetooth/include/
HDng_btsocket.h95 #define SIOC_HCI_RAW_NODE_GET_DEBUG \ macro
/NextBSD/usr.sbin/bluetooth/hccontrol/
HDnode.c75 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_DEBUG, &r, sizeof(r)) < 0) in hci_read_debug_level()
/NextBSD/lib/libbluetooth/
HDhci.c617 if (ioctl(s, SIOC_HCI_RAW_NODE_GET_DEBUG, &rp.r8, sizeof(rp.r8)) < 0) in bt_devinfo()
/NextBSD/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1074 case SIOC_HCI_RAW_NODE_GET_DEBUG: { in ng_btsocket_hci_raw_control()