taglinefilesource code
tmp_buf19arch/i386/boot/compressed/piggyback.cchar tmp_buf[512*1024];
tmp_buf36arch/i386/boot/compressed/piggyback.cwhile ((n = read(0, &tmp_buf[len], sizeof(tmp_buf)-len+1)) > 0)
tmp_buf45arch/i386/boot/compressed/piggyback.cif (len >= sizeof(tmp_buf))
tmp_buf63arch/i386/boot/compressed/piggyback.cwrite(1, tmp_buf, len);
tmp_buf303drivers/char/cyclades.cstatic unsigned char *tmp_buf = 0;
tmp_buf1508drivers/char/cyclades.cif (!tty || !info->xmit_buf || !tmp_buf){
tmp_buf1523drivers/char/cyclades.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1526drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2312drivers/char/cyclades.cif (!tmp_buf) {
tmp_buf2313drivers/char/cyclades.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2314drivers/char/cyclades.cif (!tmp_buf){
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_buf201drivers/char/serial.cstatic unsigned char *tmp_buf = 0;
tmp_buf1256drivers/char/serial.cif (!tty || !info->xmit_buf || !tmp_buf)
tmp_buf1269drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1272drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2104drivers/char/serial.cif (!tmp_buf) {
tmp_buf2105drivers/char/serial.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2106drivers/char/serial.cif (!tmp_buf)