Searched defs:inst (Results 1 – 9 of 9) sorted by relevance
| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IOExtensiblePaniclog.cpp | 61 IOExtensiblePaniclog *inst = OSTypeAlloc(IOExtensiblePaniclog); in createWithUUID() local 152 IOExtensiblePaniclog * inst = NULL; in Create_Impl() local
|
| H A D | IOKitDebug.cpp | 909 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 D | IOBufferMemoryDescriptor.cpp | 131 OSSharedPtr<IOBufferMemoryDescriptor> inst; in withCopy() local
|
| H A D | IOUserServer.cpp | 1241 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 D | IOService.cpp | 744 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 D | OSMetaClass.h | 412 #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 D | dtrace_isa.c | 1028 uint8_t *inst = (uint8_t *)saved_state->isf.rip; in dtrace_handle_trap() local
|
| /xnu-11417.121.6/iokit/System/ |
| H A D | IODataQueueDispatchSourceShared.h | 80 IODataQueueDispatchSource * inst; in Create_Impl() local
|
| /xnu-11417.121.6/libkern/c++/ |
| H A D | OSMetaClass.cpp | 327 const OSMetaClassBase * inst, in checkTypeInst()
|