tag | line | file | source code |
input_buf | 2056 | drivers/scsi/53c7,8xx.c | char input_buf[80], /* Kernel space copy of buf */ |
input_buf | 2072 | drivers/scsi/53c7,8xx.c | memcpy_from_fs(input_buf, buf, count); |
input_buf | 2074 | drivers/scsi/53c7,8xx.c | if (input_buf[count - 1] != '\n') |
input_buf | 2077 | drivers/scsi/53c7,8xx.c | input_buf[count - 1]=0; |
input_buf | 2081 | drivers/scsi/53c7,8xx.c | if (!strncmp(input_buf, debugger_tokens[i].name, len)) |
input_buf | 2088 | drivers/scsi/53c7,8xx.c | for (ptr = input_buf + len, j = 0; j < debugger_tokens[i].nargs && *ptr;) { |