BTF_RUNNING       387 dev/sdmmc/sbt.c 	if (unit->hci_flags & BTF_RUNNING)
BTF_RUNNING       390 dev/sdmmc/sbt.c 	unit->hci_flags |= BTF_RUNNING;
BTF_RUNNING       398 dev/sdmmc/sbt.c 	if (!(unit->hci_flags & BTF_RUNNING))
BTF_RUNNING       413 dev/sdmmc/sbt.c 	unit->hci_flags &= ~BTF_RUNNING;
BTF_RUNNING       716 dev/usb/ubt.c  	if (unit->hci_flags & BTF_RUNNING)
BTF_RUNNING       843 dev/usb/ubt.c  	unit->hci_flags |= BTF_RUNNING;
BTF_RUNNING       858 dev/usb/ubt.c  	if ((unit->hci_flags & BTF_RUNNING) == 0)
BTF_RUNNING       863 dev/usb/ubt.c  	unit->hci_flags &= ~BTF_RUNNING;