Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/DriverKit/ !
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-10063.101.15/iokit/IOKit/ !
H A DIOReturn.h155 #define kIOReturnVMError iokit_common_err(0x2c8) // misc. VM failure macro
/xnu-10063.101.15/iokit/Kernel/ !
H A DIODMACommand.cpp553 return kIOReturnVMError; in segmentOp()
862 return kIOReturnVMError; in prepare()
H A DIOLib.cpp1475 ret = kIOReturnVMError; in IOSetProcessorCacheMode()
H A DIOKitDebug.cpp1535 ret = kIOReturnVMError; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp765 err = kIOReturnVMError; in memoryReferenceCreate()
4079 return (page >= pageCount) ? kIOReturnSuccess : kIOReturnVMError; in io_get_kernel_static_upl()
5184 err = kIOReturnVMError; in populateDevicePager()
H A DIOUserServer.cpp2220 ret = kIOReturnVMError; in waitInterruptTrap()
3375 return kIOReturnVMError; in IOUserServerUEXTTrap()
3453 return kIOReturnVMError; in IOUserServerUEXTTrap()
H A DIOUserClient.cpp3914 err = kIOReturnVMError; in is_io_registry_entry_get_properties_bin_buf()
4022 err = kIOReturnVMError; in is_io_registry_entry_get_property_bin_buf()
H A DIOService.cpp8113 {kIOReturnVMError, "virtual memory error" }, in stringFromReturn()
8174 case kIOReturnVMError: in errnoFromReturn()
/xnu-10063.101.15/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp397 ret = kIOReturnVMError; in map()