Searched refs:MIN (Results 176 - 200 of 653) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c325 MIN(ml->ml_address, base);
326 ml->ml_address = MIN(ml->ml_address, base);
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c230 for (i = 0; i < MIN(bytesperline, (db.db_nextaddr - addr));
316 len = MIN(len, db->db_size - offset);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_nic.c138 encp->enc_rxq_limit = MIN(EFX_RXQ_LIMIT_TARGET, nrxq);
139 encp->enc_txq_limit = MIN(EFX_TXQ_LIMIT_TARGET, ntxq);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_mirror.c156 *asize = MIN(*asize - 1, cvd->vdev_asize - 1) + 1;
157 *max_asize = MIN(*max_asize - 1, cvd->vdev_max_asize - 1) + 1;
H A Dspace_map.c85 size = MIN(end - offset, bufsize);
294 run_len = MIN(size, SM_RUN_MAX);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c552 iob->iob_tabstop = MIN(tabstop, iob->iob_cols - 1);
559 iob->iob_margin = MIN(margin, iob->iob_cols - 1);
573 iob->iob_cols = MIN(iob->iob_cols, iob->iob_bufsiz);
1619 size_t n = MIN(spb->spb_bufsiz, buflen);
1819 m = MIN(nleft, n); /* copy at most n bytes in this pass */
1886 m = MIN(nfill, n); /* fill at most n bytes in this pass */
1943 for (len = MIN(iob->iob_nbytes, resid); len != 0; len--) {
2018 len = MIN(resid, iob->iob_nbytes);
/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c419 (void) memcpy(buf, buf_arg, MIN(newsize, oldsize));
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dtq.c304 return (MIN(timeout_interval, INT_MAX));
/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c309 for (argc = MIN(argc, f.ctc_argc); argc != 0; argc--)
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c287 readsz = MIN(addr, SEEKBUFSIZE);
/illumos-gate/usr/src/cmd/prstat/
H A Dprutil.c255 rlim.rlim_max = MIN(rlim.rlim_max, RLIMIT_NOFILE_MAX);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c395 len = MIN(len, length - sizeof (ppp_pkt_t));
605 MIN(optlen - 2, len - 2));
675 peername_size = MIN(length - sizeof (ppp_pkt_t) -
684 uint16_t message_size = MIN(length - sizeof (ppp_pkt_t),
H A Dsnoop_pppoe.c128 len = MIN(len, ntohs(poep->poep_length));
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkgrep.c148 size = MIN(lim, P2END(addr, pagesize)) - addr; \
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c253 size_t pd_size = MIN(PANICBUFSIZE, pd.pd_msgoff);
H A Dkvm_ia32dep.c249 size_t pd_size = MIN(PANICBUFSIZE, pd.pd_msgoff);
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page.c284 cma.cma_page_curdelay = MIN(cma.cma_page_curdelay * 2,
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c375 return (strncmp(erunum, eeunum, MIN(erlen, eelen)) == 0);
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c213 slen = MIN(srclen, blksize);
/illumos-gate/usr/src/cmd/gcore/
H A Dgcore.c57 len = MIN(size, p - path);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c670 nblk = MIN(nblk, ip->i_blocks);
889 resid = MIN(uio->uio_resid, ufs_trans_max_resid);
946 uio->uio_resid = MIN(resid, realresid);
973 uio_prefaultpages(MIN(resid, realresid), uio);
/illumos-gate/usr/src/uts/common/disp/
H A Dclass.c362 MIN(strlen(clname) + 1, PC_CLNMSZ)))
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c133 new_swapfs_reserve = MIN(btopr(128 * 1024 * 1024),
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rcmd_pxy.c160 COPYDATA(m, off, MIN(sizeof(portbuf), dlen), portbuf);
/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c88 MIN(b->bs_words, nwords) * sizeof (ulong_t));

Completed in 205 milliseconds

1234567891011>>