Lines Matching defs:buffer
297 * Returns : pointer to a static buffer containing null terminated string.
311 /* Prototype: int cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
314 * : buffer - buffer containing string describing operation
319 cumanascsi_2_set_proc_info(struct Scsi_Host *host, char *buffer, int length)
323 if (length >= 11 && strncmp(buffer, "CUMANASCSI2", 11) == 0) {
324 buffer += 11;
327 if (length >= 5 && strncmp(buffer, "term=", 5) == 0) {
328 if (buffer[5] == '1')
330 else if (buffer[5] == '0')