Home
last modified time | relevance | path

Searched refs:IOSafeDeleteNULL (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/iokit/IOKit/
H A DIOLib.h360 #define IOSafeDeleteNULL(...) __IOKIT_DISPATCH(IOSafeDeleteNULL, ##__VA_ARGS__) macro
/xnu-8020.121.3/iokit/System/
H A DIODataQueueDispatchSourceShared.h268 IOSafeDeleteNULL(ivars, IODataQueueDispatchSource_IVars, 1); in free()
/xnu-8020.121.3/iokit/Kernel/
H A DIOUserServer.cpp1318 IOSafeDeleteNULL(ivars, OSAction_IVars, 1); in free()
5086 IOSafeDeleteNULL(uvars->queueArray, IODispatchQueue *, queueAlloc); in serviceStop()