| /xnu-12377.1.9/osfmk/mach/arm/ |
| H A D | sdt_isa.h | 104 #define DTRACE_PROBE(provider, name) \ argument 114 #define DTRACE_PROBE1(provider, name, arg0) \ argument 125 #define DTRACE_PROBE2(provider, name, arg0, arg1) \ argument 137 #define DTRACE_PROBE3(provider, name, arg0, arg1, arg2) \ argument 150 #define DTRACE_PROBE4(provider, name, arg0, arg1, arg2, arg3) \ argument 165 #define DTRACE_PROBE5(provider, name, arg0, arg1, arg2, arg3, arg4) \ argument 181 #define DTRACE_PROBE6(provider, name, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 198 #define DTRACE_PROBE7(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 217 #define DTRACE_PROBE8(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument
|
| /xnu-12377.1.9/osfmk/mach/i386/ |
| H A D | sdt_isa.h | 113 #define DTRACE_PROBE(provider, name) \ argument 123 #define DTRACE_PROBE1(provider, name, arg0) \ argument 134 #define DTRACE_PROBE2(provider, name, arg0, arg1) \ argument 146 #define DTRACE_PROBE3(provider, name, arg0, arg1, arg2) \ argument 159 #define DTRACE_PROBE4(provider, name, arg0, arg1, arg2, arg3) \ argument 174 #define DTRACE_PROBE5(provider, name, arg0, arg1, arg2, arg3, arg4) \ argument 190 #define DTRACE_PROBE6(provider, name, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 207 #define DTRACE_PROBE7(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6) \ argument 229 #define DTRACE_PROBE8(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) \ argument
|
| /xnu-12377.1.9/iokit/Tests/TestServices/ |
| H A D | TestIOConnectMapMemoryPortLeak45265408.cpp | 10 TestIOConnectMapMemoryPortLeak45265408::start(IOService *provider) in start() 27 TestIOConnectMapMemoryPortLeak45265408UserClient::start(IOService *provider) in start() 42 TestIOConnectMapMemoryPortLeak45265408UserClient::stop(IOService *provider) in stop()
|
| H A D | TestIODataQueues.cpp | 11 TestIODataQueues::start(IOService * provider) in start() 40 TestIODataQueuesUserClient::start(IOService * provider) in start()
|
| H A D | TestIOUserClient2022Entitlements.cpp | 14 TestIOUserClient2022Entitlements::start(IOService * provider) in start() 27 TestIOUserClient2022EntitlementsUserClient::start(IOService * provider) in start()
|
| H A D | TestIOServiceUserNotification.cpp | 14 TestIOServiceUserNotification::start(IOService * provider) in start() 79 TestIOServiceUserNotificationUserClient::start(IOService * provider) in start()
|
| H A D | TestIODeviceMemoryRosetta.cpp | 14 TestIODeviceMemoryRosetta::start(IOService * provider) in start() 27 TestIODeviceMemoryRosettaUserClient::start(IOService * provider) in start()
|
| /xnu-12377.1.9/tools/tests/testkext/ |
| H A D | testvmx.cpp | 21 testvmx::start( IOService * provider ) in start() 39 testvmx::stop( IOService * provider ) in stop()
|
| H A D | testthreadcall.cpp | 26 testthreadcall::start( IOService * provider ) in start()
|
| /xnu-12377.1.9/iokit/Families/IOSystemManagement/ |
| H A D | IOWatchDogTimer.cpp | 55 IOWatchDogTimer::start(IOService *provider) in start() 75 IOWatchDogTimer::stop(IOService *provider) in stop()
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IODMAController.cpp | 50 IODMAController::getController(IOService *provider, UInt32 dmaIndex) in getController() 83 IODMAController::start(IOService *provider) in start()
|
| H A D | IOPlatformIO.cpp | 41 IOPlatformIO::start(IOService * provider) in start()
|
| H A D | RootDomainUserClient.cpp | 69 RootDomainUserClient::start( IOService * provider ) in start() 275 RootDomainUserClient::stop( IOService *provider) in stop()
|
| H A D | IOPlatformExpert.cpp | 119 IOPlatformExpert::attach( IOService * provider ) in attach() 129 IOPlatformExpert::start( IOService * provider ) in start() 198 IOPlatformExpert::configure( IOService * provider ) in configure() 1467 IOPlatformExpertDevice *provider = OSDynamicCast(IOPlatformExpertDevice, getProvider()); in publishPlatformUUIDAndSerial() local 1481 IOPlatformExpertDevice *provider = OSDynamicCast(IOPlatformExpertDevice, getProvider()); in publishNVRAM() local 1615 IODTPlatformExpert::probe( IOService * provider, in probe() 1631 IODTPlatformExpert::configure( IOService * provider ) in configure() 2356 IOPanicPlatform::start(IOService * provider) in start()
|
| H A D | IOUserServer.cpp | 168 IOUserService::start(IOService * provider) in start() 256 IOService * provider) in Start_Impl() 1450 IOService * provider; member 1490 IOService * provider, in Create_Impl() 1529 IOService * provider, in GetInterruptType_Impl() 1629 IOService * provider; in Cancel_Impl() local 2630 IOService * provider, IOService * dext) in checkEntitlements() 2681 IOUserServer::checkEntitlements(OSObject * prop, IOService * provider, IOService * dext) in checkEntitlements() 2687 IOUserServer::checkEntitlements(IOService * provider, IOService * dext) in checkEntitlements() 4314 IOUserServer::stop(IOService * provider) in stop() [all …]
|
| H A D | IOService.cpp | 781 IOService::probe( IOService * provider, in probe() 788 IOService::start( IOService * provider ) in start() 794 IOService::stop( IOService * provider ) in stop() 892 IOService::attach( IOService * provider ) in attach() 954 IOService::detach( IOService * provider ) in detach() 1108 IOService * provider; in startMatching() local 1385 IOService *provider = getProvider(); in getWorkLoop() local 1415 const IOService * provider ) in iterator() 1509 IOService *provider; in callPlatformFunction() local 2276 UInt32 messageType, IOService * provider, in IOServiceInterestHandlerToBlock() [all …]
|
| H A D | IOInterruptController.cpp | 453 IOService * provider = getProvider(); in timeStampSpuriousInterrupt() local 469 IOService * provider = getProvider(); in timeStampInterruptHandlerInternal() local
|
| H A D | IOCPU.cpp | 385 IOCPU::start(IOService *provider) in start() 431 IOCPU::detach(IOService *provider) in detach()
|
| /xnu-12377.1.9/libkern/kmod/libkmodtest/ |
| H A D | libkmodtest.cpp | 36 IOService *provider, in probe()
|
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | ipsec_pwr.c | 42 void *provider, void *messageArgument, vm_size_t argSize) in ipsec_sleep_wake_handler()
|
| /xnu-12377.1.9/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 936 fasttrap_provider_t *provider = probe->ftp_prov; in fasttrap_tracepoint_disable() local 1292 fasttrap_provider_t *provider = probe->ftp_prov; in fasttrap_pid_disable() local 1718 fasttrap_provider_free(fasttrap_provider_t *provider) in fasttrap_provider_free() 1858 fasttrap_provider_t *provider; in fasttrap_add_probe() local 2085 fasttrap_provider_t *provider; in fasttrap_meta_provide() local 2184 fasttrap_provider_t *provider = parg; in fasttrap_meta_create_probe() local 2374 dtrace_provider_t *provider = (dtrace_provider_t*)(fprovider->ftp_provid); in fasttrap_meta_provider_name() local
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vsock_transport.h | 62 void *provider; member
|
| /xnu-12377.1.9/iokit/Examples/drvGenericInterruptController/ |
| H A D | GenericInterruptController.cpp | 50 GenericInterruptController::start(IOService *provider) in start()
|
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | ntstat.py | 280 def GetNstatProviderString(provider): argument
|
| /xnu-12377.1.9/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 115 IOService::exclaveStart(IOService * provider, IOExclaveProxyState ** pRef) in exclaveStart() 309 IOExclaveProxy::start(IOService * provider) in start() 566 IOService *provider = NULL; in IOExclaveMapperOperationUpcallHandler() local
|