Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c436 int sg3_inq(int sg_fd, unsigned char *inqBuff, int do_extra);
642 unsigned char inqBuff[OFF + INQ_REPLY_LEN]; in run_sg_scan_tests() local
645 unsigned char *buffp = inqBuff + OFF; in run_sg_scan_tests()
646 struct sg_header *isghp = (struct sg_header *)inqBuff; in run_sg_scan_tests()
766 res = sg3_inq(sg_fd, inqBuff, do_extra); in run_sg_scan_tests()
772 memcpy(inqBuff + OFF, inqCmdBlk, INQUIRY_CMDLEN); in run_sg_scan_tests()
782 res = write(sg_fd, inqBuff, inqInLen); in run_sg_scan_tests()
790 res = read(sg_fd, inqBuff, inqOutLen); in run_sg_scan_tests()
830 int sg3_inq(int sg_fd, unsigned char *inqBuff, int do_extra) in sg3_inq() argument
842 io_hdr.dxferp = inqBuff; in sg3_inq()
[all …]