Searched refs:howmany (Results 51 - 74 of 74) sorted by relevance

123

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2844 int howmany; local
2856 howmany = MIN(LPL_BOOTSTRAP_SIZE, size);
2857 for (i = 0; i < howmany; i++, lpl++, target_lpl++) {
H A Dstrsubr.c4079 esbq_nelem = howmany(NCPU, esbq_cpus_per_q);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c302 * howmany queues.
305 sm_is_flag_set(sm_uqi_t *uqi, uint_t flag, uint_t howmany) argument
309 if (howmany == 0)
314 if (--howmany == 0)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgtrans.c1570 howmany(svfsb.f_frsize, DEV_BSIZE) :
1571 howmany(svfsb.f_bsize, DEV_BSIZE)) * svfsb.f_bavail;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2067 *freeoff = *iusedoff + howmany(sblock.fs_ipg, NBBY);
2069 howmany(sblock.fs_cpg * sblock.fs_spc / NSPF(&sblock), NBBY);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1661 minctg = howmany(npages, attr->dma_attr_sgllen);
1672 minctg = howmany(npages, attr->dma_attr_sgllen);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c748 rounds = howmany(size, MD5_HASH_SIZE);
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c1318 howmany(NoFile, sizeof (int) * NBBY);
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c575 maxcpg = (bsize - sizeof (struct cg) - howmany(maxipg, NBBY)) /
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c382 len16 = howmany(sizeof (c.op_to_viid) + sizeof (c.freemacs_to_len16) +
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c259 size = roundup(howmany(op.u.shadow_op.pages, NBBY),
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c376 #define HOWMANY(a, b) howmany((a), (b))
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1171 minctg = howmany(*pgcnt, sgllen);
1217 minctg = howmany(*pgcnt, sgllen);
1252 minctg = howmany(*pgcnt, sgllen);
2888 minctg = howmany(npages, sgllen);
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c104 ic->ic_tim_len = howmany(IEEE80211_AID_MAX, 8) * sizeof (uint8_t);
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c513 vap->va_nblocks = howmany(vap->va_size, vap->va_blksize);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c591 r_pgcnt = howmany(physmax - r_base + 1, r_align);
726 r_pgcnt = howmany(physmax - r_base + 1, r_align);
3479 slotlen = howmany(szcpages, slots);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1686 howmany(un->c.un_total_blocks, nunits));
2053 bitcnt = howmany(un->un_rrd_num, NBBY);
3626 mirror_copy_rr(howmany(un->un_rrd_num, NBBY), un->un_resync_bm,
H A Dmirror_ioctl.c1307 howmany(un->un_rrd_num, NBBY));
1863 howmany(un->un_rrd_num, NBBY));
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1985 blks = howmany(fs->fs_cssize, fs->fs_fsize);
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c633 endblk = (diskaddr_t)(blkno + howmany(bcount, DEV_BSIZE));
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c1296 int steps = howmany(ssl->pending_keyblksz, hlen);
/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dhba.c1677 howmany(cmd->sc_win_len, scsa1394_symbios_page_size) + 1;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c3381 *iovcnt = howmany(len, kmem_max_cached);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2061 howmany(bp->b_bcount, DEV_BSIZE) - 1);

Completed in 350 milliseconds

123