Home
last modified time | relevance | path

Searched refs:gIOAssociatedServicesKey (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h154 extern const OSSymbol * gIOAssociatedServicesKey;
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4625 OSObject * serviceArrayObj = copyProperty(gIOAssociatedServicesKey); in serviceAttach()
4636 setProperty(gIOAssociatedServicesKey, serviceArray); in serviceAttach()
5730 OSObject * serviceArrayObj = copyProperty(gIOAssociatedServicesKey); in serviceStop()
5745 setProperty(gIOAssociatedServicesKey, serviceArray); in serviceStop()
H A DIOService.cpp303 const OSSymbol * gIOAssociatedServicesKey; variable
692 gIOAssociatedServicesKey = OSSymbol::withCStringNoCopy( "IOAssociatedServices" ); in initialize()