Home
last modified time | relevance | path

Searched refs:IONewZero (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/iokit/IOKit/
H A DIOLib.h419 #define IONewZero(...) __IOKIT_DISPATCH(IONewZero, ##__VA_ARGS__) macro
/xnu-12377.61.12/iokit/System/
H A DIODataQueueDispatchSourceShared.h41 ivars = IONewZero(IODataQueueDispatchSource_IVars, 1); in init()
/xnu-12377.61.12/doc/allocators/
H A Dapi-basics.md230 <tt>IONewZero(type_t, count)</tt><br/>
258 <tt>IONewZero(hdr_type_t, type_t, count)</tt><br/>
/xnu-12377.61.12/iokit/Kernel/
H A DIOInterruptController.cpp560 vectors = IONewZero(IOInterruptVector, numVectors); in initInterruptController()
H A DIODeviceTreeSupport.cpp172 gIODTResolvers->resolvers = IONewZero(IODTPersistent, gIODTResolvers->alloc); in IODeviceTreeAlloc()
1110 newResolvers = IONewZero(IODTPersistent, gIODTResolvers->alloc); in IODTSetResolving()
H A DIOUserServer.cpp1285 inst->ivars = IONewZero(OSAction_IVars, 1); in OSActionCreateWithTypeNameInternal()
2985 unboundedQueueArray = IONewZero(IODispatchQueue *, queueAlloc); in objectInstantiate()
H A DIOService.cpp8752 interruptSources = IONewZero(IOInterruptSource, numSources); in resolveInterrupt()
8753 interruptSourcesPrivate = IONewZero(IOInterruptSourcePrivate, numSources); in resolveInterrupt()
/xnu-12377.61.12/iokit/Exclaves/
H A DExclaves.cpp213 ref = IONewZero(IOExclaveProxyState, 1); in exclaveStart()