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_buf391drivers/char/cyclades.cstatic unsigned char *tmp_buf = 0;
tmp_buf1632drivers/char/cyclades.cif (!tty || !info->xmit_buf || !tmp_buf){
tmp_buf1647drivers/char/cyclades.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1650drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2624drivers/char/cyclades.cif (!tmp_buf) {
tmp_buf2625drivers/char/cyclades.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2626drivers/char/cyclades.cif (!tmp_buf){
tmp_buf47drivers/char/pty.cstatic unsigned char *tmp_buf;
tmp_buf126drivers/char/pty.ctemp_buffer = tmp_buf +
tmp_buf197drivers/char/pty.cif (!tmp_buf) {
tmp_buf199drivers/char/pty.cif (!tmp_buf) {
tmp_buf202drivers/char/pty.ctmp_buf = (unsigned char *) page;
tmp_buf276drivers/char/pty.ctmp_buf = 0;
tmp_buf207drivers/char/serial.cstatic unsigned char *tmp_buf = 0;
tmp_buf1332drivers/char/serial.cif (!tty || !info->xmit_buf || !tmp_buf)
tmp_buf1346drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1349drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2371drivers/char/serial.cif (!tmp_buf) {
tmp_buf2375drivers/char/serial.cif (tmp_buf)
tmp_buf2378drivers/char/serial.ctmp_buf = (unsigned char *) page;