Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDtty_outq.c56 char tob_data[TTYOUTQ_DATASIZE]; member
168 memcpy(cbuf, tob->tob_data + cbegin, clen); in ttyoutq_read()
249 error = uiomove(tob->tob_data + cbegin, clen, uio); in ttyoutq_read_uio()
260 memcpy(ob, tob->tob_data + cbegin, clen); in ttyoutq_read_uio()
312 memcpy(tob->tob_data + boff, cbuf, l); in ttyoutq_write()