Searched refs:clist (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | tty.h | 94 struct clist { struct 118 struct clist t_rawq; /* Device raw input queue. */ argument 120 struct clist t_canq; /* Device canonical queue. */ 122 struct clist t_outq; /* Device output queue. */ 190 struct clist; 277 int b_to_q(const u_char *cp, int cc, struct clist *q); 278 void catq(struct clist *from, struct clist *to); 280 int getc(struct clist *q); 281 void ndflush(struct clist *q, int cc); 282 int ndqb(struct clist *q, int flag); [all …]
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | tty_subr.c | 104 clalloc(struct clist *clp, int size, int quot) in clalloc() 129 clfree(struct clist *clp) in clfree() 145 getc(struct clist *clp) in getc() 180 q_to_b(struct clist *clp, u_char *cp, int count) in q_to_b() 214 ndqb(struct clist *clp, int flag) in ndqb() 263 ndflush(struct clist *clp, int count) in ndflush() 297 putc(int c, struct clist *clp) in putc() 390 b_to_q(const u_char *cp, int count, struct clist *clp) in b_to_q() 460 nextc(struct clist *clp, u_char *cp, int *c) in nextc() 503 firstc(struct clist *clp, int *c) in firstc() [all …]
|
| H A D | tty.c | 1370 struct clist tq; in ttioctl_locked() 2075 struct clist tq; in ttypend() 2102 struct clist *qp; in ttread()
|