Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/IOKit/
H A DIOReturn.h154 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-8020.101.4/iokit/DriverKit/
H A DIOReturn.h154 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-8020.101.4/iokit/Kernel/
H A DIODMACommand.cpp544 return kIOReturnVMError; in segmentOp()
853 return kIOReturnVMError; in prepare()
H A DIOLib.cpp1372 ret = kIOReturnVMError; in IOSetProcessorCacheMode()
H A DIOKitDebug.cpp1447 ret = kIOReturnVMError; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp755 err = kIOReturnVMError; in memoryReferenceCreate()
4068 return (page >= pageCount) ? kIOReturnSuccess : kIOReturnVMError; in io_get_kernel_static_upl()
5173 err = kIOReturnVMError; in populateDevicePager()
H A DIOUserServer.cpp2054 ret = kIOReturnVMError; in waitInterruptTrap()
3168 return kIOReturnVMError; in IOUserServerUEXTTrap()
3241 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.cpp7862 {kIOReturnVMError, "virtual memory error" }, in stringFromReturn()
7923 case kIOReturnVMError: in errnoFromReturn()
/xnu-8020.101.4/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp397 ret = kIOReturnVMError; in map()