Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/IOKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-11417.121.6/iokit/DriverKit/
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-11417.121.6/iokit/Kernel/
H A DIODMACommand.cpp557 return kIOReturnVMError; in segmentOp()
866 return kIOReturnVMError; in prepare()
H A DIOLib.cpp1381 ret = kIOReturnVMError; in IOSetProcessorCacheMode()
H A DIOKitDebug.cpp1567 ret = kIOReturnVMError; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp765 err = kIOReturnVMError; in memoryReferenceCreate()
4103 return (page >= pageCount) ? kIOReturnSuccess : kIOReturnVMError; in io_get_kernel_static_upl()
5259 err = kIOReturnVMError; in populateDevicePager()
H A DIOUserServer.cpp2221 ret = kIOReturnVMError; in waitInterruptTrap()
3405 return kIOReturnVMError; in IOUserServerUEXTTrap()
3483 return kIOReturnVMError; in IOUserServerUEXTTrap()
H A DIOUserClient.cpp3927 err = kIOReturnVMError; in is_io_registry_entry_get_properties_bin_buf()
4035 err = kIOReturnVMError; in is_io_registry_entry_get_property_bin_buf()
H A DIOService.cpp8185 {kIOReturnVMError, "virtual memory error" }, in stringFromReturn()
8246 case kIOReturnVMError: in errnoFromReturn()
/xnu-11417.121.6/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp399 ret = kIOReturnVMError; in map()