Searched refs:min (Results 26 - 50 of 661) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c51 char maj[10], min[10]; local
68 maj[0] = min[0] = symsrc[0] = '-';
69 maj[1] = min[1] = symsrc[1] = '\0';
107 (void) sprintf(min, "%ld", minor(st->st_rdev));
115 (void) sprintf(min, "%ld", minor(st->st_rdev));
146 inum, st->st_nlink, maj, min);
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtre.c38 short min; member in struct:Stack_s
118 if (p->min = *s == '-')
151 p->min = 0;
158 if (p->min = *s == '-')
187 p->min = 0;
198 if (p->min)
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cfg.c300 cp->cp_log_num_mtt = min(hermon_log_num_mtt, devlim->log_max_mtt);
301 cp->cp_log_num_dmpt = min(hermon_log_num_dmpt, devlim->log_max_dmpt);
304 cp->cp_log_max_mrw_sz = min(hermon_log_max_mrw_sz,
306 cp->cp_log_num_pd = min(hermon_log_num_pd, devlim->log_max_pd);
307 cp->cp_log_num_qp = min(hermon_log_num_qp, devlim->log_max_qp);
308 cp->cp_log_num_cq = min(hermon_log_num_cq, devlim->log_max_cq);
309 cp->cp_log_num_srq = min(hermon_log_num_srq, devlim->log_max_srq);
310 cp->cp_log_num_eq = min(hermon_log_num_eq, devlim->log_max_eq);
311 cp->cp_log_eq_sz = min(hermon_log_eq_sz, devlim->log_max_eq_sz);
313 min(hermon_log_num_rdb_per_q
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multiaggs2.d48 @c = min(i);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.basics.d43 @e = min(1);
H A Dtst.walltimestamp.ksh44 @foo = min(1075064400 * (hrtime_t)1000000000);
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen32 <range name='bay' min='0' max='3'>
63 <range name='disk' min='0' max='0'>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen33 <range name='bay' min='0' max='3'>
64 <range name='disk' min='0' max='0'>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen33 <range name='bay' min='0' max='3'>
64 <range name='disk' min='0' max='0'>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen32 <range name='bay' min='0' max='3'>
63 <range name='disk' min='0' max='0'>
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drunefile.h37 int32_t min; member in struct:__anon3017
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dprint.h78 #define min(a, b) ((a) < (b)? (a): (b)) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_subr.c121 uint_t year, month, day, hour, min, sec; local
157 min = (int)(unixtime / 60);
158 unixtime -= 60 * min;
163 PC_DPRINTF3(1, "ux2pc time: %dh%dm%ds\n", hour, min, sec);
170 ASSERT(min < 60);
174 LE_16(hour << HOURSHIFT | min << MINSHIFT | (sec / 2) << SECSHIFT);
192 uint_t year, month, day, hour, min, sec; local
195 min = (LE_16(pctp->pct_time) >> MINSHIFT) & MINMASK;
213 hour > 23 || min > 59 || sec > 59) {
216 day, month, year, hour, min, se
[all...]
/illumos-gate/usr/src/ucblib/libcurses/
H A Doverlay.c27 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
46 endy = min(win1->_maxy + win1->_begy, win2->_maxy + win2->_begy);
47 endx = min(win1->_maxx + win1->_begx, win2->_maxx + win2->_begx);
H A Doverwrite.c28 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
45 endy = min(win1->_maxy + win1->_begy, win2->_maxy + win2->_begy);
46 endx = min(win1->_maxx + win1->_begx, win2->_maxx + win2->_begx);
H A Dtoucholap.c26 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
43 endy = min(win1->_maxy + win1->_begy, win2->_maxy + win2->_begy);
44 endx = min(win1->_maxx + win1->_begx, win2->_maxx + win2->_begx);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dqsort.c59 char *min, *max; local
78 * the min, and swapping it into the first position.
93 * insertion sort. For each remaining element, min, from [1] to [n-1],
98 for (min = base; (hi = min += qsz) < max; ) {
99 while (qcmp(hi -= qsz, min) > 0)
101 if ((hi += qsz) != min) {
102 for (lo = min + qsz; --lo >= min; ) {
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c134 int i, j, min; local
138 min = i;
141 if (ar[j].addr < ar[min].addr)
142 min = j;
145 if (i != min) {
146 /* Swap ar[i] and ar[min] */
147 temp = ar[min];
148 ar[min] = ar[i];
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-388-gp.dts244 regulator-min-microvolt = <5000000>;
254 regulator-min-microvolt = <5000000>;
264 regulator-min-microvolt = <5000000>;
274 regulator-min-microvolt = <5000000>;
292 regulator-min-microvolt = <5000000>;
301 regulator-min-microvolt = <12000000>;
310 regulator-min-microvolt = <12000000>;
320 regulator-min-microvolt = <5000000>;
329 regulator-min-microvolt = <12000000>;
346 regulator-min
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c44 unsigned min, max; /* minimum and maximum code lengths */ local
128 for (min = 1; min <= MAXBITS; min++)
129 if (count[min] != 0) break;
130 if (root < min) root = min;
205 len = min; /* starting code length */
237 min = fill; /* save offset to next table */
268 next += min; /* her
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c237 int min = -1; local
250 * find the min/max id of cpus per this cmp and create a cpu range
255 if ((min < 0) || (mcmp->cpumap_pid < min))
256 min = mcmp->cpumap_pid;
260 if (min < 0 || max < 0) {
261 topo_mod_dprintf(mod, "Invalid cpu range(%d,%d)\n", min, max);
344 topo_instance_t min, topo_instance_t max, md_info_t *chip)
356 if (min < 0 || max < 0 || min > ma
343 chip_create(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, md_info_t *chip) argument
413 chip_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h56 * define min() and max() as macros so that drivers will not pick up the
57 * min() and max() kernel functions since they do signed comparison only.
59 #ifdef min
60 #undef min macro
61 #endif /* min */
62 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvio_util.h159 #define VIO_VER_IS_NEGOTIATED(ver, maj, min) \
160 ((ver.major == (maj)) && (ver.minor == (min)))
162 boolean_t vio_ver_is_supported(vio_ver_t ver, uint16_t maj, uint16_t min);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dstore_cred.c127 OM_uint32 maj, maj2, min; local
167 min = krb5_gss_init_context(&ctx);
168 if (min) {
169 *minor_status = min;
216 maj2 = krb5_gss_acquire_cred(&min,
259 (void) gss_release_oid_set(&min, elements_stored);
267 (void) gss_release_oid_set(&min, &desired_mechs);
269 (void) krb5_gss_release_cred(&min,
272 (void) krb5_gss_release_name(&min, &in_name);
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dchk.c64 *top = min(Y(current), Rows(m) - Height(m));

Completed in 424 milliseconds

1234567891011>>