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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesTableLib/
H A DDxeServicesTableLib.c3 It produce EFI_DXE_SERVICE pointer in global variable gDS in library's constructure.
5 A DXE driver can use gDS pointer to access services in EFI_DXE_SERVICE, if this
35 EFI_DXE_SERVICES *gDS = NULL; variable
63 Status = EfiGetSystemConfigurationTable (&gEfiDxeServicesTableGuid, (VOID **) &gDS);
65 ASSERT (gDS != NULL);

Completed in 32 milliseconds