Contents

getMatchingServices

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

Declaration

static OSIterator * getMatchingServices(
 OSDictionary *matching );

Parameters

  • matching:

    The matching dictionary describing the desired IOService objects.

Return Value

An instance of an iterator over a set of IOService objects. To be released by the caller.

Overview

Provides a method of finding the current set of published IOService objects matching the supplied matching dictionary.

See Also

Miscellaneous