| /xnu-11215/libkern/c++/ |
| H A D | OSNumber.cpp | 88 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 D | OSString.cpp | 173 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 D | OSData.cpp | 166 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 D | OSSet.cpp | 124 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 D | OSArray.cpp | 127 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 D | OSSerialize.cpp | 246 OSSharedPtr<OSSerialize> me = OSMakeShared<OSSerialize>(); in withCapacity() 327 OSSharedPtr<OSSerializer> thing = OSMakeShared<OSSerializer>(); in OSDefineMetaClassAndStructors()
|
| H A D | OSDictionary.cpp | 225 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 D | OSOrderedSet.cpp | 91 auto me = OSMakeShared<OSOrderedSet>(); in withCapacity() 114 auto me = OSMakeShared<OSOrderedSet>(); in withCapacity()
|
| H A D | OSSymbol.cpp | 475 auto newSymb = OSMakeShared<OSSymbol>(); in withCString() 518 auto newSymb = OSMakeShared<OSSymbol>(); in withCStringNoCopy()
|
| H A D | OSCollectionIterator.cpp | 60 OSSharedPtr<OSCollectionIterator> me = OSMakeShared<OSCollectionIterator>(); in withCollection()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOMemoryCursor.cpp | 50 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 D | IOBufferMemoryDescriptor.cpp | 139 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 D | IOCommandPool.cpp | 64 OSSharedPtr<IOCommandPool> me = OSMakeShared<IOCommandPool>(); in withWorkLoop() 107 OSSharedPtr<IOCommandPool> me = OSMakeShared<IOCommandPool>(); in commandPool()
|
| H A D | IODataQueue.cpp | 64 OSSharedPtr<IODataQueue> dataQueue = OSMakeShared<IODataQueue>(); in OSDefineMetaClassAndStructors() 78 OSSharedPtr<IODataQueue> dataQueue = OSMakeShared<IODataQueue>(); in withEntries()
|
| H A D | IOFilterInterruptEventSource.cpp | 122 OSSharedPtr<IOFilterInterruptEventSource> me = OSMakeShared<IOFilterInterruptEventSource>(); in filterInterruptEventSource() 141 OSSharedPtr<IOFilterInterruptEventSource> me = OSMakeShared<IOFilterInterruptEventSource>(); in filterInterruptEventSource()
|
| H A D | IOSharedDataQueue.cpp | 54 OSSharedPtr<IOSharedDataQueue> dataQueue = OSMakeShared<IOSharedDataQueue>(); in OSDefineMetaClassAndStructors() 68 OSSharedPtr<IOSharedDataQueue> dataQueue = OSMakeShared<IOSharedDataQueue>(); in withEntries()
|
| H A D | IOGuardPageMemoryDescriptor.cpp | 42 OSSharedPtr<IOGuardPageMemoryDescriptor> me = OSMakeShared<IOGuardPageMemoryDescriptor>(); in withSize()
|
| H A D | IOSimpleReporter.cpp | 47 reporter = OSMakeShared<IOSimpleReporter>(); in with()
|
| H A D | IOReportLegend.cpp | 55 OSSharedPtr<IOReportLegend> iorLegend = OSMakeShared<IOReportLegend>(); in with()
|
| H A D | IOCommandQueue.cpp | 122 OSSharedPtr<IOCommandQueue> me = OSMakeShared<IOCommandQueue>(); in commandQueue()
|
| H A D | IODMAEventSource.cpp | 94 OSSharedPtr<IODMAEventSource> dmaES = OSMakeShared<IODMAEventSource>(); in dmaEventSource()
|
| H A D | IOCommandGate.cpp | 92 OSSharedPtr<IOCommandGate> me = OSMakeShared<IOCommandGate>(); in commandGate()
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1054 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 D | OSSharedPtr.h | 77 OSMakeShared() in OSMakeShared() function
|
| H A D | OSValueObject.h | 421 auto me = OSMakeShared<OSValueObject<T> >(); in create()
|