Searched refs:ioReturn (Results 1 - 1 of 1) sorted by path

/macosx-10.10.1/AppleUSBIrDA-145.2.4/
H A DAppleIrDA.cpp38 IOReturn ioReturn = kIOReturnSuccess; local
49 ioReturn = -1;
59 ioReturn = -2;
63 if (ioReturn == kIOReturnSuccess) {
66 ioReturn = -3;
70 if (ioReturn == kIOReturnSuccess) {
73 ioReturn = -4;
77 if (ioReturn != kIOReturnSuccess && client != NULL) {
82 return (ioReturn);

Completed in 238 milliseconds