Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Derror.c111 static volatile int scf_error_key_setup = 0; in scf_setup_error() local
113 if (scf_error_key_setup == 0) { in scf_setup_error()
115 if (scf_error_key_setup == 0) { in scf_setup_error()
117 scf_error_key_setup = 1; in scf_setup_error()
122 return (scf_error_key_setup == 1); in scf_setup_error()