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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A DMain.c4 All of the global data in the gMD structure is initialized to 0, NULL, or
37 struct __MainData *gMD; variable in typeref:struct:__MainData
54 if(gMD != NULL) {
55 gMD->ExitValue = (int)ExitVal;
56 CleanUp = gMD->cleanup; // Preserve the pointer to the Cleanup Function
59 i = gMD->num_atexit;
62 (gMD->atexit_handler[--i])();
103 gMD->NCmdLine = (char *)AllocateZeroPool(nArgvSize+1);
104 if(gMD->NCmdLine == NULL) {
111 nArgv = gMD
[all...]

Completed in 41 milliseconds