Searched refs:Return (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTpm.asl41 // Return the resource consumed by TPM device
107 Return (0)
114 Return (0)
116 Return (0x0f)
134 Return (Buffer () {0x03})
139 // Return failure if no TPM present
144 Return (Package () {0x00})
148 // Return TPM version
150 Return (TPMV)
154 Return (Buffe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DOsPath.c65 CHAR8 *Return;
99 if ((Return[Offset] == '/') || (Return[Offset] == '\\')) {
100 Return[Offset] = '\0';
101 return Return;
185 Return = CloneString (FilePath);
186 if (Return == NULL) {
190 Length = strlen (Return);
196 (Length == 3 && isalpha (Return[0]) && (strcmp(Return
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DExit.c40 CONST CHAR16 *Return; local
70 Return = ShellCommandLineGetRawValue(Package, 1);
71 if (Return != NULL) {
72 Status = ShellConvertStringToUint64(Return, &RetVal, FALSE, FALSE);
74 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellLevel1HiiHandle, Return);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c63 UINTN Return; local
76 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
78 if (Console != NULL && Return > 0) {
84 Return = 0;
90 return Return;
121 UINTN Return; local
125 Return = InternalPrint (Format, gST->ConOut, Marker);
129 return Return;
160 UINTN Return; local
164 Return
199 UINTN Return; local
255 UINTN Return; local
294 UINTN Return; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLibPrint.c63 UINTN Return; local
76 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
78 if (Console != NULL && Return > 0) {
84 Return = 0;
90 return Return;
121 UINTN Return; local
125 Return = InternalPrint (Format, gST->ConOut, Marker);
129 return Return;
160 UINTN Return; local
164 Return
199 UINTN Return; local
255 UINTN Return; local
294 UINTN Return; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/AcpiTables/
H A DDsdt.asl113 Return (
155 Return (0x9)
157 Return (0xB)
189 Return (BUF0) // Return Buf0
221 Method (_STA, 0, NotSerialized) { Return (PSTA (PIRA)) }
223 Method (_CRS, 0, NotSerialized) { Return (PCRS (PIRA)) }
224 Method (_PRS, 0, NotSerialized) { Return (PPRS) }
235 Method (_STA, 0, NotSerialized) { Return (PSTA (PIRB)) }
237 Method (_CRS, 0, NotSerialized) { Return (PCR
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DDivU64x64Remainder.S74 jecxz Return # return if Remainder == NULL
78 jecxz Return
83 Return: label
H A DDivU64x64Remainder.asm77 jecxz @Return ; return if Remainder == NULL
81 jecxz @Return
86 @Return:
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c407 UINTN Return; local
423 Return = UnicodeVSPrint (mPrintTokenBuffer, BufferSize, StringPtr, Marker);
426 if (Return > 0 && gST->ConOut != NULL) {
430 return Return;
444 @retval >=0 Return value is the index into CumData where Token is found.
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Dfpu_rmode.asm2 ; Return the current FPU rounding mode.
38 ret ; Return rounding mode in RAX
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ia32/
H A Dfpu_rmode.asm2 ; Return the current FPU rounding mode.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_x86.s62 / Return the current sp (for debugging)
72 / Return a unique identifier for the currently active thread.
248 / Return previous listp value (already in eax)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciLibEsal/
H A DPciLib.c88 SAL_RETURN_REGS Return; local
91 Return = EsalCall (
104 Return = EsalCall (
118 return (UINT32) Return.r9;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxePciSegmentLibEsal/
H A DPciLib.c88 SAL_RETURN_REGS Return; local
91 Return = EsalCall (
104 Return = EsalCall (
118 return (UINT32) Return.r9;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/X64/
H A DSetMem.asm65 mov rax, r9 ; rax <- Return value
H A DSetMem.S70 movq %r9, %rax # rax <- Return value
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvberom.asm478 ; Function 03h - Return Current VBE Mode
483 ; AX = VBE Return Status
525 ; AX = VBE Return Status
568 ; AX = VBE Return Status
639 ; AX = VBE Return Status
689 ; AX = VBE Return Status
737 ; AX = VBE Return Status
822 ; Function 0Ah - Return VBE Protected Mode Interface
825 ; BL = 00h Return protected mode table
/vbox/src/VBox/Devices/PC/ipxe/src/util/Option/
H A DROM.pm306 Return a C<Option::ROM::PCI> object representing the ROM's PCI header,
325 Return a C<Option::ROM::PnP> object representing the ROM's PnP header,
/vbox/src/VBox/Runtime/common/misc/
H A Dsetjmp.asm85 ; @param x86:[esp+8] msc:rdx gcc:rsi Return value.
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm166 ; Return like in the long jump but clear eip, no short cuts here.
H A DVMMR0JmpA-amd64.asm142 ; Return like in the long jump but clear eip, no short cuts here.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm686 ; Return log data.
746 ; Return 'unknown command' error.
753 ; Return 'general failure' error.
1603 ; Return to VBoxGuestOS2EP_Init.
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm612 ; Return log data.
671 ; Return 'unknown command' error.
678 ; Return 'general failure' error.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g263 vfrProgram > [UINT8 Return] :
274 << $Return = mParserStatus; >>
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm610 ;; Return from block move (shutdown code 09h). Care must be taken to disturb

Completed in 145 milliseconds