Lines Matching defs:length
199 /* Prototype: int powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
203 * : length - length of string
207 powertecscsi_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
209 int ret = length;
211 if (length >= 12 && strncmp(buffer, "POWERTECSCSI", 12) == 0) {
213 length -= 12;
215 if (length >= 5 && strncmp(buffer, "term=", 5) == 0) {
231 * int length, int host_no, int inout)
238 * length - length of buffer
240 * Returns : length of data written to buffer.