Contents

copyClientWithCategory

Declaration

virtual IOService * copyClientWithCategory(
 const OSSymbol *category );

Parameters

  • category:

    An OSSymbol corresponding to an IOMatchCategory matching property.

Return Value

Returns a reference to the IOService child with the given category. The result should be released by the caller.

See Also

Miscellaneous