Home | History | Annotate | Download | only in dev

Lines Matching defs:inqbuf

298 	struct scsipi_inquiry_data *inqbuf;
316 inqbuf = (struct scsipi_inquiry_data *)xs->data;
329 memset(inqbuf, 0, sizeof(*inqbuf));
330 inqbuf->device = T_CDROM;
331 inqbuf->dev_qual2 = SID_REMOVABLE;
332 strncpy(inqbuf->vendor, "NINTENDO", sizeof(inqbuf->vendor));
333 snprintf(inqbuf->product, sizeof(inqbuf->product), "%08x",
336 memcpy(inqbuf->revision, buf, sizeof(inqbuf->revision));