Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/bsddev/
H A DDINetBootHook.cpp192 res = kIOReturnNotFound; in di_root_image_ext()
320 res = kIOReturnNotFound; in di_root_ramfile_buf()
/xnu-12377.41.6/tests/nvram_tests/
H A Dnvram_helper.c200 return kIOReturnNotFound; in GetVariable()
301 if (GetVariable(name, optionsRef) == kIOReturnNotFound) { in DeleteVariable()
/xnu-12377.41.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 DIOPerfControl.cpp796 IOReturn result = kIOReturnNotFound; in querySubmitterRole()
811 result = kIOReturnNotFound; in querySubmitterRole()
H A DIOUserClient.cpp2453 return kIOReturnNotFound; in is_io_object_get_class()
2481 ret = kIOReturnNotFound; in is_io_object_get_superclass()
2532 ret = kIOReturnNotFound; in is_io_object_get_bundle_identifier()
2835 kr = *service ? kIOReturnSuccess : kIOReturnNotFound; in internal_io_service_get_matching_service()
3486 res = entry ? kIOReturnSuccess : kIOReturnNotFound; in is_io_registry_entry_from_path_ool()
3633 return kIOReturnNotFound; in is_io_registry_entry_get_location_in_plane()
3778 return kIOReturnNotFound; in is_io_registry_entry_get_property()
3826 return kIOReturnNotFound; in is_io_registry_entry_get_property_recursively()
4018 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.cpp402 ret = kIOReturnNotFound; in CopyDispatchQueue_Impl()
578 return kIOReturnNotFound; in RemoveProperty_Impl()
5204 ret = kIOReturnNotFound; in serviceReleasePMAssertion()
5473 return object ? kIOReturnSuccess : kIOReturnNotFound; in SearchProperty_Impl()
6333 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
6398 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
7519 ret = kIOReturnNotFound; in StateNotificationItemSet_Impl()
7562 ret = kIOReturnNotFound; in StateNotificationItemCopy_Impl()
H A DIONVRAMCHRPHandler.cpp1268 IOReturn ret = kIOReturnNotFound; in getVarDict()
H A DIOPMrootDomain.cpp4804 return kIOReturnNotFound;
4822 ret = kIOReturnNotFound;
4896 ret = kIOReturnNotFound;
10930 return kIOReturnNotFound;
11960 return kIOReturnNotFound;
12009 return kIOReturnNotFound;
H A DIONVRAMV3Handler.cpp1515 IOReturn ret = kIOReturnNotFound; in getVarDict()
H A DIONVRAM.cpp2169 ret = kIOReturnNotFound; in removePropertyWithGUIDAndName()
H A DIOServicePM.cpp1469 return kIOReturnNotFound; in deRegisterInterestedDriver()
H A DIOService.cpp8642 IOReturn result = kIOReturnNotFound; in setLatencyHandler()
/xnu-12377.41.6/iokit/IOKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-12377.41.6/iokit/DriverKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-12377.41.6/osfmk/device/
H A Diokit_rpc.c214 return kIOReturnNotFound; in iokit_lookup_raw_current_task()
226 return kIOReturnNotFound; in iokit_lookup_raw_current_task()
/xnu-12377.41.6/libsyscall/mach/
H A Derr_iokit.sub39 err_code_map_entry(kIOReturnError, kIOReturnNotFound),