Home
last modified time | relevance | path

Searched refs:kIOReturnVMError (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.81.4/iokit/DriverKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-12377.81.4/iokit/IOKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-12377.81.4/iokit/Kernel/
H A DIODMACommand.cpp557 return kIOReturnVMError; in segmentOp()
866 return kIOReturnVMError; in prepare()
H A DIOLib.cpp1422 ret = kIOReturnVMError; in IOSetProcessorCacheMode()
H A DIOKitDebug.cpp1567 ret = kIOReturnVMError; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp772 err = kIOReturnVMError; in memoryReferenceCreate()
4325 return (page >= pageCount) ? kIOReturnSuccess : kIOReturnVMError; in io_get_kernel_static_upl()
5485 err = kIOReturnVMError; in populateDevicePager()
H A DIOUserServer.cpp2235 ret = kIOReturnVMError; in waitInterruptTrap()
3420 return kIOReturnVMError; in IOUserServerUEXTTrap()
3498 return kIOReturnVMError; in IOUserServerUEXTTrap()
H A DIOUserClient.cpp3960 err = kIOReturnVMError; in is_io_registry_entry_get_properties_bin_buf()
4068 err = kIOReturnVMError; in is_io_registry_entry_get_property_bin_buf()
H A DIOService.cpp8320 {kIOReturnVMError, "virtual memory error" }, in stringFromReturn()
8381 case kIOReturnVMError: in errnoFromReturn()
/xnu-12377.81.4/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp399 ret = kIOReturnVMError; in map()