Searched refs:MIN (Results 1 - 25 of 653) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dicmpcode.c13 #ifndef MIN
14 # define MIN(a,b) ((a) > (b) ? (b) : (a)) macro
43 if (!strncasecmp(str, icmpcodes[i], MIN(len,
H A Dipft_sn.c112 n = MIN(plen, ilen);
144 n = MIN(i, cnt);
191 n = MIN(i, cnt);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgen_seqnum.c39 #ifndef MIN
40 #define MIN(a,b) ((a) < (b) ? (a) : (b)) macro
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_impl.h57 #ifndef MIN
58 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/illumos-gate/usr/src/cmd/acct/
H A Dprctmp.sh33 MAJ/MIN CONNECT SECONDS START TIME SESSION START
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.c44 (void) strlcpy(name, hostname, MIN(namelen, MAXHOSTNAMELEN));
54 (void) strlcpy(hostname, name, MIN(namelen + 1, MAXHOSTNAMELEN));
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dgen.h67 #define MIN(A, B) ((A) < (B) ? (A) : (B)) macro
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.h68 #ifndef MIN
69 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfgets.c41 #define MIN(x, y) (x < y ? x : y) macro
70 n = MIN(size, iop->_cnt);
H A Dfread.c42 #define MIN(x, y) (x < y ? x : y) macro
65 n = MIN(nleft, iop->_cnt);
H A Dfwrite.c44 #define MIN(x, y) (x < y ? x : y) macro
85 n = MIN(nleft, n);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.h82 #undef MIN macro
84 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dgetcwd.c52 kbuflen = MIN(buflen, MAXPATHLEN);
72 kbuflen = MIN(kbuflen * 2, buflen);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.h39 #ifndef MIN
40 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_http.c58 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
78 "HTTP %.*s", MIN(c, MAXCHARS), line);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_fmri.h56 #ifndef MIN
57 #define MIN(x, y) ((x) < (y) ? (x) : (y)) macro
/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h90 #ifndef MIN
91 #define MIN(a,b) ((a<b)? a:b) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzle.c49 while (src < MIN(last, s_end) && src[0] == 0)
56 while (src < MIN(last, s_end) - 1 && (src[0] | src[1]))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c152 mi->mi_tsize = MIN(mi->mi_tsize, STRUCT_FGET(args, rsize));
153 mi->mi_curread = MIN(mi->mi_curread, mi->mi_tsize);
158 mi->mi_stsize = MIN(mi->mi_stsize, STRUCT_FGET(args, wsize));
159 mi->mi_curwrite = MIN(mi->mi_curwrite, mi->mi_stsize);
165 mi->mi_acregmin = SEC2HR(MIN(STRUCT_FGET(args,
172 mi->mi_acregmax = SEC2HR(MIN(STRUCT_FGET(args,
179 mi->mi_acdirmin = SEC2HR(MIN(STRUCT_FGET(args,
186 mi->mi_acdirmax = SEC2HR(MIN(STRUCT_FGET(args,
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Duio.c37 cnt = MIN(iov->iov_len, n);
76 size_t niovb = MIN(iovp->iov_len, n);
/illumos-gate/usr/src/uts/common/os/
H A Drctl_proc.c96 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_native);
98 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_ilp32);
127 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_native);
129 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_ilp32);
174 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_native);
176 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_ilp32);
198 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_ilp32);
200 nv = MIN(nv, rctl->rc_dict_entry->rcd_max_native);
331 MIN(MAXOFFSET_T, ULONG_MAX), UINT32_MAX, &rctl_default_ops);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_color.c49 static float MAX(float, float, float), MIN(float, float, float);
133 min = MIN(r, g, b);
192 MIN(float a, float b, float c) function
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_dimm.h165 MIN(MIN(sizeof (cmd_dimm_0_t), sizeof (cmd_dimm_pers_t)), \
166 MIN(sizeof (cmd_dimm_1_t), sizeof (cmd_dimm_pers_t)))
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmblocal.h59 #define MIN(a, b) ((a) < (b) ? (a) : (b)) macro
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_subr.c63 pt->mpt_nerr = MIN(nerr, UINT8_MAX);

Completed in 89 milliseconds

1234567891011>>