Searched refs:do_scsi_inq (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 2676 static int do_scsi_inq(int sg_fd, int cmddt, int evpd, unsigned int pg_op, in do_scsi_inq() function 2776 if (0 == do_scsi_inq(sg_fd, 0, 0, 0, rsp_buff, 36, 1)) { in do_scsi_inquiry() 2780 if (do_scsi_inq in do_scsi_inquiry() 2889 do_scsi_inq(sg_fd, 0, 1, 0x80, rsp_buff, in do_scsi_inquiry() 2911 do_scsi_inq(sg_fd, 1, 0, k, rsp_buff, in do_scsi_inquiry() 2963 if (0 == do_scsi_inq(sg_fd, 1, 0, num_opcode, rsp_buff, in do_scsi_inquiry() 3038 do_scsi_inq(sg_fd, 0, 1, num_opcode, rsp_buff, MX_ALLOC_LEN, in do_scsi_inquiry() 3147 do_scsi_inq(sg_fd, 0, 0, 0, buff, sizeof(buff), in show_scsi_maps()
|