clist 87 dev/usb/ugen.c struct clist q;
clist 89 dev/usb/uhid.c struct clist sc_q;
clist 909 kern/tty.c struct clist tq;
clist 1399 kern/tty.c struct clist tq;
clist 1434 kern/tty.c struct clist *qp;
clist 64 kern/tty_subr.c clalloc(struct clist *clp, int size, int quot)
clist 84 kern/tty_subr.c clfree(struct clist *clp)
clist 102 kern/tty_subr.c getc(struct clist *clp)
clist 130 kern/tty_subr.c q_to_b(struct clist *clp, u_char *cp, int count)
clist 163 kern/tty_subr.c ndqb(struct clist *clp, int flag)
clist 205 kern/tty_subr.c ndflush(struct clist *clp, int count)
clist 239 kern/tty_subr.c putc(int c, struct clist *clp)
clist 320 kern/tty_subr.c b_to_q(u_char *cp, int count, struct clist *clp)
clist 378 kern/tty_subr.c nextc(struct clist *clp, u_char *cp, int *c)
clist 412 kern/tty_subr.c firstc(struct clist *clp, int *c)
clist 432 kern/tty_subr.c unputc(struct clist *clp)
clist 463 kern/tty_subr.c catq(struct clist *from, struct clist *to)
clist 479 kern/tty_subr.c struct clist tmp;
clist 85 sys/tty.h struct clist {
clist 104 sys/tty.h struct clist t_rawq; /* Device raw input queue. */
clist 106 sys/tty.h struct clist t_canq; /* Device canonical queue. */
clist 108 sys/tty.h struct clist t_outq; /* Device output queue. */
clist 254 sys/tty.h int b_to_q(u_char *cp, int cc, struct clist *q);
clist 255 sys/tty.h void catq(struct clist *from, struct clist *to);
clist 257 sys/tty.h int getc(struct clist *q);
clist 258 sys/tty.h void ndflush(struct clist *q, int cc);
clist 259 sys/tty.h int ndqb(struct clist *q, int flag);
clist 260 sys/tty.h u_char *nextc(struct clist *q, u_char *cp, int *c);
clist 261 sys/tty.h int putc(int c, struct clist *q);
clist 262 sys/tty.h int q_to_b(struct clist *q, u_char *cp, int cc);
clist 263 sys/tty.h int unputc(struct clist *q);
clist 300 sys/tty.h u_char *firstc(struct clist *clp, int *c);
clist 308 sys/tty.h int clalloc(struct clist *, int, int);
clist 309 sys/tty.h void clfree(struct clist *);