Searched refs:IONew (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 229 <tt>IONew(type_t, count)</tt><br/> 236 <tt>kalloc_type(type_t, ...)</tt> (resp. <tt>IONew(type_t, 1)</tt>) 257 <tt>IONew(hdr_type_t, type_t, count)</tt><br/> 303 `IONew/IODelete`) is safe. 380 being allocated (i.e. `IOMallocData` for data only buffers, and `IOMallocType`/`IONew`
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOInterleavedMemoryDescriptor.cpp | 85 _descriptors = IONew(IOMemoryDescriptor *, capacity); in initWithCapacity()
|
| H A D | IOMultiMemoryDescriptor.cpp | 114 _descriptors = IONew(IOMemoryDescriptor *, withCount); in initWithDescriptors()
|
| H A D | IOInterruptController.cpp | 538 _interruptSources = IONew(IOInterruptSource, 1); in initInterruptController()
|
| H A D | IORegistryEntry.cpp | 964 array = IONew(OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
|
| H A D | IOMemoryDescriptor.cpp | 2224 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions() 2240 _ranges.v = IONew(IOVirtualRange, count); in initWithOptions()
|
| H A D | IOServicePM.cpp | 3763 param = IONew(DriverCallParam, count); in notifyInterestedDrivers() 4481 param = IONew(DriverCallParam, 1); in notifyControllingDriver()
|
| H A D | IOService.cpp | 8817 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics() 8838 newArray = IONew(IOInterruptAccountingReporter, newArraySize); in addInterruptStatistics()
|
| H A D | IOPMrootDomain.cpp | 4816 entries = IONew(PMSettingCallEntry, capacity);
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOLib.h | 394 #define IONew(...) __IOKIT_DISPATCH(IONew, ##__VA_ARGS__) macro
|
| /xnu-11215/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 329 fMemoryMaps = IONew(IOMemoryMap *, fMemoryMapCount); in OSDefineMetaClassAndFinalStructors() 928 fSegments = IONew(Segment, fSegmentCount); in OSDefineMetaClassAndFinalStructors()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSMetaClass.cpp | 1109 sets = IONew(typeof(sets[0]), maxDepth); in applyToInstances()
|
| H A D | OSKext.cpp | 16443 accountingList = IONew(typeof(accountingList[0]), accountingListAlloc);
|
| /xnu-11215/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 235 ref->ewla = IONew(IOExclaveWorkLoopAperture, 1); in exclaveStart()
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 773 buf = IONew(uint8_t, bound); in TestZLib()
|