Home
last modified time | relevance | path

Searched refs:tob_data (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_outq.c58 char tob_data[TTYOUTQ_DATASIZE]; member
170 memcpy(cbuf, tob->tob_data + cbegin, clen); in ttyoutq_read()
251 error = uiomove(tob->tob_data + cbegin, clen, uio); in ttyoutq_read_uio()
262 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
314 memcpy(tob->tob_data + boff, cbuf, l); in ttyoutq_write()