Lines Matching refs:bc_buf
121 tub3270_con_bcb.bc_buf = (void *)kmem_start; in __initfunc()
134 tub3270_con_bcb.bc_buf = (void *)alloc_bootmem_low( in tub3270_con_init()
164 obcb.bc_buf = (char *)buf; in tub3270_con_write()
342 len2 -= copy_from_user(ob->bc_buf + ob->bc_wr, in tub3270_movedata()
343 ib->bc_buf + ib->bc_rd, in tub3270_movedata()
351 memcpy(ob->bc_buf + ob->bc_wr, in tub3270_movedata()
352 ib->bc_buf + ib->bc_rd, in tub3270_movedata()
441 tubp->tty_bcb.bc_buf = (void *)kmalloc(tubp->tty_bcb.bc_len, in tubmakemin()
443 if (tubp->tty_bcb.bc_buf == NULL) { in tubmakemin()
457 tub3270_con_bcb.bc_buf != NULL && in tubmakemin()
508 kfree(tubp->tty_bcb.bc_buf); in tubfiniminors()
513 tubp->tty_bcb.bc_buf = NULL; in tubfiniminors()