HomeSort by: relevance | last modified time | path
    Searched refs:q_to_b (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/dev/rcons/
rcons_kern.c 96 n = q_to_b(&tp->t_outq, buf, sizeof(buf));
  /src/sys/dev/hpc/
biconsdev.c 156 n = q_to_b(&tp->t_outq, buf, sizeof(buf));
  /src/sys/sys/
tty.h 273 int q_to_b(struct clist *, u_char *, int);
  /src/sys/arch/xen/xen/
xencons.c 392 len = q_to_b(cl, buf, XENCONS_BURST);
415 len = q_to_b(cl, __UNVOLATILE(
  /src/sys/arch/arc/dev/
opms.c 304 (void) q_to_b(&sc->sc_q, buffer, length);
pccons.c 818 len = q_to_b(cl, buf, PCBURST);
  /src/sys/arch/news68k/news68k/
romcons.c 259 len = q_to_b(&tp->t_outq, buf, BURSTLEN);
  /src/sys/arch/sparc64/dev/
pcons.c 243 len = q_to_b(cl, buf, OFBURSTLEN);
kd.c 387 while ((len = q_to_b(cl, buf, PUT_WSIZE-1)) > 0) {
  /src/sys/arch/sun2/dev/
pcons.c 243 len = q_to_b(cl, buf, OFBURSTLEN);
kd.c 432 while ((len = q_to_b(cl, buf, PUT_WSIZE-1)) > 0) {
  /src/sys/dev/ofw/
ofcons.c 232 len = q_to_b(&tp->t_outq, buf, OFBURSTLEN);
  /src/sys/arch/sun3/dev/
kd.c 360 while ((len = q_to_b(cl, buf, PUT_WSIZE-1)) > 0) {
  /src/sys/arch/sparc/dev/
kd.c 403 while ((len = q_to_b(cl, buf, PUT_WSIZE-1)) > 0) {
  /src/sys/arch/usermode/dev/
ttycons.c 328 brem = q_to_b(&t->t_outq, sc->sc_buf, sizeof(sc->sc_buf));
  /src/sys/kern/
tty_subr.c 136 q_to_b(struct clist *clp, u_char *cp, int count) function in typeref:typename:int
tty_pty.c 717 cc = q_to_b(&tp->t_outq, bf, uimin(uio->uio_resid, BUFSIZ));
  /src/sys/arch/arm/footbridge/
footbridge_com.c 408 len = q_to_b(cl, buf, 64);
  /src/sys/dev/usb/
uhid.c 458 (void) q_to_b(&sc->sc_q, buffer, length);
  /src/sys/dev/virtio/
viocon.c 461 cnt = q_to_b(&tp->t_outq, buf, BUFSIZE);
  /src/sys/arch/arm/amlogic/
meson_uart.c 428 for (brem = q_to_b(&tp->t_outq, sc->sc_buf, sizeof(sc->sc_buf));
  /src/sys/arch/arm/samsung/
exynos_uart.c 518 for (brem = q_to_b(&tp->t_outq, sc->sc_buf, sizeof(sc->sc_buf));
  /src/sys/arch/amiga/dev/
msc.c 1034 cc = q_to_b (&tp->t_outq, msc->tmpbuf, cc);
ser.c 949 cc = q_to_b(&tp->t_outq, ser_outbuf, cc);
mfc.c 853 cc = q_to_b(&tp->t_outq, sc->outbuf, cc);

Completed in 26 milliseconds

1 2