Home
last modified time | relevance | path

Searched refs:kIOReturnNotFound (Results 1 – 14 of 14) sorted by relevance

/xnu-8792.41.9/iokit/bsddev/
H A DDINetBootHook.cpp192 res = kIOReturnNotFound; in di_root_image_ext()
320 res = kIOReturnNotFound; in di_root_ramfile_buf()
/xnu-8792.41.9/iokit/Kernel/
H A DIOPolledInterface.cpp523 return kIOReturnNotFound; in IOGetVolumeCryptKey()
598 return kIOReturnNotFound; in IOGetHibernationCryptKey()
678 err = kIOReturnNotFound; in IOPolledFileOpen()
718 err = kIOReturnNotFound; in IOPolledFileOpen()
749 err = kIOReturnNotFound; in IOPolledFileOpen()
H A DIOWorkloadConfig.cpp160 return kIOReturnNotFound; in stringToFlags()
174 return kIOReturnNotFound; in flagsToString()
H A DIOUserClient.cpp2335 return kIOReturnNotFound; in is_io_object_get_class()
2363 ret = kIOReturnNotFound; in is_io_object_get_superclass()
2414 ret = kIOReturnNotFound; in is_io_object_get_bundle_identifier()
2717 kr = *service ? kIOReturnSuccess : kIOReturnNotFound; in internal_io_service_get_matching_service()
3354 res = entry ? kIOReturnSuccess : kIOReturnNotFound; in is_io_registry_entry_from_path_ool()
3501 return kIOReturnNotFound; in is_io_registry_entry_get_location_in_plane()
3646 return kIOReturnNotFound; in is_io_registry_entry_get_property()
3694 return kIOReturnNotFound; in is_io_registry_entry_get_property_recursively()
3886 err = kIOReturnNotFound; in is_io_registry_entry_get_property_bin_buf()
H A DIOReporter.cpp950 IOReturn res = kIOReturnNotFound; in getChannelIndices()
H A DIONVRAM.cpp1420 return kIOReturnNotFound; in chooseDictionary()
1770 ret = kIOReturnNotFound; in removePropertyWithGUIDAndName()
H A DIOKitDebug.cpp1250 ret = kIOReturnNotFound; in IOTrackingDebug()
1256 return kIOReturnNotFound; in IOTrackingDebug()
H A DIOUserServer.cpp410 ret = kIOReturnNotFound; in CopyDispatchQueue_Impl()
586 return kIOReturnNotFound; in RemoveProperty_Impl()
5153 return object ? kIOReturnSuccess : kIOReturnNotFound; in SearchProperty_Impl()
5853 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
5860 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
5926 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
5933 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
7049 ret = kIOReturnNotFound; in StateNotificationItemCopy_Impl()
H A DIOPMrootDomain.cpp4599 return kIOReturnNotFound; in removePublishedFeature()
4617 ret = kIOReturnNotFound; in removePublishedFeature()
4691 ret = kIOReturnNotFound; in removePublishedFeature()
10470 return kIOReturnNotFound; in setPMAssertionUserLevels()
11307 return kIOReturnNotFound; in handleReleaseAssertion()
11356 return kIOReturnNotFound; in handleSetAssertionLevel()
H A DIOServicePM.cpp1426 return kIOReturnNotFound; in deRegisterInterestedDriver()
H A DIOService.cpp8331 IOReturn result = kIOReturnNotFound; in setLatencyHandler()
/xnu-8792.41.9/iokit/IOKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-8792.41.9/iokit/DriverKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-8792.41.9/libsyscall/mach/
H A Derr_iokit.sub39 err_code_map_entry(kIOReturnError, kIOReturnNotFound),