HomeSort by: relevance | last modified time | path
    Searched refs:eaction (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.c 950 struct vmw_event_fence_action *eaction = local
952 struct drm_device *dev = eaction->dev;
953 struct drm_pending_event *event = eaction->event;
960 if (likely(eaction->tv_sec != NULL)) {
965 *eaction->tv_sec = ts.tv_sec;
966 *eaction->tv_usec = ts.tv_nsec / NSEC_PER_USEC;
969 drm_send_event_locked(dev, eaction->event);
970 eaction->event = NULL;
985 struct vmw_event_fence_action *eaction = local
988 vmw_fence_obj_unreference(&eaction->fence)
1063 struct vmw_event_fence_action *eaction; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 599 struct eval_expr_action *eaction = (struct eval_expr_action *) action; local
601 return agent_expr_send (buffer, eaction->expr);
4824 struct eval_expr_action *eaction; local
4827 eaction = (struct eval_expr_action *) taction;
4834 err = gdb_eval_agent_expr (&ax_ctx, eaction->expr, NULL);
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 599 struct eval_expr_action *eaction = (struct eval_expr_action *) action; local
601 return agent_expr_send (buffer, eaction->expr);
4824 struct eval_expr_action *eaction; local
4827 eaction = (struct eval_expr_action *) taction;
4834 err = gdb_eval_agent_expr (&ax_ctx, eaction->expr, NULL);

Completed in 37 milliseconds