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

Method Reset

cpp/controllers/scsi_controller.cpp:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void ScsiController::Reset()
40{
41 AbstractController::Reset();
42
43 execstart = 0;
44 identified_lun = -1;
45 initiator_id = UNKNOWN_INITIATOR_ID;
46
47 scsi = {};
48}
49
50bool ScsiController::Process(int id)
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected