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