Searched refs:max (Results 426 - 450 of 603) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h1007 #define SF_FDIGITS 1024 /* max allowed fractional digits */
1008 #define SF_IDIGITS (8*1024) /* max number of digits in int part */
1010 #define SF_FDIGITS 256 /* max allowed fractional digits */
1011 #define SF_IDIGITS 1024 /* max number of digits in int part */
1115 #undef max macro
1117 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1257 apic_max_device_irq = max(irqno, apic_max_device_irq);
1385 apic_max_device_irq = max(irqno, apic_max_device_irq);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c1389 int min, max; local
1393 if ((type = is_grouping(path, &min, &max)) != NULL) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_impl.h779 char max = name[5]; \
801 EFSYS_ASSERT3S(rev, <=, max); \
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp1020rdb.dts283 spi-max-frequency = <50000000>;
H A Dp2041rdb.dts193 spi-max-frequency = <40000000>; /* input clock */
H A Dp3041ds.dts194 spi-max-frequency = <35000000>; /* input clock */
H A Dp5020ds.dts190 spi-max-frequency = <40000000>; /* input clock */
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c446 len = max(len, ETHERMIN);
502 urf_dump_packet(dp, mp->b_rptr, max(6, len));
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1568 char *name, uint64_t online, uint64_t size, uint64_t min, uint64_t max,
1585 format_uint64(max, max_str, sizeof (max_str));
1714 uint64_t max; local
1766 max = zs_property_uint64(prop);
1791 size, min, max, &ts);
1567 zonestat_print_cpu_res(size_t namelen, int report_fmt, char *cputype, char *name, uint64_t online, uint64_t size, uint64_t min, uint64_t max, timestruc_t *ts) argument
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1156 * Set FCRAM min and max refresh time.
1182 uint16_t max, min; local
1186 max = max_time * sys_time;
1190 max = FCRAM_REFRESH_DEFAULT_MAX_TIME;
1194 refresh_timer_reg.bits.ldw.max = max;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c2303 int rval, avail, count, actual, max; local
2333 max = PMCS_MAX_MSIX;
2337 max = PMCS_MAX_MSI;
2342 max = PMCS_MAX_FIXED;
2346 rval = ddi_intr_alloc(pwp->dip, pwp->ih_table, type, 0, max, &actual,
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c742 dt_node_t *max = dnp->dn_args->dn_list; local
755 if (dt_node_is_posconst(max) == 0) {
756 dnerror(max, D_TRACEMEM_SIZE, "tracemem( ) argument #2 must "
760 if ((size = max->dn_list) != NULL) {
785 ap->dtad_difo->dtdo_rtype.dtdt_size = max->dn_value;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1102 uint64_t max = 0; local
1105 if (histo[i] > max)
1106 max = histo[i];
1113 if (max < histo_width)
1114 max = histo_width;
1119 &histo_stars[(max - histo[i]) * histo_width / max]);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c282 uint64_t max = 0; local
285 if (histo[i] > max)
286 max = histo[i];
293 if (max < histo_width)
294 max = histo_width;
299 &histo_stars[(max - histo[i]) * histo_width / max]);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c535 len = max(len, strlen(dgettext(TEXT_DOMAIN, "Device")));
567 len = max(len, strlen(hspp->
570 len = max(len, strlen(dgettext(TEXT_DOMAIN, "Device")));
H A Dmeta_stripe.c694 len = max(len, strlen(cname));
697 len = max(len, strlen(dgettext(TEXT_DOMAIN, "Device")));
857 len = max(len,
861 len = max(len, strlen(dgettext(TEXT_DOMAIN, "Device")));
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c126 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
1112 lowa = max(1, cvp->a - context);
1114 lowc = max(1, cvp->c - context);
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh292 --max=$(chk_encodings -X) \
315 --max="$deflabel" \
326 --max=$(chk_encodings -X) \
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c140 /* 1 */ {4, 4, 8, 4, deflate_fast}}; /* max speed, no lazy matches */
145 /* 1 */ {4, 4, 8, 4, deflate_fast}, /* max speed, no lazy matches */
154 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */
1037 unsigned chain_length = s->max_chain_length;/* max hash chain length */
1695 uInt max; /* maximum length of run */
1715 max = s->lookahead < MAX_MATCH ? s->lookahead : MAX_MATCH;
1721 } while (++run < max);
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c1436 poll_rate = max(tx_pkts/TX_COALESC, opt_intrs);
1442 opt_intrs = max(rx_pkts/RX_COALESC, opt_intrs);
1443 poll_rate = max(opt_intrs, poll_rate);
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c1766 max(sbbc_mbox_min_timeout, 0))
1930 if (sgenv_max_mbox_wait_time <= max(sbbc_mbox_min_timeout, 0))
1999 if (sgenv_max_mbox_wait_time <= max(sbbc_mbox_min_timeout, 0))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c227 int i, max; local
231 max = (size / MZAP_ENT_LEN) - 1;
232 for (i = 0; i < max; i++) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c115 topo_instance_t min, topo_instance_t max, void *notused1, void *notused2)
114 dev_enum(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused1, void *notused2) argument
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c685 topo_instance_t min, topo_instance_t max, void *arg, void *notused)
684 mem_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument

Completed in 161 milliseconds

<<11121314151617181920>>