Contents

stop

During an IOService termination, the stop method is called in its clients before they are detached & it is destroyed.

Declaration

virtual void stop(
 IOService *provider );

Overview

The termination process for an IOService (the provider) will call stop in each of its clients, after they have closed the provider if they had it open, or immediately on termination.

See Also

Miscellaneous