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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
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;
771 gHandleDatabaseKey++;
772 Handle->Key = gHandleDatabaseKey;
1487 return gHandleDatabaseKey;

Completed in 222 milliseconds