Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/IOKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-11215.61.5/iokit/DriverKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-11215.61.5/iokit/Kernel/
H A DIODMACommand.cpp557 return kIOReturnVMError; in segmentOp()
866 return kIOReturnVMError; in prepare()
H A DIOLib.cpp1476 ret = kIOReturnVMError; in IOSetProcessorCacheMode()
H A DIOKitDebug.cpp1565 ret = kIOReturnVMError; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp763 err = kIOReturnVMError; in memoryReferenceCreate()
4079 return (page >= pageCount) ? kIOReturnSuccess : kIOReturnVMError; in io_get_kernel_static_upl()
5234 err = kIOReturnVMError; in populateDevicePager()
H A DIOUserServer.cpp2243 ret = kIOReturnVMError; in waitInterruptTrap()
3427 return kIOReturnVMError; in IOUserServerUEXTTrap()
3505 return kIOReturnVMError; in IOUserServerUEXTTrap()
H A DIOUserClient.cpp3913 err = kIOReturnVMError; in is_io_registry_entry_get_properties_bin_buf()
4021 err = kIOReturnVMError; in is_io_registry_entry_get_property_bin_buf()
H A DIOService.cpp8178 {kIOReturnVMError, "virtual memory error" }, in stringFromReturn()
8239 case kIOReturnVMError: in errnoFromReturn()
/xnu-11215.61.5/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp399 ret = kIOReturnVMError; in map()