acl               916 netbt/hci_event.c 	int acl;
acl               929 netbt/hci_event.c 	for (acl = 0 ; acl < 2 ; acl++) {
acl               933 netbt/hci_event.c 			if (acl || link->hl_type != HCI_LINK_ACL)
acl               754 netbt/hci_link.c 	struct hci_link *sco, *acl;
acl               771 netbt/hci_link.c 	acl = hci_link_lookup_bdaddr(unit, bdaddr, HCI_LINK_ACL);
acl               772 netbt/hci_link.c 	if (acl == NULL || acl->hl_state != HCI_LINK_OPEN)
acl               800 netbt/hci_link.c 		KASSERT(sco->hl_link == acl);
acl               167 netbt/hci_unit.c 	int s, acl;
acl               182 netbt/hci_unit.c 	for (acl = 0 ; acl < 2 ; acl++) {
acl               186 netbt/hci_unit.c 			if (acl || link->hl_type != HCI_LINK_ACL)
acl               122 netbt/sco_upper.c 	struct hci_link *acl, *sco;
acl               149 netbt/sco_upper.c 	acl = hci_link_lookup_bdaddr(unit, &pcb->sp_raddr, HCI_LINK_ACL);
acl               150 netbt/sco_upper.c 	if (acl == NULL || acl->hl_state != HCI_LINK_OPEN)
acl               161 netbt/sco_upper.c 	KASSERT(sco->hl_link == acl);
acl               163 netbt/sco_upper.c 	cp.con_handle = htole16(acl->hl_handle);