Contents

disable

A disable request from an IOKernelDebugger client.

Declaration

virtual IOReturn disable(
 IOKernelDebugger *debugger);

Parameters

  • debugger:

    The IOKernelDebugger client requesting the disable.

Return Value

Returns kIOReturnSuccess. Drivers must return kIOReturnSuccess on success, or an error otherwise.

Overview

Drivers that provide debugging support may either override this method to disable support for the polled-mode send and receive methods, or override the base enable() and disable() methods that take an IOService argument.

See Also

Miscellaneous