Home
last modified time | relevance | path

Searched refs:OSMakeShared (Results 1 – 25 of 33) sorted by relevance

12

/xnu-11215/libkern/c++/
H A DOSNumber.cpp88 OSSharedPtr<OSNumber> me = OSMakeShared<OSNumber>(); in withNumber()
100 OSSharedPtr<OSNumber> me = OSMakeShared<OSNumber>(); in withNumber()
113 OSSharedPtr<OSNumber> me = OSMakeShared<OSNumber>(); in withDouble()
128 OSSharedPtr<OSNumber> me = OSMakeShared<OSNumber>(); in withFloat()
H A DOSString.cpp173 OSSharedPtr<OSString> me = OSMakeShared<OSString>(); in withString()
185 OSSharedPtr<OSString> me = OSMakeShared<OSString>(); in withCString()
197 OSSharedPtr<OSString> me = OSMakeShared<OSString>(); in withCStringNoCopy()
209 OSSharedPtr<OSString> me = OSMakeShared<OSString>(); in withCString()
H A DOSData.cpp166 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withCapacity()
178 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withBytes()
189 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withBytesNoCopy()
201 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withData()
214 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withData()
H A DOSSet.cpp124 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withCapacity()
138 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withObjects()
151 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withArray()
164 OSSharedPtr<OSSet> me = OSMakeShared<OSSet>(); in withSet()
H A DOSArray.cpp127 OSSharedPtr<OSArray> me = OSMakeShared<OSArray>(); in withCapacity()
141 OSSharedPtr<OSArray> me = OSMakeShared<OSArray>(); in withObjects()
154 OSSharedPtr<OSArray> me = OSMakeShared<OSArray>(); in withArray()
H A DOSSerialize.cpp246 OSSharedPtr<OSSerialize> me = OSMakeShared<OSSerialize>(); in withCapacity()
327 OSSharedPtr<OSSerializer> thing = OSMakeShared<OSSerializer>(); in OSDefineMetaClassAndStructors()
H A DOSDictionary.cpp225 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withCapacity()
240 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withObjects()
255 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withObjects()
268 OSSharedPtr<OSDictionary> me = OSMakeShared<OSDictionary>(); in withDictionary()
H A DOSOrderedSet.cpp91 auto me = OSMakeShared<OSOrderedSet>(); in withCapacity()
114 auto me = OSMakeShared<OSOrderedSet>(); in withCapacity()
H A DOSSymbol.cpp475 auto newSymb = OSMakeShared<OSSymbol>(); in withCString()
518 auto newSymb = OSMakeShared<OSSymbol>(); in withCStringNoCopy()
H A DOSCollectionIterator.cpp60 OSSharedPtr<OSCollectionIterator> me = OSMakeShared<OSCollectionIterator>(); in withCollection()
/xnu-11215/iokit/Kernel/
H A DIOMemoryCursor.cpp50 OSSharedPtr<IOMemoryCursor> me = OSMakeShared<IOMemoryCursor>(); in OSDefineMetaClassAndStructors()
216 OSSharedPtr<IONaturalMemoryCursor> me = OSMakeShared<IONaturalMemoryCursor>(); in withSpecification()
266 OSSharedPtr<IOBigMemoryCursor> me = OSMakeShared<IOBigMemoryCursor>(); in withSpecification()
316 OSSharedPtr<IOLittleMemoryCursor> me = OSMakeShared<IOLittleMemoryCursor>(); in withSpecification()
H A DIOBufferMemoryDescriptor.cpp139 inst = OSMakeShared<IOBufferMemoryDescriptor>(); in withCopy()
503 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
520 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithOptions()
539 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithPhysicalMask()
553 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in inTaskWithGuardPages()
578 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withOptions()
646 OSSharedPtr<IOBufferMemoryDescriptor> me = OSMakeShared<IOBufferMemoryDescriptor>(); in withBytes()
H A DIOCommandPool.cpp64 OSSharedPtr<IOCommandPool> me = OSMakeShared<IOCommandPool>(); in withWorkLoop()
107 OSSharedPtr<IOCommandPool> me = OSMakeShared<IOCommandPool>(); in commandPool()
H A DIODataQueue.cpp64 OSSharedPtr<IODataQueue> dataQueue = OSMakeShared<IODataQueue>(); in OSDefineMetaClassAndStructors()
78 OSSharedPtr<IODataQueue> dataQueue = OSMakeShared<IODataQueue>(); in withEntries()
H A DIOFilterInterruptEventSource.cpp122 OSSharedPtr<IOFilterInterruptEventSource> me = OSMakeShared<IOFilterInterruptEventSource>(); in filterInterruptEventSource()
141 OSSharedPtr<IOFilterInterruptEventSource> me = OSMakeShared<IOFilterInterruptEventSource>(); in filterInterruptEventSource()
H A DIOSharedDataQueue.cpp54 OSSharedPtr<IOSharedDataQueue> dataQueue = OSMakeShared<IOSharedDataQueue>(); in OSDefineMetaClassAndStructors()
68 OSSharedPtr<IOSharedDataQueue> dataQueue = OSMakeShared<IOSharedDataQueue>(); in withEntries()
H A DIOGuardPageMemoryDescriptor.cpp42 OSSharedPtr<IOGuardPageMemoryDescriptor> me = OSMakeShared<IOGuardPageMemoryDescriptor>(); in withSize()
H A DIOSimpleReporter.cpp47 reporter = OSMakeShared<IOSimpleReporter>(); in with()
H A DIOReportLegend.cpp55 OSSharedPtr<IOReportLegend> iorLegend = OSMakeShared<IOReportLegend>(); in with()
H A DIOCommandQueue.cpp122 OSSharedPtr<IOCommandQueue> me = OSMakeShared<IOCommandQueue>(); in commandQueue()
H A DIODMAEventSource.cpp94 OSSharedPtr<IODMAEventSource> dmaES = OSMakeShared<IODMAEventSource>(); in dmaEventSource()
H A DIOCommandGate.cpp92 OSSharedPtr<IOCommandGate> me = OSMakeShared<IOCommandGate>(); in commandGate()
/xnu-11215/iokit/Tests/
H A DTests.cpp1054 OSSharedPtr<OSArraySubclass> me = OSMakeShared<OSArraySubclass>(); in withCapacity()
1083 OSSharedPtr<OSCISubclass> me = OSMakeShared<OSCISubclass>(); in withCollection()
1452 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests()
1463 OSSharedPtr<OSDictionary> dict = OSMakeShared<OSDictionary>(); in OSStaticPtrCastTests()
1482 OSSharedPtr<OSDictionary const> const dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests()
1504 OSSharedPtr<OSDictionary const> dict = OSMakeShared<OSDictionary>(); in OSConstPtrCastTests()
1521 OSSharedPtr<OSDictionary> const dict = OSMakeShared<OSDictionary>(); in OSDynamicPtrCastTests()
1887 entry = OSMakeShared<IOService>(); in Test100367284()
1892 replace = OSMakeShared<IOService>(); in Test100367284()
1940 threadArgs.a = OSMakeShared<IOService>(); in TestLockForArbitration()
[all …]
/xnu-11215/libkern/libkern/c++/
H A DOSSharedPtr.h77 OSMakeShared() in OSMakeShared() function
H A DOSValueObject.h421 auto me = OSMakeShared<OSValueObject<T> >(); in create()

12