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_buf352drivers/char/cyclades.cstatic unsigned char *tmp_buf = 0;
tmp_buf1578drivers/char/cyclades.cif (!tty || !info->xmit_buf || !tmp_buf){
tmp_buf1593drivers/char/cyclades.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1596drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2557drivers/char/cyclades.cif (!tmp_buf) {
tmp_buf2558drivers/char/cyclades.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2559drivers/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_buf127drivers/char/scc.cstatic unsigned char *tmp_buf = 0;
tmp_buf1592drivers/char/scc.cif (!tmp_buf) {
tmp_buf1593drivers/char/scc.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf1594drivers/char/scc.cif (!tmp_buf)
tmp_buf1992drivers/char/scc.cif (!tty || !tmp_buf)
tmp_buf2014drivers/char/scc.cmemcpy_fromfs(tmp_buf, buf, cnt);
tmp_buf2018drivers/char/scc.cmemcpy(tmp_buf, buf, cnt);
tmp_buf2022drivers/char/scc.cp=tmp_buf;
tmp_buf204drivers/char/serial.cstatic unsigned char *tmp_buf = 0;
tmp_buf1305drivers/char/serial.cif (!tty || !info->xmit_buf || !tmp_buf)
tmp_buf1318drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1321drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2284drivers/char/serial.cif (!tmp_buf) {
tmp_buf2285drivers/char/serial.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2286drivers/char/serial.cif (!tmp_buf)