Searched refs:initialized (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/coreadm/src/java/vpanels/app/coreadm/com/oracle/solaris/vp/panels/coreadm/client/swing/path/
H A DTokenLabel.java119 private boolean initialized = false; field in class:TokenLabel
129 initialized = true;
147 // before the superclass is initialized
148 if (initialized) {
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c200 static boolean_t initialized = B_FALSE; variable
580 initialized = B_TRUE;
1259 if (!initialized) {
1265 if (!initialized)
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c1350 * the atfork handlers check if the engine is initialized and bail out
1366 int initialized = ((pk11_dso == NULL) ? 0 : 1); local
1377 if (initialized)
2244 * pParameter/ulParameterLen initialized to NULL/0 before
2506 * context is initialized without finalizing it first.

Completed in 895 milliseconds