taglinefilesource code
input_size302drivers/scsi/sg.cint        input_size;
input_size352drivers/scsi/sg.cinput_size = device->header.pack_len - size;
input_size353drivers/scsi/sg.cif( input_size > device->header.reply_len)
input_size355drivers/scsi/sg.cbsize = input_size;
input_size364drivers/scsi/sg.cinput_size-=sizeof(struct sg_header);
input_size369drivers/scsi/sg.cif( input_size < 0 )
input_size432drivers/scsi/sg.cif (input_size > 0) memcpy_fromfs(device->buff, buf, input_size);