Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Main/
DMain.c55 gMD->ExitValue = (int)ExitVal; in exitCleanup()
189 ExitVal = (INTN)gMD->ExitValue; in ShellAppMain()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
DMainData.h92 int ExitValue; ///< Value being returned by _Exit() member
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DEnvirons.c119 gMD->ExitValue = status; // Save our exit status. Allows a status of 0. in _Exit()