fill 105 dev/ic/fxpreg.h void *fill[2]; fill 2630 dev/ic/midway.c int slot, raw, aal5, llc, vci, fill, mlen, tlen, drqneed, need, needfill, end; fill 2691 dev/ic/midway.c fill = 0; fill 2711 dev/ic/midway.c fill = MID_RBD_SIZE; fill 2715 dev/ic/midway.c fill = 0; fill 2722 dev/ic/midway.c fill = tlen - MID_RBD_SIZE - MID_PDU_LEN(pdu); fill 2723 dev/ic/midway.c if (fill < 0 || (rbd & MID_RBD_CRCERR) != 0) { fill 2729 dev/ic/midway.c fill = tlen; fill 2731 dev/ic/midway.c mlen = tlen - fill; fill 2774 dev/ic/midway.c fill += mlen; fill 2789 dev/ic/midway.c sc->sc_dev.dv_xname, slot, vci, m, mlen, fill); fill 2797 dev/ic/midway.c needfill = (fill) ? 1 : 0; fill 2835 dev/ic/midway.c fill = fill - (need - mlen); /* note: may invalidate 'needfill' */ fill 2885 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; fill 2921 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; fill 2940 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; fill 2958 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; fill 2971 dev/ic/midway.c if (fill || dma != cur) { fill 2973 dev/ic/midway.c if (fill) fill 2975 dev/ic/midway.c sc->sc_dev.dv_xname, slot, vci, fill); fill 2980 dev/ic/midway.c EN_WRAPADD(start, stop, cur, fill); fill 128 dev/isa/spkr.c static int fill; /* controls spacing of notes */ fill 177 dev/isa/spkr.c fill = NORMAL; fill 201 dev/isa/spkr.c (whole * (FILLTIME - fill)) / (value * FILLTIME); fill 202 dev/isa/spkr.c silence = whole * (FILLTIME-fill) * snum / fill 211 dev/isa/spkr.c if (fill != LEGATO) fill 368 dev/isa/spkr.c fill = NORMAL; fill 372 dev/isa/spkr.c fill = LEGATO; fill 376 dev/isa/spkr.c fill = STACCATO; fill 90 dev/usb/ugen.c u_char *fill; /* location for input (isoc) */ fill 375 dev/usb/ugen.c sce->cur = sce->fill = sce->ibuf; fill 590 dev/usb/ugen.c while (sce->cur == sce->fill) { fill 607 dev/usb/ugen.c while (sce->cur != sce->fill && uio->uio_resid > 0 && !error) { fill 608 dev/usb/ugen.c if(sce->fill > sce->cur) fill 609 dev/usb/ugen.c n = min(sce->fill - sce->cur, uio->uio_resid); fill 864 dev/usb/ugen.c if(sce->fill < sce->cur && sce->cur <= sce->fill + count) { fill 879 dev/usb/ugen.c n = min(actlen, sce->limit - sce->fill); fill 880 dev/usb/ugen.c memcpy(sce->fill, buf, n); fill 884 dev/usb/ugen.c sce->fill += n; fill 885 dev/usb/ugen.c if(sce->fill == sce->limit) fill 886 dev/usb/ugen.c sce->fill = sce->ibuf; fill 1333 dev/usb/ugen.c if (sce->cur != sce->fill) fill 1385 dev/usb/ugen.c if (sce->cur == sce->fill) fill 1388 dev/usb/ugen.c if (sce->cur < sce->fill) fill 1389 dev/usb/ugen.c kn->kn_data = sce->fill - sce->cur; fill 1392 dev/usb/ugen.c (sce->fill - sce->ibuf); fill 51 lib/libz/inftrees.c unsigned fill; /* index for replicating entries */ fill 235 lib/libz/inftrees.c fill = 1U << curr; fill 236 lib/libz/inftrees.c min = fill; /* save offset to next table */ fill 238 lib/libz/inftrees.c fill -= incr; fill 239 lib/libz/inftrees.c next[(huff >> drop) + fill] = this; fill 240 lib/libz/inftrees.c } while (fill != 0);