taglinefilesource code
tmp_buf47drivers/char/pty.cstatic unsigned char *tmp_buf;
tmp_buf124drivers/char/pty.ctemp_buffer = tmp_buf +
tmp_buf195drivers/char/pty.cif (!tmp_buf) {
tmp_buf196drivers/char/pty.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf197drivers/char/pty.cif (!tmp_buf)
tmp_buf256drivers/char/pty.ctmp_buf = 0;
tmp_buf199drivers/char/serial.cstatic unsigned char *tmp_buf = 0;
tmp_buf1237drivers/char/serial.cif (!tty || !info->xmit_buf || !tmp_buf)
tmp_buf1250drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1253drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf1987drivers/char/serial.cif (!tmp_buf) {
tmp_buf1988drivers/char/serial.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf1989drivers/char/serial.cif (!tmp_buf)
tmp_buf19zBoot/piggyback.cchar tmp_buf[512*1024];
tmp_buf36zBoot/piggyback.cwhile ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0)
tmp_buf45zBoot/piggyback.cif (len >= sizeof(tmp_buf))
tmp_buf63zBoot/piggyback.cwrite(1, tmp_buf, len);