Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h881 uint64_t (*get_cnt)(uchar_t *); member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c10750 if (attrib->get_cnt != NULL) { in st_decode_sense()
10751 resid = attrib->get_cnt(pkt->pkt_cdbp); in st_decode_sense()
11811 count = (int64_t)attrib->get_cnt(sp->pkt_cdbp); in st_set_state()
17351 ASSERT(rinfo->cmd_attrib->get_cnt); in st_add_recovery_info_to_pkt()
17352 count = rinfo->cmd_attrib->get_cnt(pkt->pkt_cdbp); in st_add_recovery_info_to_pkt()
17402 ASSERT(rinfo->cmd_attrib->get_cnt != NULL || in st_add_recovery_info_to_pkt()
17406 ASSERT(!(rinfo->cmd_attrib->get_cnt != NULL && in st_add_recovery_info_to_pkt()
17410 if (rinfo->cmd_attrib->get_cnt != NULL) { in st_add_recovery_info_to_pkt()
17411 count = rinfo->cmd_attrib->get_cnt(pkt->pkt_cdbp); in st_add_recovery_info_to_pkt()
17785 ASSERT(cmd_att->get_cnt); in st_compare_expected_position()
[all …]