Searched refs:gIOMatchCategoryKey (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp105 const OSSymbol * gIOMatchCategoryKey; variable
284 gIOMatchCategoryKey = OSSymbol::withCStringNoCopy( kIOMatchCategoryKey );
355 && gIOMatchCategoryKey && gIODefaultMatchCategoryKey
2542 service->getProperty( gIOMatchCategoryKey ));
2655 match->getObject( gIOMatchCategoryKey ));
2758 props->getObject( gIOMatchCategoryKey ));
2761 inst->setProperty( gIOMatchCategoryKey, (OSObject *) category );
4721 if( 0 == service->getProperty( gIOMatchCategoryKey ))
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h116 extern const OSSymbol * gIOMatchCategoryKey;
226 <code>kIOMatchCategoryKey, extern const OSSymbol * gIOMatchCategoryKey, "IOMatchCategory"</code>
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2211 uniqueStringPlistProperty(personalityDict, gIOMatchCategoryKey);

Completed in 107 milliseconds