Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-8792.41.9/iokit/Kernel/
H A DIODMACommand.cpp548 return kIOReturnVMError; in segmentOp()
857 return kIOReturnVMError; in prepare()
H A DIOLib.cpp1475 ret = kIOReturnVMError; in IOSetProcessorCacheMode()
H A DIOKitDebug.cpp1535 ret = kIOReturnVMError; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp749 err = kIOReturnVMError; in memoryReferenceCreate()
4077 return (page >= pageCount) ? kIOReturnSuccess : kIOReturnVMError; in io_get_kernel_static_upl()
5182 err = kIOReturnVMError; in populateDevicePager()
H A DIOUserServer.cpp2163 ret = kIOReturnVMError; in waitInterruptTrap()
3306 return kIOReturnVMError; in IOUserServerUEXTTrap()
3383 return kIOReturnVMError; in IOUserServerUEXTTrap()
H A DIOUserClient.cpp3828 err = kIOReturnVMError; in is_io_registry_entry_get_properties_bin_buf()
3936 err = kIOReturnVMError; in is_io_registry_entry_get_property_bin_buf()
H A DIOService.cpp8009 {kIOReturnVMError, "virtual memory error" }, in stringFromReturn()
8070 case kIOReturnVMError: in errnoFromReturn()
/xnu-8792.41.9/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp397 ret = kIOReturnVMError; in map()