tag | line | file | source code |
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 | 199 | drivers/char/serial.c | static unsigned char *tmp_buf = 0; |
tmp_buf | 1237 | drivers/char/serial.c | if (!tty || !info->xmit_buf || !tmp_buf) |
tmp_buf | 1250 | drivers/char/serial.c | memcpy_fromfs(tmp_buf, buf, c); |
tmp_buf | 1253 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
tmp_buf | 1987 | drivers/char/serial.c | if (!tmp_buf) { |
tmp_buf | 1988 | drivers/char/serial.c | tmp_buf = (unsigned char *) get_free_page(GFP_KERNEL); |
tmp_buf | 1989 | drivers/char/serial.c | if (!tmp_buf) |
tmp_buf | 19 | zBoot/piggyback.c | char tmp_buf[512*1024]; |
tmp_buf | 36 | zBoot/piggyback.c | while ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0) |
tmp_buf | 45 | zBoot/piggyback.c | if (len >= sizeof(tmp_buf)) |
tmp_buf | 63 | zBoot/piggyback.c | write(1, tmp_buf, len); |