hci_flags         387 dev/sdmmc/sbt.c 	if (unit->hci_flags & BTF_RUNNING)
hci_flags         390 dev/sdmmc/sbt.c 	unit->hci_flags |= BTF_RUNNING;
hci_flags         391 dev/sdmmc/sbt.c 	unit->hci_flags &= ~BTF_XMIT;
hci_flags         398 dev/sdmmc/sbt.c 	if (!(unit->hci_flags & BTF_RUNNING))
hci_flags         413 dev/sdmmc/sbt.c 	unit->hci_flags &= ~BTF_RUNNING;
hci_flags         447 dev/sdmmc/sbt.c 	unit->hci_flags |= xmit;
hci_flags         456 dev/sdmmc/sbt.c 	unit->hci_flags &= ~xmit;
hci_flags         716 dev/usb/ubt.c  	if (unit->hci_flags & BTF_RUNNING)
hci_flags         842 dev/usb/ubt.c  	unit->hci_flags &= ~BTF_XMIT;
hci_flags         843 dev/usb/ubt.c  	unit->hci_flags |= BTF_RUNNING;
hci_flags         858 dev/usb/ubt.c  	if ((unit->hci_flags & BTF_RUNNING) == 0)
hci_flags         863 dev/usb/ubt.c  	unit->hci_flags &= ~BTF_RUNNING;
hci_flags         887 dev/usb/ubt.c  	unit->hci_flags |= BTF_XMIT_CMD;
hci_flags         916 dev/usb/ubt.c  		unit->hci_flags &= ~BTF_XMIT_CMD;
hci_flags         931 dev/usb/ubt.c  	unit->hci_flags &= ~BTF_XMIT_CMD;
hci_flags         974 dev/usb/ubt.c  	unit->hci_flags |= BTF_XMIT_ACL;
hci_flags        1013 dev/usb/ubt.c  		unit->hci_flags &= ~BTF_XMIT_ACL;
hci_flags        1027 dev/usb/ubt.c  	unit->hci_flags &= ~BTF_XMIT_ACL;
hci_flags        1124 dev/usb/ubt.c  	sc->sc_unit.hci_flags |= BTF_XMIT_SCO;
hci_flags        1168 dev/usb/ubt.c  			sc->sc_unit.hci_flags &= ~BTF_XMIT_SCO;
hci_flags        2110 netbt/hci.h    	uint16_t	 hci_flags;		/* see BTF_ above */
hci_flags         767 netbt/hci_event.c 	if ((unit->hci_flags & BTF_INIT_BDADDR) == 0)
hci_flags         773 netbt/hci_event.c 	unit->hci_flags &= ~BTF_INIT_BDADDR;
hci_flags         795 netbt/hci_event.c 	if ((unit->hci_flags & BTF_INIT_BUFFER_SIZE) == 0)
hci_flags         804 netbt/hci_event.c 	unit->hci_flags &= ~BTF_INIT_BUFFER_SIZE;
hci_flags         826 netbt/hci_event.c 	if ((unit->hci_flags & BTF_INIT_FEATURES) == 0)
hci_flags         895 netbt/hci_event.c 	unit->hci_flags &= ~BTF_INIT_FEATURES;
hci_flags          66 netbt/hci_ioctl.c 			unit->hci_devname, unit->hci_flags,
hci_flags         211 netbt/hci_ioctl.c 		btr->btr_flags = unit->hci_flags;
hci_flags         228 netbt/hci_ioctl.c 		if ((unit->hci_flags & BTF_UP)
hci_flags         231 netbt/hci_ioctl.c 			unit->hci_flags &= ~BTF_UP;
hci_flags         235 netbt/hci_ioctl.c 		unit->hci_flags |= (btr->btr_flags & BTF_INIT);
hci_flags         238 netbt/hci_ioctl.c 		if ((unit->hci_flags & BTF_UP) == 0
hci_flags         245 netbt/hci_ioctl.c 			unit->hci_flags |= BTF_UP;
hci_flags         249 netbt/hci_ioctl.c 		btr->btr_flags = unit->hci_flags;
hci_flags          68 netbt/hci_misc.c 		if ((unit->hci_flags & BTF_UP) == 0)
hci_flags          85 netbt/hci_misc.c 		if ((unit->hci_flags & BTF_UP) == 0)
hci_flags          98 netbt/hci_misc.c 		if ((unit->hci_flags & BTF_UP) == 0)
hci_flags         128 netbt/hci_unit.c 	unit->hci_flags |= BTF_INIT;
hci_flags         134 netbt/hci_unit.c 	while (unit->hci_flags & BTF_INIT) {
hci_flags         216 netbt/hci_unit.c 		if ((unit->hci_flags & BTF_UP) == 0)
hci_flags         433 netbt/hci_unit.c 	if ((unit->hci_flags & BTF_XMIT_CMD) == 0)
hci_flags         453 netbt/hci_unit.c 	if ((unit->hci_flags & BTF_XMIT_ACL) == 0)
hci_flags         473 netbt/hci_unit.c 	if ((unit->hci_flags & BTF_XMIT_SCO) == 0)