Searched refs:clalloc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/sys/sys/ |
| H A D | tty.h | 306 void clalloc(struct clist *, int, int);
|
| /openbsd-src/sys/kern/ |
| H A D | tty_subr.c | 53 clalloc(struct clist *clp, int size, int quot) in clalloc() function
|
| H A D | tty.c | 2360 clalloc(&tp->t_rawq, tp->t_qlen, 1); in ttymalloc() 2361 clalloc(&tp->t_canq, tp->t_qlen, 1); in ttymalloc() 2363 clalloc(&tp->t_outq, tp->t_qlen, 0); in ttymalloc()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | uhid.c | 226 clalloc(&sc->sc_q, UHID_BSIZE, 0); in uhid_do_open()
|
| H A D | ugen.c | 328 clalloc(&sce->q, UGEN_IBSIZE, 0); in ugenopen()
|