Contents

willTerminate

Passes a termination up the stack.

Declaration

virtual bool willTerminate(
 IOService *provider,
 IOOptionBitsoptions );

Parameters

  • provider:

    The terminated provider of this object.

  • options:

    Options originally passed to terminate.

Return Value

true.

Overview

Notification that a provider has been terminated, sent before recursing up the stack, in root-to-leaf order.

See Also

Miscellaneous