Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.121.6/iokit/Kernel/
H A DIOExtensiblePaniclog.cpp61 IOExtensiblePaniclog *inst = OSTypeAlloc(IOExtensiblePaniclog); in createWithUUID() local
152 IOExtensiblePaniclog * inst = NULL; in Create_Impl() local
H A DIOKitDebug.cpp909 uintptr_t inst, laddr, raddr; in IOTrackingAddressCompare() local
934 uintptr_t inst, laddr, raddr; in IOTrackingZoneElementCompare() local
990 uintptr_t ptr, addr, vphysaddr, inst; in IOTrackingLeakScan() local
1129 uintptr_t inst; in IOTrackingLeaks() local
1619 IOKitDiagnosticsClient * inst; in OSDefineMetaClassAndStructors() local
H A DIOBufferMemoryDescriptor.cpp131 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy() local
H A DIOUserServer.cpp1241 OSAction * inst = NULL; in OSActionCreateWithTypeNameInternal() local
1493 IOInterruptDispatchSource * inst; in Create_Impl() local
1762 IOServiceNotificationDispatchSource * inst; in Create_Impl() local
4080 IOUserServer * inst; in OSDefineMetaClassAndStructors() local
5173 OSObject * inst; in Create_Impl() local
7335 IOWorkGroup * inst = NULL; in Create_Impl() local
7447 IOEventLink * inst = NULL; in Create_Impl() local
H A DIOService.cpp744 getDebugFlags( IOService * inst ) in getDebugFlags()
1407 _IOOpenServiceIterator * inst; in iterator() local
3851 IOService * inst; in probeCandidates() local
5161 _IOConfigThread * inst; in configThread() local
7155 IOResources * inst; in resources() local
7261 IOUserResources * inst; in resources() local
/xnu-11417.121.6/libkern/libkern/c++/
H A DOSMetaClass.h412 #define OSDynamicCast(type, inst) \ argument
434 #define OSRequiredCast(type, inst) \ argument
453 #define OSCheckTypeInst(typeinst, inst) \ argument
456 #define OSSafeRelease(inst) \ argument
464 #define OSSafeReleaseNULL(inst) do { if (inst != NULL) (inst)->release(); (inst) = NULL; } while … argument
/xnu-11417.121.6/bsd/dev/i386/
H A Ddtrace_isa.c1028 uint8_t *inst = (uint8_t *)saved_state->isf.rip; in dtrace_handle_trap() local
/xnu-11417.121.6/iokit/System/
H A DIODataQueueDispatchSourceShared.h80 IODataQueueDispatchSource * inst; in Create_Impl() local
/xnu-11417.121.6/libkern/c++/
H A DOSMetaClass.cpp327 const OSMetaClassBase * inst, in checkTypeInst()