Searched refs:gHandleDatabaseKey (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
H A DNotify.c262 gHandleDatabaseKey++;
263 Handle->Key = gHandleDatabaseKey;
H A DHandle.h268 extern UINT64 gHandleDatabaseKey;
H A DHandle.c23 // gHandleDatabaseKey - The Key to show that the handle has been created/modified
28 UINT64 gHandleDatabaseKey = 0; variable
423 gHandleDatabaseKey++;
424 Handle->Key = gHandleDatabaseKey;
776 gHandleDatabaseKey++;
777 Handle->Key = gHandleDatabaseKey;
1492 return gHandleDatabaseKey;

Completed in 53 milliseconds