Searched defs:max_value (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_idm.c56 const idm_kv_xlate_t *ikvx, uint64_t min_value, uint64_t max_value,
750 uint64_t min_value, uint64_t max_value, uint64_t iser_max_value,
758 if ((value < min_value) || (value > max_value)) {
749 iser_handle_numerical(nvpair_t *nvp, uint64_t value, const idm_kv_xlate_t *ikvx, uint64_t min_value, uint64_t max_value, uint64_t iser_max_value, nvlist_t *request_nvl, nvlist_t *response_nvl, nvlist_t *negotiated_nvl) argument
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c283 size_t max_value)
288 table[i].ht_value = malloc(max_value + 1);
282 init_hash(hashtable_t *table, int bad_key, int table_length, size_t max_value) argument
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c1917 uint16_t max_value; local
1936 max_value = min_value = eq_value;
1939 max_value = max(eq_value, max_value);
1946 if (max_value < 5) {
1947 eq_value = max_value;
1948 } else if (5 <= max_value && max_value < 15) {
1950 max(max_value + 1,
1952 } else if (15 <= max_value) {
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h110 uint32_t max_value; member in struct:timed_counter
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6589 * max_value Maximum value the counter is allowed to take.
6599 fctl_tc_constructor(timed_counter_t *tc, uint32_t max_value, clock_t timer) argument
6609 tc->max_value = max_value;
6665 if (tc->counter >= tc->max_value) {

Completed in 77 milliseconds