Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/include/
H A Dng_btsocket.h199 #define SIOC_HCI_RAW_NODE_LIST_NAMES \ macro
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c307 if (ioctl(s, SIOC_HCI_RAW_NODE_LIST_NAMES, &r, sizeof(r)) < 0) in find_hci_nodes()
H A Dnode.c471 if (ioctl(s, SIOC_HCI_RAW_NODE_LIST_NAMES, &r, sizeof(r)) < 0) { in hci_read_node_list()
/freebsd/lib/libbluetooth/
H A Dhci.c720 ioctl(s, SIOC_HCI_RAW_NODE_LIST_NAMES, &rp, sizeof(rp)) < 0) { in bt_devenum()
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1349 case SIOC_HCI_RAW_NODE_LIST_NAMES: { in ng_btsocket_hci_raw_control()