Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/DriverKit/
H A DIOReturn.h154 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-8019.80.24/iokit/IOKit/
H A DIOReturn.h154 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-8019.80.24/iokit/Kernel/
H A DIODMACommand.cpp544 return kIOReturnVMError; in segmentOp()
853 return kIOReturnVMError; in prepare()
H A DIOLib.cpp1306 ret = kIOReturnVMError; in IOSetProcessorCacheMode()
H A DIOKitDebug.cpp1455 ret = kIOReturnVMError; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp755 err = kIOReturnVMError; in memoryReferenceCreate()
4061 return (page >= pageCount) ? kIOReturnSuccess : kIOReturnVMError; in io_get_kernel_static_upl()
5165 err = kIOReturnVMError; in populateDevicePager()
H A DIOUserServer.cpp2050 ret = kIOReturnVMError; in waitInterruptTrap()
3164 return kIOReturnVMError; in IOUserServerUEXTTrap()
3237 return kIOReturnVMError; in IOUserServerUEXTTrap()
H A DIOUserClient.cpp3817 err = kIOReturnVMError; in is_io_registry_entry_get_properties_bin_buf()
3925 err = kIOReturnVMError; in is_io_registry_entry_get_property_bin_buf()
H A DIOService.cpp7861 {kIOReturnVMError, "virtual memory error" }, in stringFromReturn()
7922 case kIOReturnVMError: in errnoFromReturn()
/xnu-8019.80.24/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp396 ret = kIOReturnVMError; in map()