Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_outq.c55 char tob_data[TTYOUTQ_DATASIZE]; member
167 memcpy(cbuf, tob->tob_data + cbegin, clen); in ttyoutq_read()
248 error = uiomove(tob->tob_data + cbegin, clen, uio); in ttyoutq_read_uio()
259 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
311 memcpy(tob->tob_data + boff, cbuf, l); in ttyoutq_write()