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

/darwin-on-arm/xnu/bsd/dev/random/
H A Drandomdev.c477 int retCode = 0; local
489 while (uio_resid(uio) > 0 && retCode == 0) {
492 retCode = uiomove(rdBuffer, bytesToInput, uio);
493 if (retCode != 0)
500 retCode = EIO;
507 retCode = EIO;
511 /* retCode should be 0 at this point */
515 return (retCode);
524 int retCode = 0; local
534 while (bytes_remaining > 0 && retCode
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp5591 IOReturn retCode; local
5645 retCode = context->us->messageClient(msgType, object, (void *) &notify, sizeof(notify));
5647 if (kIOReturnSuccess == retCode)
5775 IOReturn retCode; local
5828 retCode = context->us->messageClient(
5831 if ( kIOReturnSuccess == retCode )

Completed in 30 milliseconds