MCPcopy Create free account
hub / github.com/PiSCSI/piscsi / ModeSelect

Method ModeSelect

cpp/devices/mode_page_device.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void ModePageDevice::ModeSelect(scsi_command, cdb_t, span<const uint8_t>, int)
118{
119 // There is no default implementation of MODE SELECT
120 throw scsi_exception(sense_key::illegal_request, asc::invalid_command_operation_code);
121}
122
123void ModePageDevice::ModeSelect6() const
124{

Callers

nothing calls this directly

Calls 1

scsi_exceptionClass · 0.85

Tested by

no test coverage detected