Home
last modified time | relevance | path

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

/xnu-11417.121.6/iokit/bsddev/
H A DDINetBootHook.cpp192 res = kIOReturnNotFound; in di_root_image_ext()
320 res = kIOReturnNotFound; in di_root_ramfile_buf()
/xnu-11417.121.6/tests/nvram_tests/
H A Dnvram_helper.c200 return kIOReturnNotFound; in GetVariable()
301 if (GetVariable(name, optionsRef) == kIOReturnNotFound) { in DeleteVariable()
/xnu-11417.121.6/iokit/Kernel/
H A DIOPolledInterface.cpp518 return kIOReturnNotFound; in IOGetVolumeCryptKey()
593 return kIOReturnNotFound; in IOGetHibernationCryptKey()
676 err = kIOReturnNotFound; in IOPolledFileOpen()
716 err = kIOReturnNotFound; in IOPolledFileOpen()
747 err = kIOReturnNotFound; in IOPolledFileOpen()
H A DIOWorkloadConfig.cpp172 return kIOReturnNotFound; in stringToFlags()
186 return kIOReturnNotFound; in flagsToString()
H A DIOUserClient.cpp2434 return kIOReturnNotFound; in is_io_object_get_class()
2462 ret = kIOReturnNotFound; in is_io_object_get_superclass()
2513 ret = kIOReturnNotFound; in is_io_object_get_bundle_identifier()
2816 kr = *service ? kIOReturnSuccess : kIOReturnNotFound; in internal_io_service_get_matching_service()
3453 res = entry ? kIOReturnSuccess : kIOReturnNotFound; in is_io_registry_entry_from_path_ool()
3600 return kIOReturnNotFound; in is_io_registry_entry_get_location_in_plane()
3745 return kIOReturnNotFound; in is_io_registry_entry_get_property()
3793 return kIOReturnNotFound; in is_io_registry_entry_get_property_recursively()
3985 err = kIOReturnNotFound; in is_io_registry_entry_get_property_bin_buf()
H A DIOReporter.cpp950 IOReturn res = kIOReturnNotFound; in getChannelIndices()
H A DIOKitDebug.cpp1265 ret = kIOReturnNotFound; in IOTrackingDebug()
1271 return kIOReturnNotFound; in IOTrackingDebug()
H A DIOUserServer.cpp399 ret = kIOReturnNotFound; in CopyDispatchQueue_Impl()
575 return kIOReturnNotFound; in RemoveProperty_Impl()
5320 return object ? kIOReturnSuccess : kIOReturnNotFound; in SearchProperty_Impl()
6049 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
6114 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
7246 ret = kIOReturnNotFound; in StateNotificationItemCopy_Impl()
H A DIONVRAMCHRPHandler.cpp1260 IOReturn ret = kIOReturnNotFound; in getVarDict()
H A DIOPMrootDomain.cpp4658 return kIOReturnNotFound;
4676 ret = kIOReturnNotFound;
4750 ret = kIOReturnNotFound;
10684 return kIOReturnNotFound;
11594 return kIOReturnNotFound;
11643 return kIOReturnNotFound;
H A DIONVRAMV3Handler.cpp1590 IOReturn ret = kIOReturnNotFound; in getVarDict()
H A DIONVRAM.cpp1993 ret = kIOReturnNotFound; in removePropertyWithGUIDAndName()
H A DIOServicePM.cpp1442 return kIOReturnNotFound; in deRegisterInterestedDriver()
H A DIOService.cpp8511 IOReturn result = kIOReturnNotFound; in setLatencyHandler()
/xnu-11417.121.6/iokit/IOKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-11417.121.6/iokit/DriverKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-11417.121.6/osfmk/device/
H A Diokit_rpc.c221 return kIOReturnNotFound; in iokit_lookup_raw_current_task()
233 return kIOReturnNotFound; in iokit_lookup_raw_current_task()
/xnu-11417.121.6/libsyscall/mach/
H A Derr_iokit.sub39 err_code_map_entry(kIOReturnError, kIOReturnNotFound),