Searched refs:min (Results 101 - 125 of 661) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c73 get_tn_sl_range(brange_t *range, char *min, char *max) argument
77 if (min == NULL && max == NULL)
79 if (min == NULL)
85 if (str_to_label(min, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) != 0)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h112 #define min(a, b) ((a) < (b)? (a): (b)) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drune.c126 int len = frr[x].max - frr[x].min + 1;
190 rr[x].__min = frr[x].min;
208 rr[x].__min = frr[x].min;
216 rr[x].__min = frr[x].min;
/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h101 #define min(a, b) ((a) < (b)? (a): (b)) macro
/illumos-gate/usr/src/lib/libmp/common/
H A Dlibmp.h64 extern int min(MINT *);
/illumos-gate/usr/src/head/
H A Dmacros.h41 * max() and min() depend on the types of the operands
46 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_proto.h57 extern unsigned int min(unsigned int, unsigned int);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_nat.c124 max_num = min(req_si->sn_num, min(NUM_ENTRIES, max_num));
245 max_num = min(req_si->sn_num, min(NUM_ENTRIES, max_num));
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h38 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_stat.c216 int min = cp->cs_min_comprate; local
222 min/100, (min%100)/10, min%10);
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_default.c138 #ifndef min
139 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
162 min(sizeof(defkeyfile)-sizeof(DEFAULT_KEYFILE_STUB)-1,
224 min(sizeof(defkeyfile)-sizeof(DEFAULT_KEYFILE_STUB)-1,
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxscan.c49 int min; member in struct:__anon2675
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
113 tm->tm_min = (set->min >= 0) ? set->min : 0;
116 else if (set->min >= 0)
118 tm->tm_min = set->min;
295 set.min = n;
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemlist.c472 int i, j, min; local
477 min = i;
480 if (pmp[j].addr < pmp[min].addr)
481 min = j;
484 if (i != min) {
485 /* Swap pmp[i] and pmp[min] */
486 temp = pmp[min];
487 pmp[min] = pmp[i];
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c98 parse_int(char *in, int64_t *val, int64_t min, int64_t max) argument
108 "range [%lld,%lld]\n", in, min, max);
116 if (t < min || t > max) {
118 "[%lld,%lld]\n", t, min, max);
127 parse_uint(char *in, uint64_t *val, uint64_t min, uint64_t max) argument
137 "range [%llu,%llu]\n", in, min, max);
145 if (t < min || t > max) {
147 "[%llu,%llu]\n", t, min, max);
262 #define DO_CMD_NUMBER(typ, nam, min, max, ptyp, func) \
267 if (func(argv[i], &val, min, ma
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_event.c272 static au_event_t min; /* the lowest event number in the file */ local
317 min = 65535;
336 if (p_event->ae_number < min) {
337 min = p_event->ae_number;
383 if (event_number > max || event_number < min) {
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c90 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
441 min(prec + 1, MAXECVT),
522 min(prec, MAXFCVT),
563 n = min(prec, MAXFCVT);
596 min(prec, MAXECVT),
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c61 static unsigned min();
225 (*q)->ui_idle = min((*q)->ui_idle,
255 min(uav[cnt].ut_idle,
304 return (min((unsigned)findidle("kbd", strlen("kbd"), now),
476 min(a, b) function
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c246 min(until,
247 min(tmp_client_times,
248 min(tmp_server_times,
249 min(tmp_realm_times,KRB5_KDB_EXPIRATION))));
275 min(rtime, min(tmp_client_times,
276 min(tmp_server_times,
277 min(tmp_realm_times,KRB5_KDB_EXPIRATION))));
408 etime = min(client.expiration, client.pw_expiration);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c444 int min = -1; local
454 * find the min/max id of cpus per this cmp and create a cpu range
457 if ((min < 0) || (chip->cpus[i].cpumap_pid < min))
458 min = chip->cpus[i].cpumap_pid;
462 if (min < 0 || max < 0)
502 topo_instance_t min, topo_instance_t max, void *arg, void *notused)
501 cpu_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c543 u_longlong_t min; local
566 if (minfree_read(dcp->dc_savdir, &min) == 0) {
567 if (min < 1024 || (min % 1024) != 0)
568 (void) fprintf(fp, gettext(" (minfree = %lluKB)"), min);
571 min / 1024);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Drpi.dts354 regulator-min-microvolt = <5000000>;
365 regulator-min-microvolt = <3300000>;
377 regulator-min-microvolt = <5000000>;
H A Drpi2.dts365 regulator-min-microvolt = <5000000>;
376 regulator-min-microvolt = <3300000>;
388 regulator-min-microvolt = <5000000>;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1580 * Initialize min and max latency before reading SLIT or probing
1689 u_longlong_t min; local
1727 * min value
1854 * - Find min and max local latencies
1857 min = -1;
1865 if (min == -1 || t < min)
1866 min = t;
1870 if (min != max) {
1886 if (local - min > mi
2451 hrtime_t min; local
2643 hrtime_t min; local
2722 hrtime_t max, min; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/xfp/
H A Dxfp.c205 topo_instance_t min, topo_instance_t max, void *notused, void *data)
213 if (xfp_declare(rnode, name, min, data, mod) == NULL)
204 xfp_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused, void *data) argument
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Ddisp_major_status.c44 /* This code has knowledge of the min and max errors of each type
47 #define GSS_ERROR_STR(value, array, select, min, max, num) \
48 (((select(value) < (min)) || (select(value) > (max))) ? NULL : \

Completed in 140 milliseconds

1234567891011>>