Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bthcid/
Dhci.c71 static struct event hci_ev; variable
111 event_set(&hci_ev, hci, EV_READ | EV_PERSIST, process_hci, NULL); in init_hci()
112 if (event_add(&hci_ev, NULL) < 0) { in init_hci()