Home | History | Annotate | Download | only in libscsitest

Lines Matching defs:inqbuf

121 		struct scsipi_inquiry_data *inqbuf = (void *)xs->data;
123 memset(inqbuf, 0, sizeof(*inqbuf));
124 inqbuf->device = T_CDROM;
125 inqbuf->dev_qual2 = SID_REMOVABLE;
126 strncpy(inqbuf->vendor, "RUMPHOBO", sizeof inqbuf->vendor);
127 strncpy(inqbuf->product, "It's a LIE", sizeof inqbuf->product);
128 strncpy(inqbuf->revision, "0.00", sizeof inqbuf->revision);