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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolAttrib.c175 Return information of type InformationType for the requested firmware
179 @param InformationType InformationType for requested.
191 IN CONST EFI_GUID *InformationType,
200 Set information with InformationType into the requested firmware volume.
203 @param InformationType InformationType for requested.
214 IN CONST EFI_GUID *InformationType,
189 FvGetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
212 FvSetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN UINTN BufferSize, IN CONST VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/FwVol/
H A DFwVolAttrib.c83 Return information of type InformationType for the requested firmware
87 @param InformationType InformationType for requested.
99 IN CONST EFI_GUID *InformationType,
110 Set information of type InformationType for the requested firmware
114 @param InformationType InformationType for requested.
126 IN CONST EFI_GUID *InformationType,
97 FvGetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
124 FvSetVolumeInfo( IN CONST EFI_FIRMWARE_VOLUME2_PROTOCOL *This, IN CONST EFI_GUID *InformationType, IN UINTN BufferSize, IN CONST VOID *Buffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.c133 IN EFI_GUID *InformationType,
677 IN EFI_GUID *InformationType,
683 return fsw_efi_dnode_getinfo(File, InformationType, BufferSize, Buffer);
692 IN EFI_GUID *InformationType,
930 IN EFI_GUID *InformationType,
940 if (CompareGuid(InformationType, &GUID_NAME(FileInfo))) {
947 } else if (CompareGuid(InformationType, &GUID_NAME(FileSystemInfo)) == 0) {
978 } else if (CompareGuid(InformationType, &GUID_NAME(FileSystemVolumeLabelInfoId))) {
676 fsw_efi_FileHandle_GetInfo(IN EFI_FILE *This, IN EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer) argument
691 fsw_efi_FileHandle_SetInfo(IN EFI_FILE *This, IN EFI_GUID *InformationType, IN UINTN BufferSize, IN VOID *Buffer) argument
929 fsw_efi_dnode_getinfo(IN FSW_FILE_DATA *File, IN EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c99 @param[in] InformationType Ignored.
109 IN EFI_GUID *InformationType,
121 @param[in] InformationType Ignored.
131 IN EFI_GUID *InformationType,
1526 @param InformationType Type of information to return in Buffer.
1531 @retval EFI_UNSUPPORT InformationType is not supported.
1544 IN EFI_GUID *InformationType,
1549 return ((EFI_FILE_PROTOCOL_FILE*)This)->Orig->GetInfo(((EFI_FILE_PROTOCOL_FILE*)This)->Orig, InformationType, BufferSize, Buffer);
1556 @param InformationType Type of information in Buffer.
1561 @retval EFI_UNSUPPORT InformationType i
107 FileInterfaceNopGetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
129 FileInterfaceNopSetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN UINTN BufferSize, IN VOID *Buffer ) argument
1542 FileInterfaceFileGetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer ) argument
1571 FileInterfaceFileSetInfo( IN EFI_FILE_PROTOCOL *This, IN EFI_GUID *InformationType, IN UINTN BufferSize, IN VOID *Buffer ) argument
[all...]

Completed in 51 milliseconds