Home
last modified time | relevance | path

Searched refs:hci_link_free (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netbt/
H A Dsco_upper.c167 hci_link_free(sco, err); in sco_connect()
217 hci_link_free(sco, err); in sco_disconnect()
H A Dhci_event.c273 hci_link_free(link, ECONNABORTED); in hci_event_command_status()
559 hci_link_free(link, err); in hci_event_con_compl()
631 hci_link_free(link, ENOENT); /* XXX NetBSD used ENOLINK here */ in hci_event_discon_compl()
1068 hci_link_free(link, ECONNABORTED); in hci_cmd_reset()
H A Dhci_link.c111 hci_link_free(link, err); in hci_acl_open()
159 hci_link_free(link, err); in hci_acl_close()
216 hci_link_free(link, ECONNRESET); in hci_acl_timeout()
931 hci_link_free(struct hci_link *link, int err) in hci_link_free() function
H A Dhci_unit.c243 hci_link_free(link, ECONNABORTED); in hci_disable()
H A Dhci.h2538 void hci_link_free(struct hci_link *, int);