Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/IOKit/
H A DIOLib.h390 #define IOSafeDeleteNULL(...) __IOKIT_DISPATCH(IODelete, ##__VA_ARGS__) macro
392 #define IOSafeDeleteNULL(...) __IOKIT_DISPATCH(IOSafeDeleteNULL, ##__VA_ARGS__) macro
/xnu-8792.41.9/iokit/System/
H A DIODataQueueDispatchSourceShared.h268 IOSafeDeleteNULL(ivars, IODataQueueDispatchSource_IVars, 1); in free()
/xnu-8792.41.9/iokit/Kernel/
H A DIOUserServer.cpp1360 IOSafeDeleteNULL(ivars, OSAction_IVars, 1); in free()
5602 IOSafeDeleteNULL(unboundedQueueArray, IODispatchQueue *, queueAlloc); in serviceStop()