Searched refs:kIOReturnNoCompletion (Results 1 – 5 of 5) sorted by relevance
190 #define kIOReturnNoCompletion iokit_common_err(0x2ea) // a completion routine is required macro
129 * kIOReturnNoCompletion will be returned for the caller to implement the method.
7893 {kIOReturnNoCompletion, "no completion routine" }, in stringFromReturn()7953 case kIOReturnNoCompletion: in errnoFromReturn()
6246 err = kIOReturnNoCompletion; /* implementator can dispatch */ in externalMethod()