Searched refs:tob_data (Results 1 – 1 of 1) sorted by relevance
59 char tob_data[TTYOUTQ_DATASIZE]; member178 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