got 1497 dev/ic/midway.c int txchan, mlen, got, need, toadd, cellcnt, first;
got 1585 dev/ic/midway.c got = mlen - sizeof(struct atm_pseudohdr);
got 1587 dev/ic/midway.c cellcnt = (got + toadd + (MID_ATMDATASZ - 1)) / MID_ATMDATASZ;
got 1589 dev/ic/midway.c toadd = need - got; /* recompute, including zero padding */
got 1593 dev/ic/midway.c sc->sc_dev.dv_xname, atm_vci, mlen, got, need, toadd, cellcnt);
got 1630 dev/ic/midway.c *dat = htonl(MID_PDU_MK1(0, 0, got));
got 1397 dev/usb/ubt.c int i, size, got, want;
got 1452 dev/usb/ubt.c got = m->m_pkthdr.len;
got 1454 dev/usb/ubt.c if (got >= want)
got 1458 dev/usb/ubt.c got = 0;
got 1480 dev/usb/ubt.c got = 1;
got 1484 dev/usb/ubt.c if (got + size > want)
got 1485 dev/usb/ubt.c size = want - got;
got 1487 dev/usb/ubt.c if (got + size > MHLEN)
got 1488 dev/usb/ubt.c memcpy(ptr, frame, MHLEN - got);
got 1493 dev/usb/ubt.c got += size;
got 1496 dev/usb/ubt.c if (got == want) {
got 1505 dev/usb/ubt.c if (got == want) {
got 1506 dev/usb/ubt.c m->m_pkthdr.len = m->m_len = got;
got 1518 dev/usb/ubt.c m->m_pkthdr.len = m->m_len = got;
got 1326 lib/libz/inflate.c unsigned got;
got 1329 lib/libz/inflate.c got = *have;
got 1331 lib/libz/inflate.c while (next < len && got < 4) {
got 1332 lib/libz/inflate.c if ((int)(buf[next]) == (got < 2 ? 0 : 0xff))
got 1333 lib/libz/inflate.c got++;
got 1335 lib/libz/inflate.c got = 0;
got 1337 lib/libz/inflate.c got = 4 - got;
got 1340 lib/libz/inflate.c *have = got;
got 732 msdosfs/msdosfs_fat.c chainalloc(pmp, start, count, fillwith, retcluster, got)
got 738 msdosfs/msdosfs_fat.c uint32_t *got;
got 753 msdosfs/msdosfs_fat.c if (got)
got 754 msdosfs/msdosfs_fat.c *got = count;
got 770 msdosfs/msdosfs_fat.c clusteralloc(pmp, start, count, fillwith, retcluster, got)
got 776 msdosfs/msdosfs_fat.c uint32_t *got;
got 788 msdosfs/msdosfs_fat.c return (chainalloc(pmp, start, count, fillwith, retcluster, got));
got 814 msdosfs/msdosfs_fat.c return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
got 831 msdosfs/msdosfs_fat.c return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
got 846 msdosfs/msdosfs_fat.c return (chainalloc(pmp, start, len, fillwith, retcluster, got));
got 848 msdosfs/msdosfs_fat.c return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));
got 997 msdosfs/msdosfs_fat.c uint32_t cn, got;
got 1038 msdosfs/msdosfs_fat.c error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
got 1042 msdosfs/msdosfs_fat.c count -= got;
got 1071 msdosfs/msdosfs_fat.c fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1);
got 1074 msdosfs/msdosfs_fat.c while (got-- > 0) {
got 416 netbt/hci_link.c int pb, got;
got 476 netbt/hci_link.c got = m->m_pkthdr.len;
got 487 netbt/hci_link.c got = m->m_pkthdr.len + link->hl_rxp->m_pkthdr.len;
got 490 netbt/hci_link.c m->m_pkthdr.len = got;
got 501 netbt/hci_link.c want = letoh16(want) + sizeof(l2cap_hdr_t) - got;
got 1420 ufs/ffs/ffs_alloc.c int i, got, run, bno, bit, map;
got 1474 ufs/ffs/ffs_alloc.c for (run = 0, got = bpref; got < cgp->cg_nclusterblks; got++) {
got 1482 ufs/ffs/ffs_alloc.c if ((got & (NBBY - 1)) != (NBBY - 1)) {
got 1489 ufs/ffs/ffs_alloc.c if (got >= cgp->cg_nclusterblks)
got 1498 ufs/ffs/ffs_alloc.c if (!ffs_isblock(fs, cg_blksfree(cgp), got - run + i))
got 1501 ufs/ffs/ffs_alloc.c bno = cg * fs->fs_fpg + blkstofrags(fs, got - run + 1);
got 1561 uvm/uvm_vnode.c size_t got, wanted;
got 1692 uvm/uvm_vnode.c got = wanted - uio.uio_resid;
got 1694 uvm/uvm_vnode.c if (wanted && got == 0) {
got 1696 uvm/uvm_vnode.c } else if (got < PAGE_SIZE * npages && rw == UIO_READ) {
got 1697 uvm/uvm_vnode.c memset((void *) (kva + got), 0,
got 1698 uvm/uvm_vnode.c (npages << PAGE_SHIFT) - got);