Searched refs:HashList (Results 1 – 1 of 1) sorted by relevance
183 PLIST_ENTRY HashList, NextEntry; in EfiVmOpenProtocol() local195 HashList = NULL; in EfiVmOpenProtocol()221 NextEntry = HashList->Flink; in EfiVmOpenProtocol()224 while (NextEntry != HashList) in EfiVmOpenProtocol()312 if (!HashList) in EfiVmOpenProtocol()315 HashList = BlMmAllocateHeap(sizeof(*HashList)); in EfiVmOpenProtocol()316 if (!HashList) in EfiVmOpenProtocol()323 InitializeListHead(HashList); in EfiVmOpenProtocol()328 HashList, in EfiVmOpenProtocol()329 sizeof(*HashList)); in EfiVmOpenProtocol()[all …]