Searched refs:copyClientWithCategory (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h370 /*! @function copyClientWithCategory
376 virtual IOService * copyClientWithCategory( const OSSymbol * category );
1247 // copyClientWithCategory is the public replacement
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2530 IOService * IOService::copyClientWithCategory( const OSSymbol * category ) function in class:IOService
2557 service = copyClientWithCategory(category);
2659 if( (client = copyClientWithCategory(category)) ) {

Completed in 22 milliseconds