Lines Matching defs:tgt_event_ctx_t

49 } tgt_event_ctx_t;
58 tgt_sm_event_dispatch(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
61 tgt_sm_created(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
64 tgt_sm_onlining(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
67 tgt_sm_online(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
70 tgt_sm_stmf_online(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
73 tgt_sm_deleting_need_offline(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
76 tgt_sm_offlining(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
79 tgt_sm_offline(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
82 tgt_sm_stmf_offline(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
85 tgt_sm_deleting_stmf_dereg(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
88 tgt_sm_deleting_stmf_dereg_fail(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
91 tgt_sm_deleting(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx);
103 tgt_sm_new_state(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx,
166 list_create(&result->target_events, sizeof (tgt_event_ctx_t),
167 offsetof(tgt_event_ctx_t, te_ctx_node));
298 tgt_event_ctx_t *ctx;
338 tgt_sm_event_dispatch(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
393 tgt_sm_created(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
425 tgt_sm_onlining(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
462 tgt_sm_online(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
500 tgt_sm_stmf_online(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
529 tgt_sm_deleting_need_offline(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
560 tgt_sm_offlining(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
595 tgt_sm_offline(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
633 tgt_sm_stmf_offline(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
662 tgt_sm_deleting_stmf_dereg(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
696 tgt_sm_deleting_stmf_dereg_fail(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
727 tgt_sm_deleting(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx)
822 tgt_sm_new_state(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx,
847 pppt_tgt_t *, tgt, tgt_event_ctx_t *, ctx,