Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/bsddev/
H A DDINetBootHook.cpp192 res = kIOReturnNotFound; in di_root_image_ext()
320 res = kIOReturnNotFound; in di_root_ramfile_buf()
/xnu-11215.61.5/tests/nvram_tests/
H A Dnvram_helper.c200 return kIOReturnNotFound; in GetVariable()
301 if (GetVariable(name, optionsRef) == kIOReturnNotFound) { in DeleteVariable()
/xnu-11215.61.5/iokit/Kernel/
H A DIOPolledInterface.cpp518 return kIOReturnNotFound; in IOGetVolumeCryptKey()
593 return kIOReturnNotFound; in IOGetHibernationCryptKey()
673 err = kIOReturnNotFound; in IOPolledFileOpen()
713 err = kIOReturnNotFound; in IOPolledFileOpen()
744 err = kIOReturnNotFound; in IOPolledFileOpen()
H A DIOWorkloadConfig.cpp172 return kIOReturnNotFound; in stringToFlags()
186 return kIOReturnNotFound; in flagsToString()
H A DIOUserClient.cpp2420 return kIOReturnNotFound; in is_io_object_get_class()
2448 ret = kIOReturnNotFound; in is_io_object_get_superclass()
2499 ret = kIOReturnNotFound; in is_io_object_get_bundle_identifier()
2802 kr = *service ? kIOReturnSuccess : kIOReturnNotFound; in internal_io_service_get_matching_service()
3439 res = entry ? kIOReturnSuccess : kIOReturnNotFound; in is_io_registry_entry_from_path_ool()
3586 return kIOReturnNotFound; in is_io_registry_entry_get_location_in_plane()
3731 return kIOReturnNotFound; in is_io_registry_entry_get_property()
3779 return kIOReturnNotFound; in is_io_registry_entry_get_property_recursively()
3971 err = kIOReturnNotFound; in is_io_registry_entry_get_property_bin_buf()
H A DIOReporter.cpp950 IOReturn res = kIOReturnNotFound; in getChannelIndices()
H A DIOKitDebug.cpp1263 ret = kIOReturnNotFound; in IOTrackingDebug()
1269 return kIOReturnNotFound; in IOTrackingDebug()
H A DIOUserServer.cpp425 ret = kIOReturnNotFound; in CopyDispatchQueue_Impl()
601 return kIOReturnNotFound; in RemoveProperty_Impl()
5338 return object ? kIOReturnSuccess : kIOReturnNotFound; in SearchProperty_Impl()
6040 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
6047 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
6113 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
6120 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
7252 ret = kIOReturnNotFound; in StateNotificationItemCopy_Impl()
H A DIONVRAM.cpp1997 ret = kIOReturnNotFound; in removePropertyWithGUIDAndName()
2015 ret = kIOReturnNotFound; in removePropertyWithGUIDAndName()
H A DIOPMrootDomain.cpp4651 return kIOReturnNotFound;
4669 ret = kIOReturnNotFound;
4743 ret = kIOReturnNotFound;
10674 return kIOReturnNotFound;
11584 return kIOReturnNotFound;
11633 return kIOReturnNotFound;
H A DIOServicePM.cpp1442 return kIOReturnNotFound; in deRegisterInterestedDriver()
H A DIOService.cpp8504 IOReturn result = kIOReturnNotFound; in setLatencyHandler()
/xnu-11215.61.5/iokit/IOKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-11215.61.5/iokit/DriverKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-11215.61.5/libsyscall/mach/
H A Derr_iokit.sub39 err_code_map_entry(kIOReturnError, kIOReturnNotFound),