Lines Matching defs:tmp_rbuf
317 unsigned char *tmp_rbuf;
3258 info->tmp_rbuf = kmalloc(info->max_frame_size + 5, GFP_KERNEL);
3259 if (info->tmp_rbuf == NULL)
3264 kfree(info->tmp_rbuf);
3265 info->tmp_rbuf = NULL;
3273 kfree(info->tmp_rbuf);
3274 info->tmp_rbuf = NULL;
4656 unsigned char *p = info->tmp_rbuf;
4677 hdlcdev_rx(info,info->tmp_rbuf, framesize);
4680 ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize);
4947 dest = info->tmp_rbuf;
4957 DBGDATA(info, info->tmp_rbuf, info->tmp_rbuf_count, "rx");
4988 memset(info->tmp_rbuf, 0, TESTFRAMESIZE);
5008 memcmp(buf, info->tmp_rbuf, count))) {