Searched refs:tgt_sm_new_state (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt_tgt.c | 103 tgt_sm_new_state(pppt_tgt_t *tgt, tgt_event_ctx_t *ctx, 399 tgt_sm_new_state(tgt, ctx, TS_ONLINING); in tgt_sm_created() 402 tgt_sm_new_state(tgt, ctx, TS_DELETING_STMF_DEREG); in tgt_sm_created() 411 tgt_sm_new_state(tgt, ctx, TS_OFFLINE); in tgt_sm_created() 431 tgt_sm_new_state(tgt, ctx, TS_ONLINE); in tgt_sm_onlining() 434 tgt_sm_new_state(tgt, ctx, TS_STMF_OFFLINE); in tgt_sm_onlining() 469 tgt_sm_new_state(tgt, ctx, TS_DELETING_NEED_OFFLINE); in tgt_sm_online() 471 tgt_sm_new_state(tgt, ctx, TS_STMF_ONLINE); in tgt_sm_online() 506 tgt_sm_new_state(tgt, ctx, TS_DELETING_NEED_OFFLINE); in tgt_sm_stmf_online() 509 tgt_sm_new_state(tgt, ctx, TS_OFFLINING); in tgt_sm_stmf_online() [all …]
|
/titanic_44/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_tgt.c | 96 tgt_sm_new_state(iscsit_tgt_t *tgt, tgt_event_ctx_t *ctx, 281 tgt_sm_new_state(tgt, ctx, TS_ONLINING); in tgt_sm_created() 284 tgt_sm_new_state(tgt, ctx, TS_DELETING_STMF_DEREG); in tgt_sm_created() 293 tgt_sm_new_state(tgt, ctx, TS_OFFLINE); in tgt_sm_created() 313 tgt_sm_new_state(tgt, ctx, TS_ONLINE); in tgt_sm_onlining() 316 tgt_sm_new_state(tgt, ctx, TS_STMF_OFFLINE); in tgt_sm_onlining() 351 tgt_sm_new_state(tgt, ctx, TS_DELETING_NEED_OFFLINE); in tgt_sm_online() 353 tgt_sm_new_state(tgt, ctx, TS_STMF_ONLINE); in tgt_sm_online() 391 tgt_sm_new_state(tgt, ctx, TS_DELETING_NEED_OFFLINE); in tgt_sm_stmf_online() 395 tgt_sm_new_state(tgt, ctx, TS_OFFLINING); in tgt_sm_stmf_online() [all …]
|