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 | 352 | drivers/char/cyclades.c | static unsigned char *tmp_buf = 0; |
tmp_buf | 1578 | drivers/char/cyclades.c | if (!tty || !info->xmit_buf || !tmp_buf){ |
tmp_buf | 1593 | drivers/char/cyclades.c | memcpy_fromfs(tmp_buf, buf, c); |
tmp_buf | 1596 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
tmp_buf | 2557 | drivers/char/cyclades.c | if (!tmp_buf) { |
tmp_buf | 2558 | drivers/char/cyclades.c | tmp_buf = (unsigned char *) get_free_page(GFP_KERNEL); |
tmp_buf | 2559 | drivers/char/cyclades.c | if (!tmp_buf){ |
tmp_buf | 47 | drivers/char/pty.c | static unsigned char *tmp_buf; |
tmp_buf | 124 | drivers/char/pty.c | temp_buffer = tmp_buf + |
tmp_buf | 195 | drivers/char/pty.c | if (!tmp_buf) { |
tmp_buf | 196 | drivers/char/pty.c | tmp_buf = (unsigned char *) get_free_page(GFP_KERNEL); |
tmp_buf | 197 | drivers/char/pty.c | if (!tmp_buf) |
tmp_buf | 256 | drivers/char/pty.c | tmp_buf = 0; |
tmp_buf | 133 | drivers/char/scc.c | static unsigned char *tmp_buf = 0; |
tmp_buf | 1598 | drivers/char/scc.c | if (!tmp_buf) { |
tmp_buf | 1599 | drivers/char/scc.c | tmp_buf = (unsigned char *) get_free_page(GFP_KERNEL); |
tmp_buf | 1600 | drivers/char/scc.c | if (!tmp_buf) |
tmp_buf | 1998 | drivers/char/scc.c | if (!tty || !tmp_buf) |
tmp_buf | 2020 | drivers/char/scc.c | memcpy_fromfs(tmp_buf, buf, cnt); |
tmp_buf | 2024 | drivers/char/scc.c | memcpy(tmp_buf, buf, cnt); |
tmp_buf | 2028 | drivers/char/scc.c | p=tmp_buf; |
tmp_buf | 204 | drivers/char/serial.c | static unsigned char *tmp_buf = 0; |
tmp_buf | 1305 | drivers/char/serial.c | if (!tty || !info->xmit_buf || !tmp_buf) |
tmp_buf | 1318 | drivers/char/serial.c | memcpy_fromfs(tmp_buf, buf, c); |
tmp_buf | 1321 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
tmp_buf | 2268 | drivers/char/serial.c | if (!tmp_buf) { |
tmp_buf | 2269 | drivers/char/serial.c | tmp_buf = (unsigned char *) get_free_page(GFP_KERNEL); |
tmp_buf | 2270 | drivers/char/serial.c | if (!tmp_buf) |