Home
last modified time | relevance | path

Searched refs:CONFIG_ESI_THRESHOLD (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c120 if (scf_pg_get_property(pg, CONFIG_ESI_THRESHOLD, prop) == -1) { in load_config()
122 CONFIG_ESI_THRESHOLD); in load_config()
129 CONFIG_ESI_THRESHOLD); in load_config()
136 CONFIG_ESI_THRESHOLD); in load_config()
148 "%s set to %d", CONFIG_ESI_THRESHOLD, esi_threshold); in load_config()
H A Disns_server.h53 #define CONFIG_ESI_THRESHOLD "ESI_retry_threshold_count" macro