Contents

unmap

Force the IOMemoryMap to unmap, without destroying the object.

Declaration

virtual IOReturn unmap();

Return Value

An IOReturn code.

Overview

IOMemoryMap instances will unmap themselves upon free, ie. when the last client with a reference calls release. This method forces the IOMemoryMap to destroy the mapping it represents, regardless of the number of clients. It is not generally used.

See Also

Miscellaneous