Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dtty.h94 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. */
189 struct clist;
276 int b_to_q(const u_char *cp, int cc, struct clist *q);
277 void catq(struct clist *from, struct clist *to);
279 int getc(struct clist *q);
280 void ndflush(struct clist *q, int cc);
281 int ndqb(struct clist *q, int flag);
[all …]
/xnu-8019.80.24/bsd/kern/
H A Dtty_subr.c104 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 Dtty.c1259 struct clist tq; in ttioctl_locked()
1964 struct clist tq; in ttypend()
1991 struct clist *qp; in ttread()