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

Completed in 41 milliseconds