Searched refs:MIN (Results 251 - 275 of 653) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c170 dlimit = data + MIN(lr->lr_length,
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c133 size_t sz = MIN(dsegsz, 1024*1024);
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dkvm_v9dep.c289 size_t pd_size = MIN(PANICBUFSIZE, pd.pd_msgoff);
/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c1290 ssize_t ml = MIN(A->l_collate_length, B->l_collate_length) - depth;
1325 r = memcmp(A->l_raw_collate.sp, B->l_raw_collate.sp, MIN(la, lb));
1342 ssize_t ml = MIN(A->l_collate_length, B->l_collate_length) - depth;
1373 (size_t)MIN(la, lb));
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c253 * MIN(dstsize, strlen(dst) + SUA_string_len + 1));
270 len = MIN(dst_size - off, SUA_string_len);
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_syscalls.c172 l = MIN(count, AU_BUFSIZE);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c712 iack->sic_outstr = htons(MIN(sctp->sctp_num_ostr,
792 iack->sic_outstr = MIN(sctp->sctp_num_ostr, ntohs(init->sic_instr));
793 iack->sic_instr = MIN(sctp->sctp_num_istr, ntohs(init->sic_outstr));
1146 cansend = MIN(sctp->sctp_unsent, sctp->sctp_frwnd);
/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c71 size_t size = MIN(usize, ksize);
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c1049 xfer_size = MIN(src_size, dest_size);
1050 xfer_size = MIN(xfer_size, size);
1425 xfer_size = MIN(src_size, dest_size);
1426 xfer_size = MIN(xfer_size, size);
/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c566 minor_t delta = MIN(pt_maxdelta, old_size);
H A Dstrsun.c278 blocksize = MIN(iosize, maxblk);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_med.c1369 j = MIN(mthap->mtha_a_cnt, MAX_HOST_ADDRS) - 1;
1389 j = MIN(mthap->mtha_a_cnt, MAX_HOST_ADDRS) - 1;
1468 j = MIN(mthap->mtha_a_cnt, MAX_HOST_ADDRS) - 1;
1502 j = MIN(mthap->mtha_a_cnt, MAX_HOST_ADDRS) - 1;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c460 max_reason_len = MIN(max_reason_len, SC_FAIL_STR_MAX);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pbm.c104 base_addr = MIN(rng_addr, base_addr);
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c75 * Returns MIN(current stack depth, pcstack_limit).
86 int npcwin = MIN(MAXWIN, pcstack_limit);
H A Dbootops.c538 MIN(alloc_size, arend - arbase));
/illumos-gate/usr/src/cmd/luxadm/
H A Dcommon.h416 #define MIN(a, b) (a < b ? a : b) macro
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c278 pct = MIN(nthreads, 100);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c76 #ifndef MIN
77 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
1378 if ((i = t_snd(ct->ct_fd, buf, (unsigned)MIN(cnt, maxsz),
1491 int len = MIN(nBytes, REMAIN_BYTES(bufferWritePtr));
/illumos-gate/usr/src/uts/common/os/
H A Dprintf.c140 MIN(bufsize, msgp - bufp + 1), on_intr);
H A Dvm_subr.c230 bp->b_bcount = MIN(iov->iov_len, uio->uio_resid);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c354 uint64_t end = MIN(ve->ve_offset + VCBS, io_end);
/illumos-gate/usr/src/lib/libproc/common/
H A DPidle.c57 len = MIN(resid, mp->map_pmap.pr_size - mapoff);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_subr.c304 am.dtat_name = MIN(a1.dtat_name, a2.dtat_name);
305 am.dtat_data = MIN(a1.dtat_data, a2.dtat_data);
306 am.dtat_class = MIN(a1.dtat_class, a2.dtat_class);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c465 bufsize = MIN(uiop->uio_resid, VTOMI(vp)->mi_curread);
468 n = MIN(uiop->uio_resid, bufsize);
485 n = MIN(MAXBSIZE - on, uiop->uio_resid);
661 bufsize = MIN(uiop->uio_resid, mi->mi_curwrite);
666 count = MIN(uiop->uio_resid, bufsize);
681 n = MIN(MAXBSIZE - on, uiop->uio_resid);
747 size_t pn = MIN(PAGESIZE - pon,
885 tsize = MIN(mi->mi_curwrite, count);
984 tsize = MIN(mi->mi_curread, count);
3022 count = MIN(uio
[all...]

Completed in 187 milliseconds

<<11121314151617181920>>