Contents

handleStart

Declaration

virtual bool handleStart(
 IOService *provider);

Parameters

  • provider:

    This object's provider.

Return Value

Returns true on success, false otherwise.

Overview

Prepare the block storage driver for operation.

This is where a media object needs to be created for fixed media, and optionally for removable media.

Note that this method is called from within the start() routine; if this method returns successfully, it should be prepared to accept any of IOBlockStorageDriver's APIs.

See Also

Miscellaneous