Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c622 static int st_get_media_identification(struct scsi_tape *un, ubufunc_t bufunc);
1734 un->un_media_id_method = st_get_media_identification; in st_doattach()
3355 rval = st_get_media_identification(un, st_uscsi_cmd); in st_tape_init()
16694 st_get_media_identification(struct scsi_tape *un, ubufunc_t bufunc) in st_get_media_identification() function
16699 ST_FUNC(ST_DEVINFO, st_get_media_identification); in st_get_media_identification()
16709 un->un_media_id_method != st_get_media_identification) { in st_get_media_identification()
16981 rval = st_get_media_identification(un, st_uscsi_rcmd); in st_recover()