HomeSort by: relevance | last modified time | path
    Searched defs:sensebuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
sc.c 179 * sensebuf and inqbuf may be uninitialized for some cases.
211 uint8_t sensebuf[8]; local in function:scident
212 struct scsi_xsense *sp = (struct scsi_xsense *)sensebuf;
214 scsi_request_sense(ctlr, target, lun, sensebuf, 8);
sc.c 179 * sensebuf and inqbuf may be uninitialized for some cases.
211 uint8_t sensebuf[8]; local in function:scident
212 struct scsi_xsense *sp = (struct scsi_xsense *)sensebuf;
214 scsi_request_sense(ctlr, target, lun, sensebuf, 8);

Completed in 200 milliseconds