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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h150 class _IOServiceJob : public OSObject class in inherits:OSObject
154 OSDeclareDefaultStructors(_IOServiceJob)
161 static _IOServiceJob * startJob( IOService * nub, int type,
163 static void pingConfig( class _IOServiceJob * job );
H A DIOService.cpp78 OSDefineMetaClassAndStructors(_IOServiceJob, OSObject)
634 ok = (0 != _IOServiceJob::startJob( this, kMatchNubJob, options ));
717 _IOServiceJob * _IOServiceJob::startJob( IOService * nub, int type,
720 _IOServiceJob * job;
722 job = new _IOServiceJob;
3368 _IOServiceJob * job;
3388 job = (_IOServiceJob *) gJobs->getFirstObject();
3476 void _IOServiceJob::pingConfig( _IOServiceJob * jo
[all...]

Completed in 23 milliseconds