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

/netbsd-6-1-5-RELEASE/usr.sbin/bthcid/
H A Dhci.c71 static struct event hci_ev; variable in typeref:struct:event
111 event_set(&hci_ev, hci, EV_READ | EV_PERSIST, process_hci, NULL);
112 if (event_add(&hci_ev, NULL) < 0) {

Completed in 56 milliseconds