Lines Matching refs:modesCmdBlk
3412 unsigned char modesCmdBlk[MODE_SENSE10_CMDLEN] = in do_modes() local
3417 modesCmdBlk[1] = (unsigned char)(dbd ? 0x8 : 0); in do_modes()
3418 modesCmdBlk[2] = (unsigned char)(((pc << 6) & 0xc0) | (pg_code & 0x3f)); in do_modes()
3419 modesCmdBlk[3] = (unsigned char)(sub_pg_code & 0xff); in do_modes()
3425 modesCmdBlk[0] = MODE_SENSE6_CMD; in do_modes()
3426 modesCmdBlk[4] = (unsigned char)(mx_resp_len & 0xff); in do_modes()
3428 modesCmdBlk[7] = (unsigned char)((mx_resp_len >> 8) & 0xff); in do_modes()
3429 modesCmdBlk[8] = (unsigned char)(mx_resp_len & 0xff); in do_modes()
3440 io_hdr.cmdp = modesCmdBlk; in do_modes()
4372 unsigned char modesCmdBlk[MODE_SENSE10_CMDLEN] = in do_modes_0a() local
4380 modesCmdBlk[1] = (unsigned char)(dbd ? 0x8 : 0); in do_modes_0a()
4381 modesCmdBlk[2] = (unsigned char)(((pc << 6) & 0xc0) | (pg_code & 0x3f)); in do_modes_0a()
4387 modesCmdBlk[0] = MODE_SENSE6_CMD; in do_modes_0a()
4388 modesCmdBlk[4] = (unsigned char)(mx_resp_len & 0xff); in do_modes_0a()
4390 modesCmdBlk[7] = (unsigned char)((mx_resp_len >> 8) & 0xff); in do_modes_0a()
4391 modesCmdBlk[8] = (unsigned char)(mx_resp_len & 0xff); in do_modes_0a()
4401 io_hdr.cmdp = modesCmdBlk; in do_modes_0a()