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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp720 _IOServiceJob * job; local
722 job = new _IOServiceJob;
723 if( job && !job->init()) {
724 job->release();
725 job = 0;
728 if( job) {
729 job->type = type;
730 job->nub = nub;
731 job
3368 _IOServiceJob * job; local
[all...]
H A DIOServicePrivate.h163 static void pingConfig( class _IOServiceJob * job );

Completed in 30 milliseconds