Home
last modified time | relevance | path

Searched refs:IONewZeroData (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/iokit/IOKit/
H A DIOLib.h317 #define IONewZeroData(type, count) \ macro
/xnu-8020.121.3/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp586 nvramImage = IONewZeroData(uint8_t, _nvramSize); in serializeVariables()
H A DIODMACommand.cpp965 state->fMapSegments = IONewZeroData(IODMACommandMapSegment, segCount); in prepare()
H A DIOUserServer.cpp1218 reference = IONewZeroData(uint8_t, referenceSize); in OSActionCreateWithTypeNameInternal()
/xnu-8020.121.3/doc/allocators/
H A Dapi-basics.md185 <tt>IONewZeroData(type_t, count)</tt><br/>