Searched refs:IONewData (Results 1 – 13 of 13) sorted by relevance
| /xnu-8020.121.3/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 | 381 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
|
| H A D | IONVRAM.cpp | 617 entryKey = IONewData(char, entryKeySize); in logVariable()
|
| H A D | IONVRAMV3Handler.cpp | 505 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
|
| H A D | IOService.cpp | 5466 string = IONewData(char, len); in waitQuiet() 5469 panicString = IONewData(char, panicStringLen); in waitQuiet()
|
| H A D | IOServicePM.cpp | 1134 powerStatesCopy = IONewData(IOPMPSEntry, numberOfStates); in registerPowerDriver()
|
| H A D | IOUserClient.cpp | 3416 buf = IONewData(char, length); in is_io_registry_entry_get_path_ool()
|
| H A D | IOUserServer.cpp | 4009 cls->methods = IONewData(uint64_t, 2 * cls->methodCount); in registerClass()
|
| H A D | IOPMrootDomain.cpp | 1001 gHaltLog = IONewData(char, (vm_size_t)kHaltLogSize); in IOSystemShutdownNotification()
|
| /xnu-8020.121.3/libkern/c++/ |
| H A D | OSMetaClass.cpp | 1108 nextIndex = IONewData(typeof(nextIndex[0]), maxDepth); in applyToInstances() 1109 sets = IONewData(typeof(sets[0]), maxDepth); in applyToInstances()
|
| /xnu-8020.121.3/iokit/IOKit/ |
| H A D | IOLib.h | 314 #define IONewData(type, count) \ macro
|
| /xnu-8020.121.3/doc/allocators/ |
| H A D | api-basics.md | 184 <tt>IONewData(type_t, count)</tt><br/>
|