hci_memos 2127 netbt/hci.h LIST_HEAD(,hci_memo) hci_memos; /* cached memo list */ hci_memos 445 netbt/hci_event.c LIST_INSERT_HEAD(&unit->hci_memos, memo, next); hci_memos 122 netbt/hci_misc.c m0 = LIST_FIRST(&unit->hci_memos); hci_memos 80 netbt/hci_unit.c LIST_INIT(&unit->hci_memos); hci_memos 191 netbt/hci_unit.c while ((memo = LIST_FIRST(&unit->hci_memos)) != NULL)