Home
last modified time | relevance | path

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

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