Home
last modified time | relevance | path

Searched refs:gIOMatchedServiceCountKey (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h140 extern const OSSymbol * gIOMatchedServiceCountKey;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp142 const OSSymbol * gIOMatchedServiceCountKey; variable
474 gIOMatchedServiceCountKey = OSSymbol::withCStringNoCopy( in initialize()
7831 num = OSDynamicCast( OSNumber, table->getObject( gIOMatchedServiceCountKey )); in matchInternal()