Contents

matchLocation

Allows a registered IOService object to direct location matching.

Declaration

virtual IOService * matchLocation(
 IOService *client );

Parameters

  • client:

    The IOService object at which matching is taking place.

Return Value

Returns the IOService instance to be used for location matching.

Overview

By default, a location matching property will be applied to an IOService object's provider. This method allows that behavior to be overridden by families.

See Also

Miscellaneous