Searched refs:sbd_it_data_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 44 void sbd_pgr_initialize_it(scsi_task_t *, sbd_it_data_t *); 58 static uint32_t sbd_pgr_remove_keys(sbd_lu_t *, sbd_it_data_t *, 66 static void sbd_pgr_set_ua_conditions(sbd_lu_t *, sbd_it_data_t *, uint8_t); 78 static sbd_pgr_key_t *sbd_pgr_do_register(sbd_lu_t *, sbd_it_data_t *, 80 static void sbd_pgr_do_unregister(sbd_lu_t *, sbd_it_data_t *, sbd_pgr_key_t *); 81 static void sbd_pgr_do_release(sbd_lu_t *, sbd_it_data_t *, uint8_t); 82 static void sbd_pgr_do_reserve(sbd_pgr_t *, sbd_pgr_key_t *, sbd_it_data_t *it, 556 sbd_it_data_t *it; in sbd_pgr_keylist_dealloc() 595 sbd_it_data_t *it; in sbd_pgr_remove_key() 632 sbd_pgr_remove_keys(sbd_lu_t *slu, sbd_it_data_t *my_it, sbd_pgr_key_t *my_key, in sbd_pgr_remove_keys() [all …]
|
H A D | sbd_scsi.c | 107 extern void sbd_pgr_initialize_it(scsi_task_t *, sbd_it_data_t *); 110 extern void sbd_pgr_remove_it_handle(sbd_lu_t *, sbd_it_data_t *); 2020 sbd_it_data_t *it; in sbd_handle_mode_select_xfer() 2950 sbd_remove_it_handle(sbd_lu_t *sl, sbd_it_data_t *it) in sbd_remove_it_handle() 2952 sbd_it_data_t **ppit; in sbd_remove_it_handle() 2966 sbd_it_data_t *, it); in sbd_remove_it_handle() 2972 sbd_check_and_clear_scsi2_reservation(sbd_lu_t *sl, sbd_it_data_t *it) in sbd_check_and_clear_scsi2_reservation() 3013 sbd_it_data_t *it; in sbd_new_task() 3027 it = (sbd_it_data_t *)kmem_zalloc(sizeof (*it), KM_NOSLEEP); in sbd_new_task() 3530 sbd_check_and_clear_scsi2_reservation(sl, (sbd_it_data_t *)arg); in sbd_abort() [all …]
|
H A D | sbd_impl.h | 236 } sbd_it_data_t; typedef
|
H A D | sbd.c | 2086 sbd_it_data_t *it; in sbd_proxy_reg_lu() 2570 sbd_it_data_t *it; in sbd_import_lu() 2622 sbd_it_data_t *it; in sbd_modify_lu() 2856 sbd_it_data_t *it; in sbd_set_global_props()
|
/titanic_50/usr/src/cmd/mdb/common/modules/stmf_sbd/ |
H A D | stmf_sbd.c | 397 sbd_it_data_t it; in stmf_sbd_it_walk_step() 402 if (mdb_vread(&it, sizeof (sbd_it_data_t), addr) == -1) { in stmf_sbd_it_walk_step() 411 stmf_sbd_it_cb(uintptr_t addr, const sbd_it_data_t *it, stmf_sbd_cb_t *cb_st) in stmf_sbd_it_cb()
|