Searched refs:obcb (Results 1 – 2 of 2) sorted by relevance
162 bcb_t obcb; in tub3270_con_write() local164 obcb.bc_buf = (char *)buf; in tub3270_con_write()165 obcb.bc_len = obcb.bc_cnt = obcb.bc_wr = in tub3270_con_write()167 obcb.bc_rd = 0; in tub3270_con_write()170 rc = tub3270_movedata(&obcb, &tub3270_con_bcb, 0); in tub3270_con_write()
264 bcb_t obcb; in tty3270_write() local275 obcb.bc_buf = (char *)buf; in tty3270_write()276 obcb.bc_len = obcb.bc_cnt = obcb.bc_wr = count; in tty3270_write()277 obcb.bc_rd = 0; in tty3270_write()280 rc = tub3270_movedata(&obcb, &tubp->tty_bcb, fromuser); in tty3270_write()