Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/bsddev/
H A DDINetBootHook.cpp192 res = kIOReturnNotFound; in di_root_image_ext()
320 res = kIOReturnNotFound; in di_root_ramfile_buf()
/xnu-10063.101.15/tests/nvram_tests/
H A Dnvram_helper.c200 return kIOReturnNotFound; in GetVariable()
301 if (GetVariable(name, optionsRef) == kIOReturnNotFound) { in DeleteVariable()
/xnu-10063.101.15/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.cpp166 return kIOReturnNotFound; in stringToFlags()
180 return kIOReturnNotFound; in flagsToString()
H A DIOUserClient.cpp2421 return kIOReturnNotFound; in is_io_object_get_class()
2449 ret = kIOReturnNotFound; in is_io_object_get_superclass()
2500 ret = kIOReturnNotFound; in is_io_object_get_bundle_identifier()
2803 kr = *service ? kIOReturnSuccess : kIOReturnNotFound; in internal_io_service_get_matching_service()
3440 res = entry ? kIOReturnSuccess : kIOReturnNotFound; in is_io_registry_entry_from_path_ool()
3587 return kIOReturnNotFound; in is_io_registry_entry_get_location_in_plane()
3732 return kIOReturnNotFound; in is_io_registry_entry_get_property()
3780 return kIOReturnNotFound; in is_io_registry_entry_get_property_recursively()
3972 err = kIOReturnNotFound; in is_io_registry_entry_get_property_bin_buf()
H A DIOReporter.cpp950 IOReturn res = kIOReturnNotFound; in getChannelIndices()
H A DIOKitDebug.cpp1250 ret = kIOReturnNotFound; in IOTrackingDebug()
1256 return kIOReturnNotFound; in IOTrackingDebug()
H A DIOUserServer.cpp421 ret = kIOReturnNotFound; in CopyDispatchQueue_Impl()
597 return kIOReturnNotFound; in RemoveProperty_Impl()
5223 return object ? kIOReturnSuccess : kIOReturnNotFound; in SearchProperty_Impl()
5917 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
5924 ret = kIOReturnNotFound; in eventlinkConfigurationTrap()
5990 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
5997 ret = kIOReturnNotFound; in workgroupConfigurationTrap()
7122 ret = kIOReturnNotFound; in StateNotificationItemCopy_Impl()
H A DIONVRAM.cpp1988 ret = kIOReturnNotFound; in removePropertyWithGUIDAndName()
2006 ret = kIOReturnNotFound; in removePropertyWithGUIDAndName()
H A DIOPMrootDomain.cpp4632 return kIOReturnNotFound;
4650 ret = kIOReturnNotFound;
4724 ret = kIOReturnNotFound;
10571 return kIOReturnNotFound;
11486 return kIOReturnNotFound;
11535 return kIOReturnNotFound;
H A DIOServicePM.cpp1442 return kIOReturnNotFound; in deRegisterInterestedDriver()
H A DIOService.cpp8435 IOReturn result = kIOReturnNotFound; in setLatencyHandler()
/xnu-10063.101.15/iokit/DriverKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-10063.101.15/iokit/IOKit/
H A DIOReturn.h197 #define kIOReturnNotFound iokit_common_err(0x2f0) // data was not found macro
/xnu-10063.101.15/libsyscall/mach/
H A Derr_iokit.sub39 err_code_map_entry(kIOReturnError, kIOReturnNotFound),