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

/vbox/src/VBox/Main/include/
H A DGuestProcessImpl.h140 LONG mExitCode; member in struct:GuestProcess::Data
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c29 STATIC UINT64 mExitCode; variable
717 mExitCode = ErrorCode;
748 return (mExitCode);
/vbox/src/VBox/Main/src-client/
H A DGuestProcessImpl.cpp239 mData.mExitCode = 0;
351 *aExitCode = mData.mExitCode;
703 mData.mExitCode = dataCb.uFlags; /* Contains the exit code. */
712 mData.mExitCode = dataCb.uFlags; /* Contains the signal. */

Completed in 83 milliseconds