Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c1171 if (un->un_recov_buf) { in st_attach()
1172 freerbuf(un->un_recov_buf); in st_attach()
1382 if (un->un_recov_buf) { in st_detach()
1383 freerbuf(un->un_recov_buf); in st_detach()
1687 un->un_recov_buf = getrbuf(km_flags); in st_doattach()
1801 if (un->un_recov_buf) { in st_doattach()
1802 freerbuf(un->un_recov_buf); in st_doattach()
4154 ASSERT(bp != un->un_recov_buf); in st_queued_strategy()
4488 ASSERT((bp == un->un_recov_buf) || (bp == un->un_sbufp)); in st_strategy()
6458 bp = un->un_recov_buf; in st_start()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1058 buf_t *un_recov_buf; /* buf to recover failed commands */ member