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_buf385drivers/char/cyclades.cstatic unsigned char *tmp_buf = 0;
tmp_buf1626drivers/char/cyclades.cif (!tty || !info->xmit_buf || !tmp_buf){
tmp_buf1641drivers/char/cyclades.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1644drivers/char/cyclades.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2618drivers/char/cyclades.cif (!tmp_buf) {
tmp_buf2619drivers/char/cyclades.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2620drivers/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_buf198drivers/char/pty.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf199drivers/char/pty.cif (!tmp_buf)
tmp_buf272drivers/char/pty.ctmp_buf = 0;
tmp_buf203drivers/char/serial.cstatic unsigned char *tmp_buf = 0;
tmp_buf1304drivers/char/serial.cif (!tty || !info->xmit_buf || !tmp_buf)
tmp_buf1317drivers/char/serial.cmemcpy_fromfs(tmp_buf, buf, c);
tmp_buf1320drivers/char/serial.cmemcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
tmp_buf2283drivers/char/serial.cif (!tmp_buf) {
tmp_buf2284drivers/char/serial.ctmp_buf = (unsigned char *) get_free_page(GFP_KERNEL);
tmp_buf2285drivers/char/serial.cif (!tmp_buf)