![Intel Extensible Firmware Interface Specification Download Page 164](http://html1.mh-extra.com/html/intel/extensible-firmware-interface/extensible-firmware-interface_specification_2073117164.webp)
Extensible Firmware Interface Specification
146
12/12/00
Version 1.02
6.2.4 DEVICE_IO.Unmap()
Summary
Completes the
Map()
operation and releases any corresponding resources.
Prototype
typedef
EFI_STATUS
(EFIAPI *EFI_IO_UNMAP) (
IN EFI_DEVICE_IO_INTERFACE
*This,
IN VOID
*Mapping
);
Parameters
This
A pointer to the
EFI_DEVICE_IO_INTERFACE
instance. Type
EFI_DEVICE_IO_INTERFACE
is defined in Section 6.2.
Mapping
The mapping value returned from
Map()
.
Description
The
Unmap()
function completes the
Map()
operation and releases any corresponding resources.
If the operation was an
EFIBusMasterWrite
, the data is committed to the target system
memory. Any resources used for the mapping are freed.
Status Codes Returned
EFI_SUCCESS
The range was unmapped.
EFI_DEVICE_ERROR
The data was not committed to the target system memory.
Summary of Contents for Extensible Firmware Interface
Page 1: ...Extensible Firmware Interface Specification Version 1 02 December 12 2000...
Page 4: ...Extensible Firmware Interface Specification iv 12 12 00 Version 1 02...
Page 42: ...Extensible Firmware Interface Specification 24 12 01 00 Version 1 02...
Page 190: ...Extensible Firmware Interface Specification 172 12 12 00 Version 1 02...
Page 200: ...Extensible Firmware Interface Specification 182 12 12 00 Version 1 02...
Page 226: ...Extensible Firmware Interface Specification 208 12 12 00 Version 1 02...
Page 230: ...Extensible Firmware Interface Specification 212 12 12 00 Version 1 02...
Page 252: ...Extensible Firmware Interface Specification 234 12 12 00 Version 1 02...
Page 294: ...Extensible Firmware Interface Specification 276 12 12 00 Version 1 02...
Page 348: ...Extensible Firmware Interface Specification 330 12 01 00 Version 1 01...
Page 350: ...Extensible Firmware Interface Specification 332 12 12 00 Version 1 02...
Page 354: ...Extensible Firmware Interface Specification 336 12 12 00 Version 1 02...
Page 362: ...Extensible Firmware Interface Specification 344 12 12 00 Version 1 02...
Page 486: ...Extensible Firmware Interface Specification 468 12 12 00 Version 1 02...
Page 494: ...Extensible Firmware Interface Specification 476 12 12 00 Version 1 02...