Searched refs:ttyoutq (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ttyqueue.h | 62 struct ttyoutq { struct 140 void ttyoutq_flush(struct ttyoutq *to); 141 int ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t len); 142 void ttyoutq_free(struct ttyoutq *to); 143 size_t ttyoutq_read(struct ttyoutq *to, void *buf, size_t len); 144 int ttyoutq_read_uio(struct ttyoutq *to, struct tty *tp, struct uio *uio); 145 size_t ttyoutq_write(struct ttyoutq *to, const void *buf, size_t len); 149 ttyoutq_getsize(struct ttyoutq *to) in ttyoutq_getsize() 155 ttyoutq_getallocatedsize(struct ttyoutq *to) in ttyoutq_getallocatedsize() 162 ttyoutq_bytesleft(struct ttyoutq *to) in ttyoutq_bytesleft() [all …]
|
| H A D | tty.h | 97 struct ttyoutq t_outq; /* (t) Output queue. */
|
| /f-stack/freebsd/kern/ |
| H A D | tty_outq.c | 87 ttyoutq_flush(struct ttyoutq *to) in ttyoutq_flush() 95 ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t size) in ttyoutq_setsize() 127 ttyoutq_free(struct ttyoutq *to) in ttyoutq_free() 143 ttyoutq_read(struct ttyoutq *to, void *buf, size_t len) in ttyoutq_read() 204 ttyoutq_read_uio(struct ttyoutq *to, struct tty *tp, struct uio *uio) in ttyoutq_read_uio() 280 ttyoutq_write(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write() 325 ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) in ttyoutq_write_nofrag() 347 SYSINIT(ttyoutq, SI_SUB_DRIVERS, SI_ORDER_FIRST, ttyoutq_startup, NULL);
|