Searched refs:IONewData (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOInterleavedMemoryDescriptor.cpp | 86 _descriptorOffsets = IONewData(IOByteCount, capacity); in initWithCapacity() 87 _descriptorLengths = IONewData(IOByteCount, capacity); in initWithCapacity()
|
| H A D | IORangeAllocator.cpp | 157 newElements = IONewData( IORangeAllocatorElement, newCapacity ); in allocElement()
|
| H A D | IONVRAMCHRPHandler.cpp | 424 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
|
| H A D | IONVRAMV3Handler.cpp | 619 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
|
| H A D | IONVRAM.cpp | 896 entryKey = IONewData(char, entryKeySize); in logVariable()
|
| H A D | IOUserClient.cpp | 3471 buf = IONewData(char, length); in is_io_registry_entry_get_path_ool()
|
| H A D | IOServicePM.cpp | 1172 powerStatesCopy = IONewData(IOPMPSEntry, numberOfStates); in registerPowerDriver()
|
| H A D | IOUserServer.cpp | 4354 cls->methods = IONewData(uint64_t, 2 * cls->methodCount); in registerClass()
|
| H A D | IOPMrootDomain.cpp | 1011 gHaltLog = IONewData(char, (vm_size_t)kHaltLogSize); in IOSystemShutdownNotification()
|
| /xnu-10002.41.9/iokit/IOKit/ |
| H A D | IOLib.h | 343 #define IONewData(type, count) \ macro
|
| /xnu-10002.41.9/libkern/c++/ |
| H A D | OSMetaClass.cpp | 1108 nextIndex = IONewData(typeof(nextIndex[0]), maxDepth); in applyToInstances()
|
| /xnu-10002.41.9/doc/allocators/ |
| H A D | api-basics.md | 184 <tt>IONewData(type_t, count)</tt><br/>
|