Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/IOKit/
H A DIOLib.h398 #define IOSafeDeleteNULL(...) __IOKIT_DISPATCH(IODelete, ##__VA_ARGS__) macro
400 #define IOSafeDeleteNULL(...) __IOKIT_DISPATCH(IOSafeDeleteNULL, ##__VA_ARGS__) macro
/xnu-11417.101.15/iokit/System/
H A DIODataQueueDispatchSourceShared.h271 IOSafeDeleteNULL(ivars, IODataQueueDispatchSource_IVars, 1); in free()
/xnu-11417.101.15/iokit/Kernel/
H A DIOUserServer.cpp1375 IOSafeDeleteNULL(ivars, OSAction_IVars, 1); in free()
5799 IOSafeDeleteNULL(unboundedQueueArray, IODispatchQueue *, queueAlloc); in serviceFree()