HomeSort by: relevance | last modified time | path
    Searched refs:hci_flags (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netbt/
hci_ioctl.c 67 device_xname(unit->hci_dev), unit->hci_flags,
215 btr->btr_flags = unit->hci_flags;
236 if ((unit->hci_flags & BTF_UP)
239 unit->hci_flags &= ~BTF_UP;
242 unit->hci_flags &= ~BTF_MASTER;
243 unit->hci_flags |= (btr->btr_flags & (BTF_INIT | BTF_MASTER));
245 if ((unit->hci_flags & BTF_UP) == 0
251 unit->hci_flags |= BTF_UP;
254 btr->btr_flags = unit->hci_flags;
hci_misc.c 68 if ((unit->hci_flags & BTF_UP) == 0)
85 if ((unit->hci_flags & BTF_UP) == 0)
98 if ((unit->hci_flags & BTF_UP) == 0)
hci_unit.c 101 unit->hci_flags = flags;
149 unit->hci_num_cmd_pkts = (unit->hci_flags & BTF_POWER_UP_NOOP) ? 0 : 1;
170 unit->hci_flags |= BTF_RUNNING;
176 unit->hci_flags |= BTF_INIT;
182 while (unit->hci_flags & BTF_INIT) {
203 unit->hci_flags &= ~BTF_RUNNING;
235 unit->hci_flags &= ~BTF_RUNNING;
274 if ((unit->hci_flags & BTF_UP) == 0)
hci_event.c 733 if (unit->hci_flags & BTF_MASTER)
928 if ((unit->hci_flags & BTF_INIT_BDADDR) == 0)
933 unit->hci_flags &= ~BTF_INIT_BDADDR;
955 if ((unit->hci_flags & BTF_INIT_BUFFER_SIZE) == 0)
965 unit->hci_flags &= ~BTF_INIT_BUFFER_SIZE;
987 if ((unit->hci_flags & BTF_INIT_FEATURES) == 0)
1077 unit->hci_flags &= ~BTF_INIT_FEATURES;
1098 if ((unit->hci_flags & BTF_INIT_FEATURES) == 0)
1128 unit->hci_flags &= ~BTF_INIT_FEATURES;
1151 if ((unit->hci_flags & BTF_INIT_COMMANDS) == 0
    [all...]
hci.h 2525 uint16_t hci_flags; /* see BTF_ above */ member in struct:hci_unit

Completed in 16 milliseconds