Searched refs:MIN (Results 626 - 650 of 653) sorted by relevance

<<21222324252627

/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2278 count = MIN(secnt, dkl_nblk - blkno);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c5155 xfer = MIN(NB_LEFT_IN_SECTOR(*addr), nb);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c350 memcpy(&areq.sa_addr, nb->buf, MIN(nb->len,
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c3021 MIN(igb->tx_ring_size, MAX_TX_RESCHED_THRESHOLD),
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2130 len = MIN(17, strlen(v->vm_name));
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c2144 thismin = MIN(thismin, cmin);
H A Ddmu_send.c722 int n = MIN(blksz, SPA_OLD_MAXBLOCKSIZE);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c2297 n = (int)MIN((PAGESIZE - (offset & PAGEOFFSET)), tcount);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c11572 ill->ill_mtu = MIN(ill->ill_current_frag, ill->ill_user_mtu);
11573 ill->ill_mc_mtu = MIN(ill->ill_mc_mtu, ill->ill_user_mtu);
13626 len = MIN(len, name_len);
13643 len = MIN(len, name_len);
H A Dicmp.c5517 t_uscalar_t size = MIN(len, *optlen);
H A Dsadb.c117 MIN((sa)->ipsa_ ## exp, tmp); \
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c541 return (MIN(policy_limit, nic_speed));
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c550 for (i = MIN(len, HISTOSZ - 1); i >= 0; i--)
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2327 idx = MIN(idx, SPA_OLD_MAXBLOCKSIZE / SPA_MINBLOCKSIZE + 1);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3326 * valid block size between SPA_{MIN,MAX}BLOCKSIZE. Second, the
4859 numdb *= MIN(SPA_DVAS_PER_BP, ncopies + 1);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c2867 delay = MIN(lasttry - w->w_ctime,
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c6308 t_uscalar_t size = MIN(len, *optlen);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn.c1148 smr_size = MIN(smr_size, IDN_SMR_SIZE);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c4658 mtu = MIN(msg->mtu, vgenp->max_frame_size);
4681 /* save the MIN mtu in the msg to be replied */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c505 pp_slots = MIN(8, MAXPP_SLOTS);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1751 MIN(uap->datalen, STRUCT_SIZE(nfsargs)))) {
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c4197 MIN(rootpathlen, len)) == 0)
H A Dsunmdi.c9023 bcopy(old_ptr, new_ptr, MIN(old_size, new_size));
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c4733 usecs = MIN(wait_time, dft_wait) / (NANOSEC / MICROSEC);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c2327 bpl->tus.f.bdeSize = MIN(size, cp->dmac_size);

Completed in 459 milliseconds

<<21222324252627