Searched refs:clalloc (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/dev/hpc/ |
H A D | biconsdev.c | 124 clalloc(&tp->t_rawq, 1024, 1); in biconsdevattach() 125 clalloc(&tp->t_canq, 1024, 1); in biconsdevattach() 127 clalloc(&tp->t_outq, 1024, 0); in biconsdevattach()
|
/netbsd-src/sys/kern/ |
H A D | tty_subr.c | 71 clalloc(struct clist *clp, int size, int quot) in clalloc() function 259 if (clalloc(clp, clp->c_cn, 1)) { in putc() 348 if (clalloc(clp, clp->c_cn, 1)) in b_to_q()
|
H A D | tty.c | 249 clalloc(&rawq, newsize, 1); in tty_set_qsize() 250 clalloc(&canq, newsize, 1); in tty_set_qsize() 251 clalloc(&outq, newsize, 0); in tty_set_qsize() 2938 clalloc(&tp->t_rawq, tp->t_qsize, 1); in tty_alloc() 2941 clalloc(&tp->t_canq, tp->t_qsize, 1); in tty_alloc() 2945 clalloc(&tp->t_outq, tp->t_qsize, 0); in tty_alloc()
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | msc.c | 370 clalloc(&tp->t_rawq, 8192, 1); in mscopen() 371 clalloc(&tp->t_canq, 8192, 1); in mscopen() 372 clalloc(&tp->t_outq, 8192, 0); in mscopen()
|
/netbsd-src/sys/sys/ |
H A D | tty.h | 326 int clalloc(struct clist *, int, int);
|
/netbsd-src/sys/net/ |
H A D | if_sl.c | 370 error = clalloc(&tp->t_outq, 2 * SLMAX + 2, 0); in slopen() 428 clalloc(&tp->t_outq, sc->sc_oldbufsize, in slclose()
|
/netbsd-src/sys/arch/arc/dev/ |
H A D | opms.c | 229 if (clalloc(&sc->sc_q, PMS_BSIZE, 0) == -1) in opmsopen()
|
/netbsd-src/sys/dev/usb/ |
H A D | uhid.c | 293 if (clalloc(&sc->sc_q, UHID_BSIZE, 0) == -1) { in uhidopen()
|
H A D | ugen.c | 648 if (clalloc(&sce->q, UGEN_IBSIZE, 0) == -1) { in ugenopen()
|