Home
last modified time | relevance | path

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

/dragonfly/sys/netbt/
H A Dhci_ioctl.c228 if ((unit->hci_flags & BTF_UP) in hci_ioctl()
229 && (btr->btr_flags & BTF_UP) == 0) { in hci_ioctl()
231 unit->hci_flags &= ~BTF_UP; in hci_ioctl()
236 if ((unit->hci_flags & BTF_UP) == 0 in hci_ioctl()
237 && (btr->btr_flags & BTF_UP)) { in hci_ioctl()
242 unit->hci_flags |= BTF_UP; in hci_ioctl()
H A Dhci_misc.c66 if ((unit->hci_flags & BTF_UP) == 0) in hci_route_lookup()
83 if ((unit->hci_flags & BTF_UP) == 0) in hci_route_lookup()
96 if ((unit->hci_flags & BTF_UP) == 0) in hci_route_lookup()
H A Dhci_unit.c271 if ((unit->hci_flags & BTF_UP) == 0) in hci_unit_lookup()
H A Dhci.h2343 #define BTF_UP (1<<0) /* unit is up */ macro
/dragonfly/lib/libbluetooth/
H A Ddevaddr.c74 if ((btr.btr_flags & BTF_UP) == 0) { in bt_devaddr()
107 if ((btr.btr_flags & BTF_UP) == 0) { in bt_devname()
/dragonfly/usr.sbin/btconfig/
H A Dbtconfig.c446 if (btr.btr_flags & BTF_UP) { in set_unit()
471 btr.btr_flags |= BTF_UP; in config_unit()
473 btr.btr_flags &= ~BTF_UP; in config_unit()
634 if (level-- < 1 || (btr.btr_flags & BTF_UP) == 0) in print_info()