Searched refs:IONew (Results 1 – 14 of 14) sorted by relevance
| /xnu-8792.41.9/doc/allocators/ |
| H A D | api-basics.md | 223 <tt>IONew(type_t, count)</tt><br/> 230 <tt>kalloc_type(type_t, ...)</tt> (resp. <tt>IONew(type_t, 1)</tt>) 251 <tt>IONew(hdr_type_t, type_t, count)</tt><br/> 288 `IONew/IODelete`) is safe. 365 being allocated (i.e. `IOMallocData` for data only buffers, and `IOMallocType`/`IONew`
|
| /xnu-8792.41.9/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 | 955 array = IONew(OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
|
| H A D | IOMemoryDescriptor.cpp | 2217 _ranges.v64 = IONew(IOAddressRange, count); in initWithOptions() 2233 _ranges.v = IONew(IOVirtualRange, count); in initWithOptions()
|
| H A D | IOServicePM.cpp | 3752 param = IONew(DriverCallParam, count); in notifyInterestedDrivers() 4421 param = IONew(DriverCallParam, 1); in notifyControllingDriver()
|
| H A D | IOService.cpp | 8634 reserved->interruptStatisticsArray = IONew(IOInterruptAccountingReporter, 1); in addInterruptStatistics() 8655 newArray = IONew(IOInterruptAccountingReporter, newArraySize); in addInterruptStatistics()
|
| H A D | IOPMrootDomain.cpp | 4764 entries = IONew(PMSettingCallEntry, capacity); in setPMSetting()
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOLib.h | 386 #define IONew(...) __IOKIT_DISPATCH(IONew, ##__VA_ARGS__) macro
|
| /xnu-8792.41.9/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 327 fMemoryMaps = IONew(IOMemoryMap *, fMemoryMapCount); in OSDefineMetaClassAndFinalStructors() 926 fSegments = IONew(Segment, fSegmentCount); in OSDefineMetaClassAndFinalStructors()
|
| /xnu-8792.41.9/libkern/c++/ |
| H A D | OSMetaClass.cpp | 1109 sets = IONew(typeof(sets[0]), maxDepth); in applyToInstances()
|
| H A D | OSKext.cpp | 16129 accountingList = IONew(typeof(accountingList[0]), accountingListAlloc);
|
| /xnu-8792.41.9/iokit/Tests/ |
| H A D | Tests.cpp | 771 buf = IONew(uint8_t, bound); in TestZLib()
|