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

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DLocate.c29 LIST_ENTRY *Position; member in struct:__anon10969
36 IN OUT LOCATE_POSITION *Position,
43 @param Position Information about which Handle to seach for.
47 @return An pointer to IHANDLE if the next Position is not the end of the list.
53 IN OUT LOCATE_POSITION *Position,
62 Position->Position = Position->Position->ForwardLink;
69 if (Position
52 SmmGetNextLocateAllHandles( IN OUT LOCATE_POSITION *Position, OUT VOID **Interface ) argument
88 SmmGetNextLocateByRegisterNotify( IN OUT LOCATE_POSITION *Position, OUT VOID **Interface ) argument
134 SmmGetNextLocateByProtocol( IN OUT LOCATE_POSITION *Position, OUT VOID **Interface ) argument
204 LOCATE_POSITION Position; local
286 LOCATE_POSITION Position; local
[all...]
H A DNotify.c72 if (ProtNotify->Position == &Prot->ByProtocol) {
73 ProtNotify->Position = Prot->ByProtocol.BackLink;
154 ProtNotify->Position = ProtEntry->Protocols.BackLink;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c30 LIST_ENTRY *Position; member in struct:__anon10934
37 IN OUT LOCATE_POSITION *Position,
44 @param Position Information about which Handle to seach for.
48 @return An pointer to IHANDLE if the next Position is not the end of the list.
54 IN OUT LOCATE_POSITION *Position,
62 @param Position Information about which Handle to seach for.
66 @return An pointer to IHANDLE if the next Position is not the end of the list.
72 IN OUT LOCATE_POSITION *Position,
79 @param Position Information about which Handle to seach for.
83 @return An pointer to IHANDLE if the next Position i
123 LOCATE_POSITION Position; local
274 CoreGetNextLocateAllHandles( IN OUT LOCATE_POSITION *Position, OUT VOID **Interface ) argument
313 CoreGetNextLocateByRegisterNotify( IN OUT LOCATE_POSITION *Position, OUT VOID **Interface ) argument
361 CoreGetNextLocateByProtocol( IN OUT LOCATE_POSITION *Position, OUT VOID **Interface ) argument
558 LOCATE_POSITION Position; local
[all...]
H A DNotify.c78 if (ProtNotify->Position == &Prot->ByProtocol) {
79 ProtNotify->Position = Prot->ByProtocol.BackLink;
145 ProtNotify->Position = &ProtEntry->Protocols;
H A DHandle.h108 LIST_ENTRY *Position; member in struct:__anon10933
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISlidingToolBar.h50 enum Position enum in class:UISlidingToolBar
60 UISlidingToolBar(QWidget *pParentWidget, QWidget *pIndentWidget, QWidget *pChildWidget, Position position);
112 const Position m_position;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
H A DInternalS3SaveState.h71 The opcode is inserted before or after the specified position in the boot script table. If Position is
74 Position upon return can be used for subsequent insertions.
78 in the boot script table specified by Position. If Position is NULL or points to
81 @param Position On entry, specifies the position in the boot script table where the opcode will be
89 @retval EFI_INVALID_PARAMETER The Opcode is an invalid opcode value or the Position is not a valid position in the boot script table..
98 IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
106 position of the Label is returned in *Position and EFI_SUCCESS is returned.
114 the boot script table specified by Position. If Position i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
H A DInternalSmmSaveState.h70 The opcode is inserted before or after the specified position in the boot script table. If Position is
73 Position upon return can be used for subsequent insertions.
77 in the boot script table specified by Position. If Position is NULL or points to
80 @param Position On entry, specifies the position in the boot script table where the opcode will be
88 @retval EFI_INVALID_PARAMETER The Opcode is an invalid opcode value or the Position is not a valid position in the boot script table..
97 IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
105 position of the Label is returned in *Position and EFI_SUCCESS is returned.
113 the boot script table specified by Position. If Position i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DS3SaveState.h65 The opcode is inserted before or after the specified position in the boot script table. If Position is
68 Position upon return can be used for subsequent insertions.
79 in the boot script table specified by Position. If Position is NULL or points to
82 @param[in, out] Position On entry, specifies the position in the boot script table where the opcode will be
92 @retval EFI_INVALID_PARAMETER The Position is not a valid position in the boot script table.
100 IN OUT EFI_S3_BOOT_SCRIPT_POSITION *Position OPTIONAL,
109 position of the Label is returned in *Position and EFI_SUCCESS is returned.
117 the boot script table specified by Position. If Position i
[all...]
H A DSimpleFileSystem.h239 @param Position The byte position from the start of the file to set.
251 IN UINT64 Position
259 @param Position The address to return the file's current position value.
270 OUT UINT64 *Position
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c63 @param[out] Position Ignored.
71 OUT UINT64 *Position
81 @param[in] Position Ignored.
89 IN UINT64 Position
1275 UINT64 Position; member in struct:__anon12745
1284 @param[out] Position The position to set.
1287 @retval EFI_INVALID_PARAMETER The Position was invalid.
1293 OUT UINT64 Position
1296 if (Position <= ((EFI_FILE_PROTOCOL_MEM*)This)->BufferSize) {
1297 ((EFI_FILE_PROTOCOL_MEM*)This)->Position
[all...]
H A DConsoleWrappers.c48 UINT64 Position; local
56 ShellInfoObject.NewEfiShellProtocol->GetFilePosition(((SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL *)Context)->FileHandle, &Position);
58 if (Position < Size) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugPortDxe/
H A DDebugPort.c629 UINTN Position; local
638 for (Position = 0; Position < *BufferSize && !EFI_ERROR (Status); Position += WriteSize) {
643 if (*BufferSize - Position < 8) {
644 WriteSize = *BufferSize - Position;
650 &((UINT8 *) Buffer)[Position]
654 *BufferSize = Position;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DFileHandleLib.h187 @param[in] Position The byte position from the begining of the file.
198 IN UINT64 Position
210 @param[out] Position The byte position from begining of file.
220 OUT UINT64 *Position
H A DShellLib.h313 @param[in] Position The byte position from the begining of the file.
324 IN UINT64 Position
336 @param[out] Position The byte position from the begining of the file.
346 OUT UINT64 *Position
788 @param[in] Position The position of the value.
797 IN UINTN Position
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.c117 OUT UINT64 *Position);
119 IN UINT64 Position);
130 IN UINT64 Position);
644 OUT UINT64 *Position)
649 return fsw_efi_file_getpos(File, Position);
660 IN UINT64 Position)
665 return fsw_efi_file_setpos(File, Position);
667 return fsw_efi_dir_setpos(File, Position);
795 OUT UINT64 *Position)
797 *Position
643 fsw_efi_FileHandle_GetPosition(IN EFI_FILE *This, OUT UINT64 *Position) argument
659 fsw_efi_FileHandle_SetPosition(IN EFI_FILE *This, IN UINT64 Position) argument
794 fsw_efi_file_getpos(IN FSW_FILE_DATA *File, OUT UINT64 *Position) argument
806 fsw_efi_file_setpos(IN FSW_FILE_DATA *File, IN UINT64 Position) argument
911 fsw_efi_dir_setpos(IN FSW_FILE_DATA *File, IN UINT64 Position) argument
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas69 The Position property returns the number of uncompressed bytes of
108 The Position property returns the number of bytes of uncompressed data that
393 FStrmPos := Strm.Position;
423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos;
457 FStrmPos := FStrm.Position;
502 if FStrm.Position <> FStrmPos then FStrm.Position
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c2313 UINTN Position; member in struct:__anon11114
2356 OpCodeBuffer->Position = 0;
2400 return ((HII_LIB_OPCODE_BUFFER *)OpCodeHandle)->Position;
2441 if (OpCodeBuffer->Position + Size > OpCodeBuffer->BufferSize) {
2451 Buffer = OpCodeBuffer->Buffer + OpCodeBuffer->Position;
2452 OpCodeBuffer->Position += Size;
2570 return HiiCreateRawOpCodes (OpCodeHandle, RawOpCodeBuffer->Buffer, RawOpCodeBuffer->Position);
2895 UINTN Position; local
2912 Position = InternalHiiOpCodeHandlePosition (OpCodeHandle);
2916 return InternalHiiOpCodeHandleBuffer (OpCodeHandle) + Position;
2962 UINTN Position; local
3053 UINTN Position; local
3118 UINTN Position; local
3185 UINTN Position; local
3282 UINTN Position; local
3346 UINTN Position; local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DGZipStream.cs237 #region Position & length stuff
275 public override long Position property in class:DotZLib.GZipStream
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c1665 @param Position specifies the position in the boot script table where the opcode will be
1674 IN VOID *Position OPTIONAL,
1689 // calculate the Position offset
1691 if (Position != NULL) {
1692 PositionOffset = (UINTN) ((UINT8 *)Position - S3TableBase);
1698 CopyMem ((VOID*)&ScriptHeader, Position, sizeof(EFI_BOOT_SCRIPT_COMMON_HEADER));
1702 // Insert the node before the adjusted Position
1730 in the boot script table specified by Position. If Position is NULL or points to
1733 @param Position O
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c1625 CurrentModeData->Red.Position = BiosVideoPrivate->VbeModeInformationBlock->LinRedFieldPosition;
1627 CurrentModeData->Blue.Position = BiosVideoPrivate->VbeModeInformationBlock->LinBlueFieldPosition;
1629 CurrentModeData->Green.Position = BiosVideoPrivate->VbeModeInformationBlock->LinGreenFieldPosition;
1631 CurrentModeData->Reserved.Position = BiosVideoPrivate->VbeModeInformationBlock->LinRsvdFieldPosition;
1635 CurrentModeData->Red.Position = BiosVideoPrivate->VbeModeInformationBlock->RedFieldPosition;
1637 CurrentModeData->Blue.Position = BiosVideoPrivate->VbeModeInformationBlock->BlueFieldPosition;
1639 CurrentModeData->Green.Position = BiosVideoPrivate->VbeModeInformationBlock->GreenFieldPosition;
1641 CurrentModeData->Reserved.Position = BiosVideoPrivate->VbeModeInformationBlock->RsvdFieldPosition;
1648 if ((CurrentModeData->Red.Position == 0) && (CurrentModeData->Green.Position
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c102 off_t Position,
123 CursorPos.Offset = Position;
133 return Position;
150 IN off_t *Position,
182 //if( Position != NULL) {
183 // CursorPos.Offset = (UINT64)*Position;
100 da_ConSeek( struct __filedes *filp, off_t Position, int whence ) argument
148 da_ConWrite( IN struct __filedes *filp, IN off_t *Position, IN size_t BufferSize, IN const void *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DS3BootScriptLib.h523 script table specified by Position. If Position
527 @param Position On entry, specifies the position in the boot script
534 @retval RETURN_INVALID_PARAMETER The Position is not a valid position in the
543 IN OUT VOID **Position OPTIONAL
550 specified by Position.
553 @param Position On entry, specifies the position in the boot script
574 IN OUT VOID **Position OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseS3BootScriptLibNull/
H A DBootScriptLib.c487 in the boot script table specified by Position. If Position is NULL or points to
490 @param Position On entry, specifies the position in the boot script table where the opcode will be
495 @retval RETURN_INVALID_PARAMETER The Position is not a valid position in the boot script table.
502 IN OUT VOID **Position OPTIONAL
512 specified by Position.
515 @param Position On entry, specifies the position in the boot script table
534 IN OUT VOID **Position OPTIONAL,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h459 @param[out] Position Byte position from the start of the file.
468 OUT UINT64 *Position
890 @param[in] Position Byte position from the start of the file.
899 IN UINT64 Position

Completed in 2398 milliseconds

123