| tag | line | file | source code |
| tmp_buf | 19 | arch/i386/boot/compressed/piggyback.c | char tmp_buf[512*1024]; |
| tmp_buf | 36 | arch/i386/boot/compressed/piggyback.c | while ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0) |
| tmp_buf | 45 | arch/i386/boot/compressed/piggyback.c | if (len >= sizeof(tmp_buf)) |
| tmp_buf | 63 | arch/i386/boot/compressed/piggyback.c | write(1, tmp_buf, len); |
| tmp_buf | 391 | drivers/char/cyclades.c | static unsigned char *tmp_buf = 0; |
| tmp_buf | 1632 | drivers/char/cyclades.c | if (!tty || !info->xmit_buf || !tmp_buf){ |
| tmp_buf | 1647 | drivers/char/cyclades.c | memcpy_fromfs(tmp_buf, buf, c); |
| tmp_buf | 1650 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
| tmp_buf | 2624 | drivers/char/cyclades.c | if (!tmp_buf) { |
| tmp_buf | 2625 | drivers/char/cyclades.c | tmp_buf = (unsigned char *) get_free_page(GFP_KERNEL); |
| tmp_buf | 2626 | drivers/char/cyclades.c | if (!tmp_buf){ |
| tmp_buf | 575 | drivers/char/pcxx.c | else memcpy_fromfs(ch->tmp_buf, buf, count); |
| tmp_buf | 577 | drivers/char/pcxx.c | buf = ch->tmp_buf; |
| tmp_buf | 1321 | drivers/char/pcxx.c | ch->tmp_buf = kmalloc(ch->txbufsize,GFP_KERNEL); |
| tmp_buf | 120 | drivers/char/pcxx.h | unchar *tmp_buf; /* Temp buffer */ |
| tmp_buf | 47 | drivers/char/pty.c | static unsigned char *tmp_buf; |
| tmp_buf | 126 | drivers/char/pty.c | temp_buffer = tmp_buf + |
| tmp_buf | 197 | drivers/char/pty.c | if (!tmp_buf) { |
| tmp_buf | 199 | drivers/char/pty.c | if (!tmp_buf) { |
| tmp_buf | 202 | drivers/char/pty.c | tmp_buf = (unsigned char *) page; |
| tmp_buf | 276 | drivers/char/pty.c | tmp_buf = 0; |
| tmp_buf | 209 | drivers/char/serial.c | static unsigned char *tmp_buf = 0; |
| tmp_buf | 1334 | drivers/char/serial.c | if (!tty || !info->xmit_buf || !tmp_buf) |
| tmp_buf | 1348 | drivers/char/serial.c | memcpy_fromfs(tmp_buf, buf, c); |
| tmp_buf | 1351 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
| tmp_buf | 2373 | drivers/char/serial.c | if (!tmp_buf) { |
| tmp_buf | 2377 | drivers/char/serial.c | if (tmp_buf) |
| tmp_buf | 2380 | drivers/char/serial.c | tmp_buf = (unsigned char *) page; |