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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h145 extern SInt32 IOServiceOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2767 static SInt32 IONotifyOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref ) argument
2770 const _IOServiceNotifier * obj2 = (const _IOServiceNotifier *) inObj2;
2812 SInt32 IOServiceOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref ) argument
2815 const OSObject * obj2 = (const OSObject *) inObj2;

Completed in 128 milliseconds