Home
last modified time | relevance | path

Searched refs:inq_out (Results 1 – 2 of 2) sorted by relevance

/external/sg3_utils/src/
Dsg_modes.c1172 struct sg_simple_inquiry_resp inq_out; in main() local
1285 if ((res = sg_simple_inquiry(sg_fd, &inq_out, true, vb))) { in main()
1290 inq_pdt = inq_out.peripheral_type; in main()
1291 encserv = !! (0x40 & inq_out.byte_6); in main()
1292 mchngr = !! (0x8 & inq_out.byte_6); in main()
1295 inq_out.vendor, inq_out.product, inq_out.revision, in main()
Dsg_logs.c8589 struct sg_simple_inquiry_resp inq_out; in main() local
8929 memset(&inq_out, 0, sizeof(inq_out)); in main()
8931 if (sg_simple_inquiry(sg_fd, &inq_out, true, vb)) { in main()
8937 op->dev_pdt = inq_out.peripheral_type; in main()
8940 sgj_pr_hr(jsp, " %.8s %.16s %.4s\n", inq_out.vendor, in main()
8941 inq_out.product, inq_out.revision); in main()
8942 memcpy(t10_vendor_str, inq_out.vendor, 8); in main()
8943 memcpy(t10_product_str, inq_out.product, 16); in main()