| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSSharedPtr.h | 62 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 D | OSSerializeBinary.cpp | 646 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 D | OSSymbol.cpp | 237 ret.reset(sym, OSNoRetain); in findSymbol() 285 symToInsert.reset(sym, OSNoRetain); in insertSymbol()
|
| H A D | OSDictionary.cpp | 809 …SharedPtr<OSCollection, OSCollection> coll(OSDynamicCast(OSCollection, EXT_CAST(obj)), OSNoRetain); in copyCollection()
|
| H A D | OSKext.cpp | 3631 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 D | IOCommandPool.cpp | 163 return OSSharedPtr<IOCommand>(command, OSNoRetain); in getCommand()
|
| H A D | IONVRAMCHRPHandler.cpp | 1093 propSymbol.reset(propSymbolRaw, OSNoRetain); in convertPropToObject() 1094 propObject.reset(propObjectRaw, OSNoRetain); in convertPropToObject() 1147 tmpData.reset(OSDynamicCast(OSData, propObject), OSNoRetain); in convertObjectToProp()
|
| H A D | IOPMrootDomain.cpp | 3904 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 D | IOPlatformExpert.cpp | 253 matched.reset(matchedRaw, OSNoRetain); in compareNubName() 1942 name.reset(nameRaw, OSNoRetain); in readNVRAMProperty() 1943 value.reset(valueRaw, OSNoRetain); in readNVRAMProperty()
|
| H A D | IOCatalogue.cpp | 662 kextRef.reset(kextRefRaw, OSNoRetain); in isModuleLoaded() 1143 service.reset(provider->copyClientWithCategory(category), OSNoRetain); in startMatching()
|
| H A D | IOService.cpp | 6784 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 D | IORegistryEntry.cpp | 1226 matched.reset(matchedRaw, OSNoRetain); in compareName() 1235 matched.reset(matchedRaw, OSNoRetain); in compareNames()
|
| H A D | IOPolledInterface.cpp | 785 imagePath.reset(imagePathRaw, OSNoRetain); in IOPolledFileOpen()
|
| H A D | IODeviceTreeSupport.cpp | 1000 matchingName.reset(matchingNameRaw, OSNoRetain); in IODTCompareNubName()
|
| H A D | IOUserClient.cpp | 2016 memory.reset(memoryRaw, OSNoRetain); in clientMemoryForType() 2109 obj.reset(objRaw, OSNoRetain); in copyObjectForPortNameInTask()
|
| H A D | IOMemoryDescriptor.cpp | 5790 OSSharedPtr<IOMemoryMap> retval(result, OSNoRetain); in createMappingInTask()
|
| H A D | IOUserServer.cpp | 4839 handler.reset(handlerRaw, OSNoRetain); in serviceNewUserClient()
|