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

/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c61 static int uu_error_key_setup = 0; variable
81 uu_error_key_setup = -1;
83 uu_error_key_setup = 1;
85 if (uu_error_key_setup == 0) {
87 if (uu_error_key_setup == 0) {
89 uu_error_key_setup = -1;
91 uu_error_key_setup = 1;
96 if (uu_error_key_setup > 0)
107 if (uu_error_key_setup < 0) /* can't happen? */

Completed in 44 milliseconds