Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOKitDebug.cpp912 instance = (typeof(instance))INSTANCE_GET(inst); in IOTrackingAddressCompare()
1043 instance = (typeof(instance))INSTANCE_GET(inst); in IOTrackingLeakScan()
1154 instance = (typeof(instance))INSTANCE_GET(inst); in IOTrackingLeaks()
/xnu-10063.141.1/osfmk/kern/
H A Ddebug.h833 #define INSTANCE_GET(x) ((x) & ~kInstanceFlags) macro