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) {
141 if (esi_threshold < 1) {
142 esi_threshold = DEFAULT_ESI_THRESHOLD; /* 3 */
143 } else if (esi_threshold > MAX_ESI_THRESHOLD) {
144 esi_threshold = MAX_ESI_THRESHOLD; /* 10 */
148 "%s set to %d", CONFIG_ESI_THRESHOLD, esi_threshold);
H A Dmain.c62 uint64_t esi_threshold; variable
H A Desi.c73 extern uint64_t esi_threshold;
1272 } while (try_cnt < esi_threshold);
H A Dadmintf.c1425 extern uint64_t esi_threshold;
1455 (void) sprintf(numbuf, "%llu", esi_threshold);

Completed in 52 milliseconds