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_buf1243drivers/block/aztcd.c{ unsigned char tmp_buf[CD_XA_TAIL];
tmp_buf1244drivers/block/aztcd.cinsb(DATA_PORT, tmp_buf , CD_XA_HEAD_SUBHEAD);
tmp_buf1246drivers/block/aztcd.cinsb(DATA_PORT, tmp_buf , CD_XA_TAIL);
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_buf133drivers/char/scc.cstatic unsigned char *tmp_buf = 0;
tmp_buf1598drivers/char/scc.cif (!tmp_buf) {
tmp_buf1599drivers/char/scc.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf1600drivers/char/scc.cif (!tmp_buf)
tmp_buf1998drivers/char/scc.cif (!tty || !tmp_buf)
tmp_buf2020drivers/char/scc.cmemcpy_fromfs(tmp_buf, buf, cnt);
tmp_buf2024drivers/char/scc.cmemcpy(tmp_buf, buf, cnt);
tmp_buf2028drivers/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_buf2268drivers/char/serial.cif (!tmp_buf) {
tmp_buf2269drivers/char/serial.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2270drivers/char/serial.cif (!tmp_buf)