Home
last modified time | relevance | path

Searched refs:clalloc (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/sys/
H A Dtty.h306 void clalloc(struct clist *, int, int);
/openbsd-src/sys/kern/
H A Dtty_subr.c53 clalloc(struct clist *clp, int size, int quot) in clalloc() function
H A Dtty.c2360 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 Duhid.c226 clalloc(&sc->sc_q, UHID_BSIZE, 0); in uhid_do_open()
H A Dugen.c328 clalloc(&sce->q, UGEN_IBSIZE, 0); in ugenopen()