Contents

copyMatchingService

Finds one of the current published IOService objects matching a matching dictionary.

Declaration

static IOService * copyMatchingService(
 OSDictionary *matching );

Parameters

  • matching:

    The matching dictionary describing the desired IOService object.

Return Value

The IOService object or NULL. To be released by the caller.

Overview

Provides a method to find one member of the set of published IOService objects matching the supplied matching dictionary.

See Also

Miscellaneous