Home
last modified time | relevance | path

Searched refs:IONewData (Results 1 – 12 of 12) sorted by relevance

/xnu-8792.41.9/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp86 _descriptorOffsets = IONewData(IOByteCount, capacity); in initWithCapacity()
87 _descriptorLengths = IONewData(IOByteCount, capacity); in initWithCapacity()
H A DIORangeAllocator.cpp157 newElements = IONewData( IORangeAllocatorElement, newCapacity ); in allocElement()
H A DIONVRAMCHRPHandler.cpp428 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
H A DIONVRAMV3Handler.cpp669 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
H A DIONVRAM.cpp683 entryKey = IONewData(char, entryKeySize); in logVariable()
H A DIOUserClient.cpp3427 buf = IONewData(char, length); in is_io_registry_entry_get_path_ool()
H A DIOServicePM.cpp1156 powerStatesCopy = IONewData(IOPMPSEntry, numberOfStates); in registerPowerDriver()
H A DIOUserServer.cpp4307 cls->methods = IONewData(uint64_t, 2 * cls->methodCount); in registerClass()
H A DIOPMrootDomain.cpp1007 gHaltLog = IONewData(char, (vm_size_t)kHaltLogSize); in IOSystemShutdownNotification()
/xnu-8792.41.9/iokit/IOKit/
H A DIOLib.h343 #define IONewData(type, count) \ macro
/xnu-8792.41.9/libkern/c++/
H A DOSMetaClass.cpp1108 nextIndex = IONewData(typeof(nextIndex[0]), maxDepth); in applyToInstances()
/xnu-8792.41.9/doc/allocators/
H A Dapi-basics.md184 <tt>IONewData(type_t, count)</tt><br/>