Lines Matching defs:inqbuf
179 * sensebuf and inqbuf may be uninitialized for some cases.
191 struct scsi_inquiry inqbuf;
194 { CMD_INQUIRY, 0, 0, 0, sizeof(inqbuf), 0 }
221 if (scsi_immed_command(ctlr, target, lun, &inq, (uint8_t *)&inqbuf,
222 sizeof(inqbuf)) ||
228 switch (inqbuf.type) {
239 *inqout = inqbuf;
254 struct scsi_inquiry inqbuf;
259 if (!scident(hs->sc_ctlr, target, lun, &inqbuf, capbuf))
266 memcpy(idstr, &inqbuf.vendor_id, 28);