Searched refs:max (Results 526 - 550 of 603) sorted by relevance

<<2122232425

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h474 uint8_t max; member in struct:megasas_ctrl_info::__anon6076
579 * of Outbound Msg Reg 0 indicates max concurrent cmds supported, max SGEs
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s510 ! hrtime_t's are signed, max hrtime_t must be positive
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3603 uint32_t max; local
3609 max = DEFAULT_MTU;
3611 max = Adapter->max_mtu;
3614 mac_prop_info_set_range_uint32(prh, DEFAULT_MTU, max);
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1139 apic_max_device_irq = max(irqno, apic_max_device_irq);
2004 "redistribute busy=%x free=%x max=%x min=%x",
2013 min_busy = max_busy; /* start with the max possible value */
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c745 pkt_size = max(len, ETHERMIN);
1049 /* check max packet size in srom */
1055 "!%s: %s: max packet size in srom is too small, "
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c364 rc += max(p->nrxq, p->nofldrxq);
404 idx %= max(pi->nrxq, pi->nofldrxq);
1062 iq->esize = max(esize, 16); /* See FW_IQ_CMD/iqesize */
1196 panic("%s: iq->cntxt_id (%d) more than the max (%d)", __func__,
1208 panic("%s: fl->cntxt_id (%d) more than the max (%d)",
1427 panic("%s: eq->cntxt_id (%d) more than the max (%d)", __func__,
1469 panic("%s: eq->cntxt_id (%d) more than the max (%d)", __func__,
1512 panic("%s: eq->cntxt_id (%d) more than the max (%d)", __func__,
/illumos-gate/usr/src/uts/common/os/
H A Daio.c98 static int aio_reqlist_concat(aio_t *aiop, aio_req_t **reqlist, int max);
846 * moves "max" elements from the done queue to the reqlist queue and removes
853 aio_reqlist_concat(aio_t *aiop, aio_req_t **reqlist, int max) argument
861 while (max-- > 0) {
876 * max < elements in the doneq
H A Dflock.c3335 * Color the graph explicitly done only when the mark value hits max value.
4121 * Large Files: max is passed by the caller and we return EOVERFLOW
4181 flk_check_lock_data(u_offset_t start, u_offset_t end, offset_t max) argument
4188 if ((start > max) ||
4189 ((end > max) && (end != MAX_U_OFFSET_T))) {
H A Dsunpm.c1279 timeleft = max(thresh, min_scan);
1282 timeleft, max(thresh, min_scan));
1314 timeleft = max(
1318 max(1, cur_threshold(dip, i)));
3591 * "normal" (max) power.
3669 * is higher than the new max power.
3985 * Set max (previously documented as "normal") power.
3994 * Get max (previously documented as "normal") power.
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c110 #define MAXFILES 40000 /* max number of files ls can handle */
4749 pbits(unsigned char *cp, int max) argument
4754 for (i = 0; i < max; i++)
4761 while ((i+1) < max && isset(cp, i+1))
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c4254 interval = max(interval, SADB_AGE_INTERVAL_DEFAULT);
5888 uint32_t add, min, max; local
5906 max = ntohl(range->sadb_spirange_max);
5932 if (master_spi < min || master_spi > max) {
5941 master_spi = min + (add % (max - min + 1));
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c177 {ALIAS_MAXLWPS, "zone.max-lwps", "privileged", "deny", 100},
178 {ALIAS_MAXSHMMEM, "zone.max-shm-memory", "privileged", "deny", 0},
179 {ALIAS_MAXSHMIDS, "zone.max-shm-ids", "privileged", "deny", 0},
180 {ALIAS_MAXMSGIDS, "zone.max-msg-ids", "privileged", "deny", 0},
181 {ALIAS_MAXSEMIDS, "zone.max-sem-ids", "privileged", "deny", 0},
182 {ALIAS_MAXLOCKEDMEM, "zone.max-locked-memory", "privileged", "deny", 0},
183 {ALIAS_MAXSWAP, "zone.max-swap", "privileged", "deny", 0},
186 {ALIAS_MAXPROCS, "zone.max-processes", "privileged", "deny", 100},
4186 char *name, int min, int max)
4205 pool_value_set_uint64(val, (uint64_t)max);
4185 create_tmp_pset(char *pool_err, int err_size, pool_conf_t *pconf, pool_t *pool, char *name, int min, int max) argument
4692 int min, max; local
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c217 int i, rc, max; local
263 max = min(rdc_status->nset, rdc_maxsets);
277 for (i = 0; i < max; i++) {
366 (void) printf(gettext(", max q writes: %lld"), urdc->maxqitems);
367 (void) printf(gettext(", max q fbas: %lld"), urdc->maxqfbas);
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c482 /* id, name, min pkt siz, max pkt siz, hi water, low water */
4471 * Allocate mblk for data, make max 2 attepmts:
4531 xfer_time = max((1000 * len) / pp->ecp_rev_speed, ECP_REV_MINTOUT);
4534 max(xfer_time / pp->rev_watchdog, 1);
4537 max(xfer_time / pp->rev_watchdog, 1);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c198 maxfd = max(pout[0], perr[0]) + 1;
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1759 topo_instance_t min, topo_instance_t max, void *arg, void *unused)
1758 fac_prov_ipmi_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *unused) argument
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c259 len = max(len, strlen(p->dd_dnp->cname));
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c768 nentries = max(dst->lm_nentries, src->lm_nentries);
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_msg.h1161 __u8 max; member in struct:mngt_pktsched_wr
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c1184 apic_max_device_irq = max(irqno, apic_max_device_irq);
2070 "redistribute busy=%x free=%x max=%x min=%x",
2079 min_busy = max_busy; /* start with the max possible value */
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3215 "Hub driver supports max of %d ports on hub. "
4665 * sleep a max of 100ms for reset completion
5240 wait = max(HUB_DEFAULT_POPG,
5269 wait = max(wait, hubd_device_delay / 10);
8023 * more than sufficient (as hubs are a max 6 levels deep, port needs 3
8214 wait = max(HUB_DEFAULT_POPG,
8236 wait = max(wait, hubd_device_delay / 10);
8265 * ports and the hub itself cannot exceed the max power
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1024 uint8_t max; member in struct:mrsas_ctrl_info::__anon259
1206 * of Outbound Msg Reg 0 indicates max concurrent cmds supported, max SGEs
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c601 /* ipgpc max classes */
881 /* max ipgpc filters/classes */
1632 /* init max previous filter instance */
1645 * max.
1656 * use the max previous instance + 1 for
4067 * integers pointed at by min and max.
4073 int *max)
4076 *min = *max = svnp->sv.value;
4080 if (svnp->sv.value > *max)
4081 *max
4070 get_str_val_value_range( str_val_nd_t *svnp, int *min, int *max) argument
[all...]
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1302 SAVE_INT32(ksi, temps, max);
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh153 html { max-width: 880px; margin-left: 1em; }
1213 // The way we compute the max anchor value is to stash it

Completed in 327 milliseconds

<<2122232425