HomeSort by: relevance | last modified time | path
    Searched defs:hci_memo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netbt/
hci.h 2493 struct hci_memo { struct
2499 LIST_ENTRY(hci_memo) next;
2550 LIST_HEAD(,hci_memo) hci_memos; /* cached memo list */
2603 struct hci_memo *hci_memo_find(struct hci_unit *, bdaddr_t *);
2604 struct hci_memo *hci_memo_new(struct hci_unit *, bdaddr_t *);
2605 void hci_memo_free(struct hci_memo *);
hci.h 2493 struct hci_memo { struct
2499 LIST_ENTRY(hci_memo) next;
2550 LIST_HEAD(,hci_memo) hci_memos; /* cached memo list */
2603 struct hci_memo *hci_memo_find(struct hci_unit *, bdaddr_t *);
2604 struct hci_memo *hci_memo_new(struct hci_unit *, bdaddr_t *);
2605 void hci_memo_free(struct hci_memo *);

Completed in 28 milliseconds