Home
last modified time | relevance | path

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

/netbsd/sys/netbt/
H A Dhci_unit.c170 unit->hci_flags |= BTF_RUNNING; in hci_enable()
203 unit->hci_flags &= ~BTF_RUNNING; in hci_enable()
235 unit->hci_flags &= ~BTF_RUNNING; in hci_disable()
H A Dhci.h2396 #define BTF_RUNNING (1<<1) /* unit is running */ macro