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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h143 extern SInt32 IOServiceOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2466 static SInt32 IONotifyOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref ) argument
2469 const _IOServiceNotifier * obj2 = (const _IOServiceNotifier *) inObj2;
2511 SInt32 IOServiceOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref ) argument
2514 const OSObject * obj2 = (const OSObject *) inObj2;

Completed in 75 milliseconds