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_buf407drivers/char/cyclades.cstatic unsigned char *tmp_buf = 0;
tmp_buf1646drivers/char/cyclades.cif (!tty || !info->xmit_buf || !tmp_buf){
tmp_buf1661drivers/char/cyclades.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1664drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2628drivers/char/cyclades.cif (!tmp_buf) {
tmp_buf2629drivers/char/cyclades.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2630drivers/char/cyclades.cif (!tmp_buf){
tmp_buf574drivers/char/pcxx.celse memcpy_fromfs(ch->tmp_buf, buf, count);
tmp_buf576drivers/char/pcxx.cbuf = ch->tmp_buf;
tmp_buf1319drivers/char/pcxx.cch->tmp_buf = kmalloc(ch->txbufsize,GFP_KERNEL);
tmp_buf120drivers/char/pcxx.hunchar            *tmp_buf;    /* Temp buffer */
tmp_buf47drivers/char/pty.cstatic unsigned char *tmp_buf;
tmp_buf124drivers/char/pty.ctemp_buffer = tmp_buf +
tmp_buf199drivers/char/pty.cif (!tmp_buf) {
tmp_buf201drivers/char/pty.cif (!tmp_buf) {
tmp_buf204drivers/char/pty.ctmp_buf = (unsigned char *) page;
tmp_buf302drivers/char/pty.ctmp_buf = 0;
tmp_buf86drivers/char/riscom8.cstatic unsigned char * tmp_buf = NULL;
tmp_buf1214drivers/char/riscom8.cif (!tty || !port->xmit_buf || !tmp_buf)
tmp_buf1229drivers/char/riscom8.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1232drivers/char/riscom8.cmemcpy(port->xmit_buf + port->xmit_head, tmp_buf, c);
tmp_buf1729drivers/char/riscom8.cif (!(tmp_buf = (unsigned char *) get_free_page(GFP_KERNEL))) {
tmp_buf1773drivers/char/riscom8.cfree_page((unsigned long)tmp_buf);
tmp_buf1779drivers/char/riscom8.cfree_page((unsigned long)tmp_buf);
tmp_buf1804drivers/char/riscom8.cfree_page((unsigned long)tmp_buf);
tmp_buf222drivers/char/serial.cstatic unsigned char *tmp_buf = 0;
tmp_buf1353drivers/char/serial.cif (!tty || !info->xmit_buf || !tmp_buf)
tmp_buf1367drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1370drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2392drivers/char/serial.cif (!tmp_buf) {
tmp_buf2396drivers/char/serial.cif (tmp_buf)
tmp_buf2399drivers/char/serial.ctmp_buf = (unsigned char *) page;
tmp_buf126drivers/sbus/char/sunserial.cstatic unsigned char tmp_buf[4096]; /* This is cheating */
tmp_buf1100drivers/sbus/char/sunserial.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1103drivers/sbus/char/sunserial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);