Searched refs:ttyoutq (Results 1 – 3 of 3) sorted by relevance
| /components/lwp/terminal/ |
| A D | bsd_ttyqueue.h | 73 struct ttyoutq struct 146 void ttyoutq_flush(struct ttyoutq *to); 147 int ttyoutq_setsize(struct ttyoutq *to, struct lwp_tty *tp, size_t len); 148 void ttyoutq_free(struct ttyoutq *to); 149 size_t ttyoutq_read(struct ttyoutq *to, void *buf, size_t len); 151 size_t ttyoutq_write(struct ttyoutq *to, const void *buf, size_t len); 152 int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t len); 154 rt_inline size_t ttyoutq_getsize(struct ttyoutq *to) in ttyoutq_getsize() 159 rt_inline size_t ttyoutq_getallocatedsize(struct ttyoutq *to) in ttyoutq_getallocatedsize() 164 rt_inline size_t ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() [all …]
|
| A D | terminal.h | 145 struct ttyoutq t_outq; /* (t) Output queue. */
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_outq.c | 96 void ttyoutq_flush(struct ttyoutq *to) in ttyoutq_flush() 102 int ttyoutq_setsize(struct ttyoutq *to, struct lwp_tty *tp, size_t size) in ttyoutq_setsize() 135 void ttyoutq_free(struct ttyoutq *to) in ttyoutq_free() 151 size_t ttyoutq_read(struct ttyoutq *to, void *buf, size_t len) in ttyoutq_read() 216 int ttyoutq_read_uio(struct ttyoutq *to, struct lwp_tty *tp, struct uio *uio) in ttyoutq_read_uio() 294 size_t ttyoutq_write(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write() 346 int ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write_nofrag() 369 SYSINIT(ttyoutq, SI_SUB_DRIVERS, SI_ORDER_FIRST, ttyoutq_startup, NULL);
|
Completed in 6 milliseconds