Home
last modified time | relevance | path

Searched refs:SL_MEDIA_LOADED (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dstmf_sbd.h261 #define SL_MEDIA_LOADED 0x00000200 macro
H A Dsbd.c683 if ((sl->sl_flags & SL_MEDIA_LOADED) == 0 && in sbd_read_meta()
760 if ((sl->sl_flags & SL_MEDIA_LOADED) == 0 && in sbd_write_meta()
1590 sl->sl_flags |= SL_MEDIA_LOADED; in sbd_open_data_file()
1624 if (sl->sl_flags & SL_MEDIA_LOADED) { in sbd_close_lu()
1632 sl->sl_flags &= ~SL_MEDIA_LOADED; in sbd_close_lu()
3031 if ((sl->sl_flags & SL_MEDIA_LOADED) == 0) { in sbd_data_read()
3087 if ((sl->sl_flags & SL_MEDIA_LOADED) == 0) { in sbd_data_write()
H A Dsbd_scsi.c224 ASSERT((sl->sl_flags & SL_MEDIA_LOADED) != 0); in sbd_do_sgl_read_xfer()
884 if ((sl->sl_flags & SL_MEDIA_LOADED) == 0) { in sbd_handle_read()
1089 ASSERT((sl->sl_flags & SL_MEDIA_LOADED) != 0); in sbd_do_sgl_write_xfer()
1510 if ((sl->sl_flags & SL_MEDIA_LOADED) == 0) { in sbd_handle_write()