Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c560 for (it = slu->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_keylist_dealloc()
601 for (it = slu->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_remove_key()
652 it = it->sbd_it_next) { in sbd_pgr_remove_keys()
674 for (it = slu->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_set_ua_conditions()
696 for (it = slu->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_set_pgr_check_flag()
1599 for (it = slu->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_out_clear()
1858 for (it = sl->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_remove_it_handle()
H A Dsbd_impl.h230 struct sbd_it_data *sbd_it_next; member
H A Dsbd_scsi.c2079 for (it = sl->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_handle_mode_select_xfer()
2957 ppit = &((*ppit)->sbd_it_next)) { in sbd_remove_it_handle()
2959 *ppit = it->sbd_it_next; in sbd_remove_it_handle()
2983 for (it = sl->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_check_and_clear_scsi2_reservation()
3019 for (it = sl->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_new_task()
3035 it->sbd_it_next = sl->sl_it_list; in sbd_new_task()
H A Dsbd.c2091 it = it->sbd_it_next) { in sbd_proxy_reg_lu()
2574 it = it->sbd_it_next) { in sbd_import_lu()
2723 it = it->sbd_it_next) { in sbd_modify_lu()
2781 it = it->sbd_it_next) { in sbd_modify_lu()
2802 it = it->sbd_it_next) { in sbd_modify_lu()
2828 it = it->sbd_it_next) { in sbd_modify_lu()
2906 it = it->sbd_it_next) { in sbd_set_global_props()
/titanic_50/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c406 wsp->walk_addr = (uintptr_t)it.sbd_it_next; in stmf_sbd_it_walk_step()