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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp493 IOReturn newErr; local
494 newErr = poller->checkForWork();
495 if ((newErr == kIOReturnAborted) && !abortable)
496 newErr = kIOReturnSuccess;
498 err = newErr;

Completed in 19 milliseconds