Home
last modified time | relevance | path

Searched refs:max (Results 1 – 25 of 724) sorted by last modified time

12345678910>>...29

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c264 tcp->tcp_cwnd_ssthresh = max( in cc_cong_signal()
/illumos-gate/usr/src/test/os-tests/tests/tcpsig/
H A Dtcpsig.c657 size_t max = ARRAY_SIZE(tcpsig_tests) - 1; in main() local
664 idx = (size_t)strtonumx(argv[1], 0, max, &errstr, 0); in main()
669 "Test number is in the range [0-%u]\n", max); in main()
671 for (size_t i = 0; i <= max; i++) { in main()
681 for (size_t i = 0; i <= max; i++) { in main()
/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.d203 this->priority] = max(self->lt_sleep_duration);
221 max(self->lt_sch_delay);
234 @lt_named_max[pid, tid, "Adapt. lock spin"] = max(arg1);
242 @lt_named_max[pid, tid, "Spinlock spin"] = max(arg1);
253 @lt_named_max[pid, tid, "#Adapt. lock block"] = max(arg1);
261 @lt_named_max[pid, tid, "#RW. lock block"] = max(arg1);
295 this->wchan] = max(this->wtime);
365 this->priority] = max(self->lt_timestamp);
388 this->priority] = max(self->lt_timestamp);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.p5m219 file path=opt/SUNWdtrt/tst/common/aggs/tst.max.d mode=0444
220 file path=opt/SUNWdtrt/tst/common/aggs/tst.max.d.out mode=0444
H A Dsystem-test-utiltest.p5m243 file path=opt/util-tests/tests/awk/examples/awk/t.max mode=0444
468 file path=opt/util-tests/tests/awk/examples/out/t.max mode=0444
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c1477 int max; in sctp_getpeeraddrs() local
1489 max = *addrcnt; in sctp_getpeeraddrs()
1492 if (max == 1) { in sctp_getpeeraddrs()
1522 for (cnt = 0; cnt < max && fp != NULL; cnt++, fp = fp->sf_next) { in sctp_getpeeraddrs()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3748 _mac_set_range(mac_propval_range_t *range, uint32_t min, uint32_t max) in _mac_set_range() argument
3753 range->mpr_range_uint32[0].mpur_max = max; in _mac_set_range()
3767 uint_t max; in mac_prop_info() local
3857 max = id == MAC_PROP_RXRINGSRANGE ? in mac_prop_info()
3860 if (max <= 1) { in mac_prop_info()
3871 _mac_set_range(range, 1, max - 1); in mac_prop_info()
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c5645 int i, max, shft, level, size; in cpuid_pass_dynamic() local
5686 for (i = 0, max = 0; i < CPI_FN4_ECX_MAX; i++) { in cpuid_pass_dynamic()
5695 if (level > max) { in cpuid_pass_dynamic()
5696 max = level; in cpuid_pass_dynamic()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c4546 parm->max = cfg->hi; in emlxs_fca_port_manage()
4607 parm_out->max = cfg->hi; in emlxs_fca_port_manage()
4674 parm_out->max = cfg->hi; in emlxs_fca_port_manage()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1437 nvlist_smush(nvlist_t *errors, size_t max) in nvlist_smush() argument
1443 if (size > max) { in nvlist_smush()
1447 if (max < 1024) in nvlist_smush()
1459 } while (size > max); in nvlist_smush()
1463 ASSERT3U(fnvlist_size(errors), <=, max); in nvlist_smush()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1318 uint64_t max = 0; in dump_histogram() local
1321 if (histo[i] > max) in dump_histogram()
1322 max = histo[i]; in dump_histogram()
1329 if (max < histo_width) in dump_histogram()
1330 max = histo_width; in dump_histogram()
1335 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c655 topo_instance_t min, topo_instance_t max, void *modarg, void *data) in topo_zen_enum() argument
664 "%s%" PRIu64 "\n", name, min, max, topo_node_name(pnode), in topo_zen_enum()
682 if (min != max) { in topo_zen_enum()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids3284 1125 Nike psa[128max Player
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_wdc.c67 uint64_t max; in nvme_wdc_e6_field_valid_offset() local
76 max = (uint64_t)UINT32_MAX << NVME_DWORD_SHIFT; in nvme_wdc_e6_field_valid_offset()
77 return (nvme_field_range_check(field, 0, max, msg, msglen, off)); in nvme_wdc_e6_field_valid_offset()
H A Dlibnvme_ns_info.c294 uint32_t max; in nvme_ns_info_format() local
297 if (!nvme_ns_info_nformats(info, &max)) { in nvme_ns_info_format()
301 if (idx >= max) { in nvme_ns_info_format()
304 idx, max - 1)); in nvme_ns_info_format()
H A Dlibnvme_ctrl_info.c370 uint32_t *outp, uint32_t max) in nvme_ctrl_get_udi() argument
387 if (vals[0] < 0 || vals[0] > max) { in nvme_ctrl_get_udi()
390 "[0x0, 0x%x]", prop, vals[0], max)); in nvme_ctrl_get_udi()
706 const uint32_t max = nvme_ctrl_info_nformats(ci); in nvme_ctrl_info_format() local
707 if (idx >= max) { in nvme_ctrl_info_format()
710 idx, max - 1)); in nvme_ctrl_info_format()
/illumos-gate/usr/src/common/nvme/
H A Dnvme_log.c54 uint64_t max; in nvme_log_field_valid_lsp() local
57 max = NVME_LOG_MAX_LSP_2v0; in nvme_log_field_valid_lsp()
59 max = NVME_LOG_MAX_LSP; in nvme_log_field_valid_lsp()
62 return (nvme_field_range_check(field, 0, max, msg, msglen, lsp)); in nvme_log_field_valid_lsp()
100 uint64_t max = NVME_LOG_MAX_SIZE; in nvme_log_field_valid_size() local
104 max = NVME_LOG_MAX_SIZE_1v2; in nvme_log_field_valid_size()
118 return (nvme_field_range_check(field, 4, max, msg, msglen, size)); in nvme_log_field_valid_size()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c761 int max = 0; /* largest enum value seen so far */ in nwam_uint64_get_value_string() local
777 max = value_entries[j].value > max ? in nwam_uint64_get_value_string()
778 value_entries[j].value : max; in nwam_uint64_get_value_string()
785 if (val > max) in nwam_uint64_get_value_string()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3797 uint32_t max; in e1000g_m_propinfo() local
3803 max = DEFAULT_MTU; in e1000g_m_propinfo()
3805 max = Adapter->max_mtu; in e1000g_m_propinfo()
3808 mac_prop_info_set_range_uint32(prh, DEFAULT_MTU, max); in e1000g_m_propinfo()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena.c769 uint32_t max = ENAHW_MAX_NUM_IO_QUEUES; in ena_set_max_io_queues() local
771 max = MIN(ncpus_online, max); in ena_set_max_io_queues()
779 max = MIN(ena->ena_tx_max_sq_num, max); in ena_set_max_io_queues()
780 max = MIN(ena->ena_tx_max_cq_num, max); in ena_set_max_io_queues()
781 max = MIN(ena->ena_rx_max_sq_num, max); in ena_set_max_io_queues()
782 max = MIN(ena->ena_rx_max_cq_num, max); in ena_set_max_io_queues()
786 if (max == 0) { in ena_set_max_io_queues()
787 max = 1; in ena_set_max_io_queues()
790 ena->ena_max_io_queues = max; in ena_set_max_io_queues()
1164 aq->ea_cmd_timeout_ns = max(cmd_timeout, ena_admin_cmd_timeout_ns); in ena_attach_device_init()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c1225 uint32_t max; in smb_config_get_max_protocol() local
1227 max = smb_config_get_protocol(SMB_CI_MAX_PROTOCOL, "max_protocol", in smb_config_get_max_protocol()
1230 return (max); in smb_config_get_max_protocol()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c262 int max; member
351 cfg[i].max = NSS_CFG_INCR; in nss_cfg_init()
451 if (count >= comp->max) { in nss_cfgparam_get()
453 nsize = (comp->max + NSS_CFG_INCR) * sizeof (nss_cfgparam_t); in nss_cfgparam_get()
460 comp->max += NSS_CFG_INCR; in nss_cfgparam_get()
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.c84 const char *name, topo_instance_t min, topo_instance_t max, in disk_enum() argument
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src8907 # number of lines in a page. The screen can display 25 lines max.
11202 # String= Text string (15 chars max)
H A Dtermcap.src7963 # number of lines in a page. The screen can display 25 lines max.
9878 # String= Text string (15 chars max)

12345678910>>...29