Searched refs:inq_cmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/mlxcontrol/
H A Dinterface.c238 struct scsi_inquiry *inq_cmd = (struct scsi_inquiry *)&dcdb_cmd.dcdb.dcdb_cdb[0]; local
255 inq_cmd->opcode = INQUIRY;
256 scsi_ulto2b(SHORT_INQUIRY_LENGTH, inq_cmd->length);
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_low.c1646 static u_int8_t inq_cmd[6] = {INQUIRY, 0, 0, 0, variable
1721 cb->ccb_scp.scp_cmd = inq_cmd;
1722 cb->ccb_scp.scp_cmdlen = sizeof(inq_cmd);

Completed in 115 milliseconds