Contents

nullRxHandler

Null receive handler.

Declaration

static void nullRxHandler(
 IOService *target, 
 void *buffer, 
 UInt32 *length, 
 UInt32 timeout );

Overview

This function is registered as the receive handler when an IOKernelDebugger object surrenders its status as the active debugger nub. Until another IOKernelDebugger object gets promoted, this function will handle polled receive requests from KDP. This function does nothing except to log a warning message.

See Also

Miscellaneous