Contents

nullSetModeHandler

Null set mode handler.

Declaration

static bool nullSetModeHandler(
 IOService *target,
 bool active);

Return Value

This function will always return true.

Overview

This function is registered as the set mode handler when an IOKernelDebugger object surrenders its status as the active debugger nub. Until another IOKernelDebugger object gets promoted, this function will handle set mode requests from KDP.

See Also

Miscellaneous