Lines Matching defs:size
384 /* Make sure this is the last element, the real size is
392 let's set the sense buffer size to 64.
909 size by opening all SG device files belonging to a scanner,
911 buffer size, and take the smallest value.
914 buffer size, try to read /proc/sys/kernel/sg-big-biff ; if
1346 we have the new SG driver, and we can increase the buffer size
1373 /* try to reserve a SG buffer of the size specified by *buffersize
1378 as requested, thus we read the actual buffer size.
1384 sanei_scsi_open to check the buffer size exactly.
1392 DBG (1, "sanei_scsi_open: cannot read SG buffer size - %s\n",
1442 "sanei_scsi_open: SG driver can change buffer size at run time\n");
2085 size_t size;
2101 size = (sizeof (*req) - sizeof (req->sgdata.cdb.data)
2105 size = sizeof (*req) + MAX_CDB + fdp->buffersize
2108 req = malloc (size);
2112 (u_long) size);
4465 * Set the incoming data size and copy the destination data as needed...
4790 scmd.size = *dst_size;
4797 scmd.size = src_size;
4809 *dst_size = scmd.size - scmd.resid;