Home
last modified time | relevance | path

Searched refs:esi_threshold (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c39 extern uint64_t esi_threshold;
133 if (scf_value_get_count(value, &esi_threshold) == -1) { in load_config()
141 if (esi_threshold < 1) { in load_config()
142 esi_threshold = DEFAULT_ESI_THRESHOLD; /* 3 */ in load_config()
143 } else if (esi_threshold > MAX_ESI_THRESHOLD) { in load_config()
144 esi_threshold = MAX_ESI_THRESHOLD; /* 10 */ in load_config()
148 "%s set to %d", CONFIG_ESI_THRESHOLD, esi_threshold); in load_config()
H A Dmain.c62 uint64_t esi_threshold; variable
H A Desi.c73 extern uint64_t esi_threshold;
1272 } while (try_cnt < esi_threshold); in esi_ping()
H A Dadmintf.c1425 extern uint64_t esi_threshold; in get_serverconfig_op()
1455 (void) sprintf(numbuf, "%llu", esi_threshold); in get_serverconfig_op()