Home
last modified time | relevance | path

Searched refs:invocation (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/DriverKit/
H A DOSAction.iig131 * @discussion This call should be made before any possible invocation of the action.
154 …* @discussion The current thread is blocked until the action invocation has completed, the action…
H A DIOServiceNotificationDispatchSource.iig109 * It should be retained by the block code if used beyond the invocation.
H A DIOUserClient.iig100 …* It is only retained during the invocation of ExternalMethod and should be retained …
/xnu-11215/tools/lldbmacros/
H A DREADME.md80 …ng-| | <-- provides scriptability for kernel data structures through summary/command invocation.
87 …* Custom functions to do plumbing of lldb command invocation to python function call. (see doc str…
162 …n provide getopt compatible option string for customizing your command invocation. Note: Only CAPI…
164 …2. Immediately after the register define the function to handle the command invocation. The signat…
426 * Add --debug to your macro invocation to provide more detailed/verbose exception output.
/xnu-11215/iokit/Kernel/
H A DIOService.cpp2103 _IOServiceNotifierInvocation invocation; in messageClient() local
2106 invocation.thread = current_thread(); in messageClient()
2112 queue_enter( &notify->handlerInvocations, &invocation, in messageClient()
2122 queue_remove( &notify->handlerInvocations, &invocation, in messageClient()
3775 _IOServiceNotifierInvocation invocation; in invokeNotifier() local
3778 invocation.thread = current_thread(); in invokeNotifier()
3792 queue_enter( &notify->handlerInvocations, &invocation, in invokeNotifier()
3801 queue_remove( &notify->handlerInvocations, &invocation, in invokeNotifier()