Contents

configureReport

configure IOReporting channels

Declaration

virtual IOReturn configureReport(
 IOReportChannelList *channels, 
 IOReportConfigureActionaction, 
 void *result, 
 void *destination);

Parameters

  • channels:

    - channels to configure

  • action:

    - enable/disable/size, etc

  • result:

    - action-specific returned value

  • destination:

    - action-specific default destination

See Also

Miscellaneous