Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c572 uchar_t *oper_data, uchar_t option_code, ushort_t service_action);
2682 ushort_t *timeout_value, ushort_t service_action) in st_get_timeouts_value() argument
2698 service_action); in st_get_timeouts_value()
8475 uchar_t option_code, ushort_t service_action) in st_report_supported_operation() argument
8492 if (service_action) { in st_report_supported_operation()
8494 cdb[4] = (service_action & 0xff00) >> 8; in st_report_supported_operation()
8495 cdb[5] = service_action & 0xff; in st_report_supported_operation()