clalloc 347 dev/usb/ugen.c if (clalloc(&sce->q, UGEN_IBSIZE, 0) == -1) clalloc 271 dev/usb/uhid.c if (clalloc(&sc->sc_q, UHID_BSIZE, 0) == -1) { clalloc 2241 kern/tty.c clalloc(&tp->t_rawq, 1024, 1); clalloc 2242 kern/tty.c clalloc(&tp->t_canq, 1024, 1); clalloc 2244 kern/tty.c clalloc(&tp->t_outq, 1024, 0); clalloc 253 kern/tty_subr.c if (clalloc(clp, 1024, 1)) { clalloc 338 kern/tty_subr.c if (clalloc(clp, 1024, 1)) clalloc 329 net/if_sl.c error = clalloc(&tp->t_outq, 3*SLMTU, 0); clalloc 372 net/if_sl.c clalloc(&tp->t_outq, sc->sc_oldbufsize, sc->sc_oldbufquot); clalloc 476 net/if_strip.c error = clalloc(&tp->t_outq, 3*SLMTU, 0); clalloc 532 net/if_strip.c clalloc(&tp->t_outq, sc->sc_oldbufsize, sc->sc_oldbufquot); clalloc 308 sys/tty.h int clalloc(struct clist *, int, int);