Searched refs:inObj1 (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
2769 const _IOServiceNotifier * obj1 = (const _IOServiceNotifier *) inObj1;
2812 SInt32 IOServiceOrdering( const OSMetaClassBase * inObj1, const OSMetaClassBase * inObj2, void * ref ) argument
2814 const OSObject * obj1 = (const OSObject *) inObj1;

Completed in 329 milliseconds