Searched refs:pppt_tgt_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt_tgt.c | 52 pppt_tgt_sm_event(pppt_tgt_t *tgt, pppt_tgt_event_t event); 55 tgt_sm_event_locked(pppt_tgt_t *tgt, pppt_tgt_event_t event); 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); [all …]
|
H A D | pppt.h | 127 } pppt_tgt_t; typedef 273 pppt_tgt_t *pppt_tgt_lookup(scsi_devid_desc_t *tgt_devid); 275 pppt_tgt_t *pppt_tgt_lookup_locked(scsi_devid_desc_t *tgt_devid); 277 pppt_tgt_t *pppt_tgt_create(stmf_ic_reg_port_msg_t *reg_port, 280 void pppt_tgt_async_delete(pppt_tgt_t *tgt); 282 void pppt_tgt_destroy(pppt_tgt_t *tgt);
|
H A D | pppt.c | 433 pppt_tgt_avl_compare, sizeof (pppt_tgt_t), in pppt_enable_svc() 434 offsetof(pppt_tgt_t, target_global_ln)); in pppt_enable_svc() 519 pppt_tgt_t *tgt, *next_tgt; in pppt_disable_svc() 525 pppt_tgt_avl_compare, sizeof (pppt_tgt_t), in pppt_disable_svc() 526 offsetof(pppt_tgt_t, target_global_ln)); in pppt_disable_svc() 852 pppt_tgt_t *tgt; in pppt_sess_lookup_locked() 931 pppt_tgt_t *tgt; in pppt_sess_lookup_create() 1162 pppt_tgt_t *tgt = ps->ps_target; in pppt_sess_close_locked() 1323 pppt_tgt_t *tgt; in pppt_task_lookup()
|
H A D | pppt_msg.c | 116 pppt_tgt_t *result; in pppt_msg_tgt_register() 163 pppt_tgt_t *tgt; in pppt_msg_tgt_deregister() 207 pppt_tgt_t *tgt; in pppt_msg_session_destroy()
|