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

/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h149 class _IOServiceJob : public OSObject class in inherits:OSObject
153 OSDeclareDefaultStructors(_IOServiceJob)
160 static _IOServiceJob * startJob( IOService * nub, int type,
162 static void pingConfig( class _IOServiceJob * job );
H A DIOService.cpp81 OSDefineMetaClassAndStructors(_IOServiceJob, OSObject)
753 ok = (0 != _IOServiceJob::startJob( this, kMatchNubJob, options ));
836 _IOServiceJob * _IOServiceJob::startJob( IOService * nub, int type,
839 _IOServiceJob * job;
841 job = new _IOServiceJob;
3673 _IOServiceJob * job;
3693 job = (_IOServiceJob *) gJobs->getFirstObject();
3781 void _IOServiceJob::pingConfig( _IOServiceJob * jo
[all...]

Completed in 32 milliseconds