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

/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleNMI/
H A DAppleNMI.cpp45 bool RootRegistered( OSObject * us, void *, IOService * yourDevice, __unused IONotifier * yourNotifier );
88 bool RootRegistered( OSObject * us, void *, IOService * yourDevice, __unused IONotifier * yourNotifier) argument
90 if ( yourDevice != NULL ) {
91 ((AppleNMI *)us)->rootDomain = yourDevice;
92 ((IOPMrootDomain *)yourDevice)->registerInterestedDriver((IOService *) us);
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMNMI.cpp43 } bool RootRegistered(OSObject * us, void *, IOService * yourDevice);

Completed in 13 milliseconds