Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2028 int sg_read(int sg_fd, unsigned char *buff, int blocks, int from_block, in sg_read() argument
2035 if (sg_build_scsi_cdb(rdCmd, cdbsz, blocks, from_block, 0, fua, 0)) { in sg_read()
2038 from_block, blocks); in sg_read()
2052 io_hdr.pack_id = from_block; in sg_read()
2068 from_block, blocks); in sg_read()
2077 "%d bytes, use zeros\n", from_block, in sg_read()
6141 int sg_read2(int sg_fd, unsigned char *buff, int blocks, int from_block, in sg_read2() argument
6149 if (sg_build_scsi_cdb(rdCmd, cdbsz, blocks, from_block, 0, fua, 0)) { in sg_read2()
6152 from_block, blocks); in sg_read2()
6166 io_hdr.pack_id = from_block; in sg_read2()
[all …]