Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c131 static volatile int st_recov_sz = sizeof (recov_info); variable
883 st_recov_sz = sizeof (pkt_info); in st_attach()
1664 CDB_GROUP0, 1, st_recov_sz, PKT_CONSISTENT, canwait, NULL); in st_doattach()
1680 if (st_recov_sz == sizeof (recov_info)) { in st_doattach()
3960 if (st_recov_sz != sizeof (recov_info) && un->un_multipath) { in st_rw()
4052 if (st_recov_sz != sizeof (recov_info) && un->un_multipath) { in st_arw()
8665 CDB_GROUP0, stat_size, st_recov_sz, 0, func, in st_make_cmd()
8674 bzero(pkt->pkt_private, st_recov_sz); in st_make_cmd()
8678 ri->privatelen = st_recov_sz; in st_make_cmd()
8956 st_recov_sz, 0, func, (caddr_t)un); in st_make_cmd()
[all …]