Home
last modified time | relevance | path

Searched refs:OSNoRetain (Results 1 – 17 of 17) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSSharedPtr.h62 inline constexpr auto OSNoRetain = libkern::no_retain; variable
82 return OSSharedPtr<T>(memory, OSNoRetain); in OSMakeShared()
106 OSSharedPtr<Destination> dest(raw, OSNoRetain); in OSDynamicPtrCast()
136 return OSSharedPtr<To>(static_cast<To*>(ptr.detach()), OSNoRetain); in OSStaticPtrCast()
150 return OSSharedPtr<To>(const_cast<To*>(ptr.detach()), OSNoRetain); in OSConstPtrCast()
/xnu-11215/libkern/c++/
H A DOSSerializeBinary.cpp646 errorString.reset(errorStringRaw, OSNoRetain); in OSUnserializeXML()
658 errorString.reset(errorStringRaw, OSNoRetain); in OSUnserializeXML()
667 errorString.reset(errorStringRaw, OSNoRetain); in OSUnserializeBinary()
676 errorString.reset(errorStringRaw, OSNoRetain); in OSUnserialize()
H A DOSSymbol.cpp237 ret.reset(sym, OSNoRetain); in findSymbol()
285 symToInsert.reset(sym, OSNoRetain); in insertSymbol()
H A DOSDictionary.cpp809 …SharedPtr<OSCollection, OSCollection> coll(OSDynamicCast(OSCollection, EXT_CAST(obj)), OSNoRetain); in copyCollection()
H A DOSKext.cpp3631 mkextPlistOut.reset(mkextPlist, OSNoRetain); in readMkext2Archive()
6059 kextRef.reset(kextRefRaw, OSNoRetain); in loadKextWithIdentifier()
10996 kcUUID.reset(result, OSNoRetain);
13031 callbackRecordOut.reset(callbackRecordOutRaw, OSNoRetain);
13073 callbackRecordOut.reset(callbackRecordOutRaw, OSNoRetain);
/xnu-11215/iokit/Kernel/
H A DIOCommandPool.cpp163 return OSSharedPtr<IOCommand>(command, OSNoRetain); in getCommand()
H A DIONVRAMCHRPHandler.cpp1093 propSymbol.reset(propSymbolRaw, OSNoRetain); in convertPropToObject()
1094 propObject.reset(propObjectRaw, OSNoRetain); in convertPropToObject()
1147 tmpData.reset(OSDynamicCast(OSData, propObject), OSNoRetain); in convertObjectToProp()
H A DIOPMrootDomain.cpp3904 str.reset(OSDynamicCast(OSString, obj), OSNoRetain); in handleQueueSleepWakeUUID()
6066 pciHostBridgeDevice.reset(provider, OSNoRetain);
6067 pciHostBridgeDriver.reset(service, OSNoRetain);
10746 return OSSharedPtr<OSBoolean>(kOSBooleanTrue, OSNoRetain);
10755 return OSSharedPtr<OSBoolean>(kOSBooleanTrue, OSNoRetain);
10768 return OSSharedPtr<OSBoolean>(kOSBooleanTrue, OSNoRetain);
10775 return OSSharedPtr<OSBoolean>(kOSBooleanTrue, OSNoRetain);
10810 return OSSharedPtr<OSArray>(idleSleepList, OSNoRetain);
10816 return OSSharedPtr<OSArray>(systemSleepList, OSNoRetain);
10822 return OSSharedPtr<OSArray>(idleSleepList, OSNoRetain);
[all …]
H A DIOPlatformExpert.cpp253 matched.reset(matchedRaw, OSNoRetain); in compareNubName()
1942 name.reset(nameRaw, OSNoRetain); in readNVRAMProperty()
1943 value.reset(valueRaw, OSNoRetain); in readNVRAMProperty()
H A DIOCatalogue.cpp662 kextRef.reset(kextRefRaw, OSNoRetain); in isModuleLoaded()
1143 service.reset(provider->copyClientWithCategory(category), OSNoRetain); in startMatching()
H A DIOService.cpp6784 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in serviceMatching()
6814 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in serviceMatching()
6842 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in nameMatching()
6872 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in nameMatching()
6898 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in resourceMatching()
6929 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in resourceMatching()
6967 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in propertyMatching()
7006 return OSSharedPtr<OSDictionary>(result, OSNoRetain); in registryEntryIDMatching()
8121 handler.reset(handlerRaw, OSNoRetain); in newUserClient()
8138 handler.reset(handlerRaw, OSNoRetain); in newUserClient()
H A DIORegistryEntry.cpp1226 matched.reset(matchedRaw, OSNoRetain); in compareName()
1235 matched.reset(matchedRaw, OSNoRetain); in compareNames()
H A DIOPolledInterface.cpp785 imagePath.reset(imagePathRaw, OSNoRetain); in IOPolledFileOpen()
H A DIODeviceTreeSupport.cpp1000 matchingName.reset(matchingNameRaw, OSNoRetain); in IODTCompareNubName()
H A DIOUserClient.cpp2016 memory.reset(memoryRaw, OSNoRetain); in clientMemoryForType()
2109 obj.reset(objRaw, OSNoRetain); in copyObjectForPortNameInTask()
H A DIOMemoryDescriptor.cpp5790 OSSharedPtr<IOMemoryMap> retval(result, OSNoRetain); in createMappingInTask()
H A DIOUserServer.cpp4839 handler.reset(handlerRaw, OSNoRetain); in serviceNewUserClient()