Lines Matching defs:inqbuf
791 struct scsipi_inquiry_data *inqbuf =
799 memset(inqbuf, 0, sizeof(*inqbuf));
807 xs.data = (void *)inqbuf;
817 memcpy(buf, inqbuf, buflen);
1054 struct scsipi_inquiry_data *inqbuf;
1058 product[sizeof(inqbuf->product) + 1];
1068 inqbuf = (struct scsipi_inquiry_data *)buf;
1069 device = inqbuf->device & SID_TYPE;
1078 strncpy(product, inqbuf->product, sizeof(product) - 1);