Searched refs:tty_bcb (Results 1 – 4 of 4) sorted by relevance
185 rc = tub3270_movedata(&tub3270_con_bcb, &tubp->tty_bcb, 0); in tub3270_con_copy()440 tubp->tty_bcb.bc_len = TTY_OUTPUT_SIZE; in tubmakemin()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()449 tubp->tty_bcb.bc_cnt = 0; in tubmakemin()450 tubp->tty_bcb.bc_wr = 0; in tubmakemin()451 tubp->tty_bcb.bc_rd = 0; in tubmakemin()508 kfree(tubp->tty_bcb.bc_buf); in tubfiniminors()513 tubp->tty_bcb.bc_buf = NULL; in tubfiniminors()
280 rc = tub3270_movedata(&obcb, &tubp->tty_bcb, fromuser); in tty3270_write()297 ob = &tubp->tty_bcb; in tty3270_put_char()331 ob = &tubp->tty_bcb; in tty3270_write_room()344 ob = &tubp->tty_bcb; in tty3270_chars_in_buffer()441 ob = &tubp->tty_bcb; in tty3270_flush_buffer()785 if (tubp->tty_bcb.bc_cnt == 0) in tty3270_try_logging()
70 while (tubp->tty_bcb.bc_cnt != 0) { in tty3270_update_log_area()394 ib = &tubp->tty_bcb; in tty3270_next_char()409 ib = &tubp->tty_bcb; in tty3270_unnext_char()
255 bcb_t tty_bcb; /* Output buffer control info */ member