Home
last modified time | relevance | path

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

/xnu-10002.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.cpp424 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
H A DIONVRAMV3Handler.cpp619 _nvramImage = IONewData(uint8_t, length); in unserializeImage()
H A DIONVRAM.cpp896 entryKey = IONewData(char, entryKeySize); in logVariable()
H A DIOUserClient.cpp3471 buf = IONewData(char, length); in is_io_registry_entry_get_path_ool()
H A DIOServicePM.cpp1172 powerStatesCopy = IONewData(IOPMPSEntry, numberOfStates); in registerPowerDriver()
H A DIOUserServer.cpp4354 cls->methods = IONewData(uint64_t, 2 * cls->methodCount); in registerClass()
H A DIOPMrootDomain.cpp1011 gHaltLog = IONewData(char, (vm_size_t)kHaltLogSize); in IOSystemShutdownNotification()
/xnu-10002.41.9/iokit/IOKit/
H A DIOLib.h343 #define IONewData(type, count) \ macro
/xnu-10002.41.9/libkern/c++/
H A DOSMetaClass.cpp1108 nextIndex = IONewData(typeof(nextIndex[0]), maxDepth); in applyToInstances()
/xnu-10002.41.9/doc/allocators/
H A Dapi-basics.md184 <tt>IONewData(type_t, count)</tt><br/>