Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_outq.c59 char tob_data[TTYOUTQ_DATASIZE]; member
178 memcpy(cbuf, tob->tob_data + cbegin, clen); in ttyoutq_read()
264 error = uiomove(tob->tob_data + cbegin, clen, uio); in ttyoutq_read_uio()
277 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
336 memcpy(tob->tob_data + boff, cbuf, l); in ttyoutq_write()

Completed in 3 milliseconds