Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daha152x.c3818 int thislength; local
3937 thislength = pos - (buffer + offset);
3938 …NTK(debug_procinfo, KERN_DEBUG "aha152x_proc_info: length=%d thislength=%d\n", length, thislength);
3940 if(thislength<0) {
3946 thislength = thislength<length ? thislength : length;
3948 DPRINTK(debug_procinfo, KERN_DEBUG "aha152x_proc_info: return %d\n", thislength);
3951 return thislength < length ? thislength : length;
Dnsp32.c1530 int thislength; in nsp32_proc_info() local
1617 thislength = pos - (buffer + offset); in nsp32_proc_info()
1619 if(thislength < 0) { in nsp32_proc_info()
1625 thislength = MIN(thislength, length); in nsp32_proc_info()
1628 return thislength; in nsp32_proc_info()
/linux-2.4.37.9/drivers/scsi/pcmcia/
Dnsp_cs.c1480 int thislength; in nsp_proc_info() local
1574 thislength = pos - (buffer + offset); in nsp_proc_info()
1576 if(thislength < 0) { in nsp_proc_info()
1582 thislength = MIN(thislength, length); in nsp_proc_info()
1585 return thislength; in nsp_proc_info()