Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dtty_subr.c64 clalloc(clp, size, quot) in clalloc() function
267 if (clalloc(clp, 1024, 1)) {
358 if (clalloc(clp, 1024, 1))
Dtty.c2277 clalloc(&tp->t_rawq, 1024, 1); in ttymalloc()
2278 clalloc(&tp->t_canq, 1024, 1); in ttymalloc()
2280 clalloc(&tp->t_outq, 1024, 0); in ttymalloc()
/mirbsd/src/sys/sys/
Dtty.h302 int clalloc(struct clist *, int, int);
/mirbsd/src/sys/net/
Dif_sl.c335 error = clalloc(&tp->t_outq, 3*SLMTU, 0);
378 clalloc(&tp->t_outq, sc->sc_oldbufsize, sc->sc_oldbufquot);
Dif_strip.c479 error = clalloc(&tp->t_outq, 3*SLMTU, 0);
535 clalloc(&tp->t_outq, sc->sc_oldbufsize, sc->sc_oldbufquot);
/mirbsd/src/sys/dev/usb/
Dusb_port.h432 #define clalloc(p, s, x) (clist_alloc_cblocks((p), (s), (s)), 0) macro
Duhid.c269 if (clalloc(&sc->sc_q, UHID_BSIZE, 0) == -1) { in uhidopen()
Dugen.c375 if (clalloc(&sce->q, UGEN_IBSIZE, 0) == -1) in ugenopen()