Home
last modified time | relevance | path

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

/reactos/boot/environ/lib/firmware/efi/
H A Dfirmware.c183 PLIST_ENTRY HashList, NextEntry; in EfiVmOpenProtocol() local
195 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 …]