Home
last modified time | relevance | path

Searched refs:INSTANCE_GET (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/iokit/Kernel/
H A DIOKitDebug.cpp839 instance = (typeof(instance))INSTANCE_GET(inst); in IOTrackingAddressCompare()
960 instance = (typeof(instance))INSTANCE_GET(inst); in IOTrackingLeakScan()
1091 instance = (typeof(instance))INSTANCE_GET(inst); in IOTrackingLeaks()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h771 #define INSTANCE_GET(x) ((x) & ~kInstanceFlags) macro