taglinefilesource code
input_buf2158drivers/scsi/53c7,8xx.cchar input_buf[80],       /* Kernel space copy of buf */
input_buf2174drivers/scsi/53c7,8xx.cmemcpy_from_fs(input_buf, buf, count);
input_buf2176drivers/scsi/53c7,8xx.cif (input_buf[count - 1] != '\n')
input_buf2179drivers/scsi/53c7,8xx.cinput_buf[count - 1]=0;
input_buf2183drivers/scsi/53c7,8xx.cif (!strncmp(input_buf, debugger_tokens[i].name, len)) 
input_buf2190drivers/scsi/53c7,8xx.cfor (ptr = input_buf + len, j = 0; j < debugger_tokens[i].nargs && *ptr;) {