total            1579 altq/altq_hfsc.c 	sp->total = cl->cl_total;
total              75 altq/altq_hfsc.h 	u_int64_t		total;	/* total work in bytes */
total             367 arch/i386/stand/libsa/memprobe.c 	register u_int total = 0;
total             378 arch/i386/stand/libsa/memprobe.c 			total += p->size / 1024;
total             382 arch/i386/stand/libsa/memprobe.c 	printf("Total free memory: %uKB\n", total);
total            1051 dev/ic/ar5xxx.c 	u_int32_t total, offset;
total            1062 dev/ic/ar5xxx.c 	for (offset = 0x1f, octet = 0, total = 0;
total            1067 dev/ic/ar5xxx.c 		total += data;
total            1075 dev/ic/ar5xxx.c 	if ((!total) || total == (3 * 0xffff))
total             150 dev/ic/ciss.c  	int error, i, total, rseg, maxfer;
total             231 dev/ic/ciss.c  	total = sc->ccblen * sc->maxcmd;
total             232 dev/ic/ciss.c  	if ((error = bus_dmamem_alloc(sc->dmat, total, PAGE_SIZE, 0,
total             238 dev/ic/ciss.c  	if ((error = bus_dmamem_map(sc->dmat, sc->cmdseg, rseg, total,
total             243 dev/ic/ciss.c  	bzero(sc->ccbs, total);
total             245 dev/ic/ciss.c  	if ((error = bus_dmamap_create(sc->dmat, total, 1,
total             246 dev/ic/ciss.c  	    total, 0, BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW, &sc->cmdmap))) {
total             252 dev/ic/ciss.c  	if ((error = bus_dmamap_load(sc->dmat, sc->cmdmap, sc->ccbs, total,
total             265 dev/ic/ciss.c  	for (i = 0; total; i++, total -= sc->ccblen) {
total             754 dev/ic/ciss.c  	int total, rv;
total             759 dev/ic/ciss.c  	total = sizeof(*lmap) + (sc->maxunits - 1) * sizeof(lmap->map);
total             762 dev/ic/ciss.c  	ccb->ccb_len = total;
total             772 dev/ic/ciss.c  	cmd->cdb[8] = total >> 8;	/* biiiig endian */
total             773 dev/ic/ciss.c  	cmd->cdb[9] = total & 0xff;
total            1323 dev/ic/pgt.c   	size_t total;
total            1328 dev/ic/pgt.c   	total = sizeof(oid) + size + sizeof(struct pgt_async_trap);
total            1329 dev/ic/pgt.c   	if (total >= MINCLSIZE) {
total            1344 dev/ic/pgt.c   		m->m_len = total;
total              79 dev/microcode/bnx/build.c 	int fd, i, total;
total             162 dev/microcode/bnx/build.c 	total = rlen;
total             163 dev/microcode/bnx/build.c 	printf(" [%d", total);
total             179 dev/microcode/bnx/build.c 		total += rlen;
total             182 dev/microcode/bnx/build.c 	printf("] total %d\n", total);
total              37 dev/microcode/myx/build.c 	size_t		i, total = 0;
total              56 dev/microcode/myx/build.c 		total += rlen;
total              59 dev/microcode/myx/build.c 	printf(" total %d\n", total);
total            1448 dev/pci/if_ipw.c 	uint32_t total;
total            1456 dev/pci/if_ipw.c 	total = count * size;
total            1458 dev/pci/if_ipw.c 	if (total > *len) {
total            1459 dev/pci/if_ipw.c 		*len = total;
total            1463 dev/pci/if_ipw.c 	*len = total;
total            1464 dev/pci/if_ipw.c 	ipw_read_mem_1(sc, addr, buf, total);
total            1396 dev/raidframe/rf_openbsdkintf.c 			progressInfo.total = 100;
total            1398 dev/raidframe/rf_openbsdkintf.c 			progressInfo.total =
total            1402 dev/raidframe/rf_openbsdkintf.c 			progressInfo.remaining = progressInfo.total -
total            1431 dev/raidframe/rf_openbsdkintf.c 			progressInfo.total = raidPtr->Layout.numStripe;
total            1434 dev/raidframe/rf_openbsdkintf.c 			progressInfo.remaining = progressInfo.total -
total            1439 dev/raidframe/rf_openbsdkintf.c 			progressInfo.total = 100;
total            1463 dev/raidframe/rf_openbsdkintf.c 			progressInfo.total = raidPtr->Layout.numStripe;
total            1466 dev/raidframe/rf_openbsdkintf.c 			progressInfo.remaining = progressInfo.total -
total            1471 dev/raidframe/rf_openbsdkintf.c 			progressInfo.total = 100;
total             100 dev/raidframe/rf_raidframe.h 	RF_uint64		total;
total            2076 dev/usb/if_uath.c 	txblock->total = htobe32(len);
total              31 dev/usb/if_uathreg.h 	uint32_t	total;
total            2632 dev/usb/uaudio.c 	int i, n, size, residue, total;
total            2644 dev/usb/uaudio.c 	total = 0;
total            2654 dev/usb/uaudio.c 		total += size;
total            2657 dev/usb/uaudio.c 	cb->size = total;
total            2663 dev/usb/uaudio.c 	n = min(total, ch->end - ch->cur);
total            2668 dev/usb/uaudio.c 	if (total > n) {
total            2669 dev/usb/uaudio.c 		total -= n;
total            2670 dev/usb/uaudio.c 		memcpy(cb->buffer + n, ch->cur, total);
total            2671 dev/usb/uaudio.c 		ch->cur += total;
total            2736 dev/usb/uaudio.c 	int i, size, residue, total;
total            2748 dev/usb/uaudio.c 	total = 0;
total            2752 dev/usb/uaudio.c 		cb->offsets[i] = total;
total            2753 dev/usb/uaudio.c 		total += size;
total            2756 dev/usb/uaudio.c 	cb->size = total;
total            1258 kern/tty.c     	int total;
total            1260 kern/tty.c     	total = tp->t_rawq.c_cc + tp->t_canq.c_cc;
total            1269 kern/tty.c     	if ((total >= TTYHOG / 2 &&
total             111 lib/libz/inflate.c     strm->total_in = strm->total_out = state->total = 0;
total            1156 lib/libz/inflate.c                 state->total += out;
total            1182 lib/libz/inflate.c                 if (hold != (state->total & 0xffffffffUL)) {
total            1226 lib/libz/inflate.c     state->total += out;
total              85 lib/libz/inflate.h     unsigned long total;        /* protected copy of output count */
total             793 net/if_bridge.c 	u_int32_t total = 0, i = 0;
total             798 net/if_bridge.c 		total++;
total             801 net/if_bridge.c 		total++;
total             804 net/if_bridge.c 		i = total;
total             883 net/if_bridge.c 	u_int32_t i = 0, total = 0;
total             898 net/if_bridge.c 		total++;
total             901 net/if_bridge.c 		total++;
total             905 net/if_bridge.c 		i = total;