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

/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dbt_proto.c81 .pr_init = hci_init,
H A Dhci_unit.c104 cv_init(&unit->hci_init, "hci_init");
132 cv_destroy(&unit->hci_init);
183 err = cv_timedwait_sig(&unit->hci_init, bt_lock, 5 * hz);
H A Dhci_event.c918 cv_broadcast(&unit->hci_init);
950 cv_broadcast(&unit->hci_init);
1061 cv_broadcast(&unit->hci_init);
1108 cv_broadcast(&unit->hci_init);
1135 cv_broadcast(&unit->hci_init);
1165 cv_broadcast(&unit->hci_init);
H A Dhci_socket.c304 hci_init(void) function
H A Dhci.h2487 kcondvar_t hci_init; /* sleep on this */ member in struct:hci_unit
2569 void hci_init(void);

Completed in 171 milliseconds