Home
last modified time | relevance | path

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

/dports/sysutils/ddpt/ddpt-0.95/src/
H A Dddpt_pt.c324 int opcode_sa, options_byte, rw_sa; in pt_build_scsi_cdb() local
455 rw_sa = opcode_sa; in pt_build_scsi_cdb()
456 cdbp[8] = (unsigned char)((rw_sa >> 8) & 0xff); in pt_build_scsi_cdb()
457 cdbp[9] = (unsigned char)(rw_sa & 0xff); in pt_build_scsi_cdb()