Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/IOKit/
H A DIOLib.h387 #define IONewZero(...) __IOKIT_DISPATCH(IONewZero, ##__VA_ARGS__) macro
/xnu-8796.101.5/iokit/System/
H A DIODataQueueDispatchSourceShared.h39 ivars = IONewZero(IODataQueueDispatchSource_IVars, 1); in init()
/xnu-8796.101.5/doc/allocators/
H A Dapi-basics.md224 <tt>IONewZero(type_t, count)</tt><br/>
252 <tt>IONewZero(hdr_type_t, type_t, count)</tt><br/>
/xnu-8796.101.5/iokit/Kernel/
H A DIOInterruptController.cpp560 vectors = IONewZero(IOInterruptVector, numVectors); in initInterruptController()
H A DIODeviceTreeSupport.cpp166 gIODTResolvers->resolvers = IONewZero(IODTPersistent, gIODTResolvers->alloc); in IODeviceTreeAlloc()
1077 newResolvers = IONewZero(IODTPersistent, gIODTResolvers->alloc); in IODTSetResolving()
H A DIOUserServer.cpp1292 inst->ivars = IONewZero(OSAction_IVars, 1); in OSActionCreateWithTypeNameInternal()
2921 unboundedQueueArray = IONewZero(IODispatchQueue *, queueAlloc); in objectInstantiate()
H A DIOService.cpp8409 interruptSources = IONewZero(IOInterruptSource, numSources); in resolveInterrupt()
8410 interruptSourcesPrivate = IONewZero(IOInterruptSourcePrivate, numSources); in resolveInterrupt()