Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c8481 uint32_t allo_length; in st_report_supported_operation() local
8485 allo_length = sizeof (struct one_com_des) + in st_report_supported_operation()
8501 cdb[6] = (allo_length & 0xff000000) >> 24; in st_report_supported_operation()
8502 cdb[7] = (allo_length & 0xff0000) >> 16; in st_report_supported_operation()
8503 cdb[8] = (allo_length & 0xff00) >> 8; in st_report_supported_operation()
8504 cdb[9] = allo_length & 0xff; in st_report_supported_operation()
8509 com->uscsi_buflen = allo_length; in st_report_supported_operation()