Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c4639 int rbInLen = OFF + RB_DESC_LEN; in find_out_about_buffer() local
4644 rsghp->reply_len = rbInLen; in find_out_about_buffer()
4670 res = read(sg_fd, rbBuff, rbInLen); in find_out_about_buffer()
4677 if (res < rbInLen) { in find_out_about_buffer()
4679 rbInLen, res); in find_out_about_buffer()
4805 int rbInLen = OFF + size; in read_buffer() local
4809 rsghp->reply_len = rbInLen; in read_buffer()
4834 res = read(sg_fd, rbBuff, rbInLen); in read_buffer()
4841 if (res < rbInLen) { in read_buffer()
4843 rbInLen, res); in read_buffer()
[all …]