Home
last modified time | relevance | path

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

/freebsd-head/sys/netgraph/bluetooth/include/
HDng_btsocket.h199 #define SIOC_HCI_RAW_NODE_LIST_NAMES \ macro
/freebsd-head/usr.sbin/bluetooth/hccontrol/
HDhccontrol.c307 if (ioctl(s, SIOC_HCI_RAW_NODE_LIST_NAMES, &r, sizeof(r)) < 0) in find_hci_nodes()
HDnode.c471 if (ioctl(s, SIOC_HCI_RAW_NODE_LIST_NAMES, &r, sizeof(r)) < 0) { in hci_read_node_list()
/freebsd-head/lib/libbluetooth/
HDhci.c720 ioctl(s, SIOC_HCI_RAW_NODE_LIST_NAMES, &rp, sizeof(rp)) < 0) { in bt_devenum()
/freebsd-head/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c1348 case SIOC_HCI_RAW_NODE_LIST_NAMES: { in ng_btsocket_hci_raw_control()