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

/illumos-gate/usr/src/common/tsol/
H A Dltos.c54 static int inited = 0; variable
139 if (inited == 0) {
140 inited = 1;
195 if (inited == 0) {
196 inited = 1;
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidmice.h41 uchar_t inited; member in struct:MouseStateInfo
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dmetainterfaces.c38 static int inited = 0; variable
56 if (!inited) {
61 inited = 1;
75 inited = 0;
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c49 static int inited; local
51 if (inited)
53 inited = 1;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c80 static int inited = 0; variable
423 if ( inited ) {
471 inited = 1;
525 if ( inited ) {
565 inited = 1;
600 if ( inited ) {
690 inited = 1;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c41 static int inited = 0; local
45 if (!inited) {
46 inited = 1;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c534 static int inited = 0; local
537 if (inited == 0) {
539 inited = 1;
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1606 static int inited; local
1608 if (inited)
1610 inited = 1;
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c683 static int inited = 0; local
694 if (!inited) {
697 inited = 1;
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c78 volatile char inited; member in struct:cd_sts
253 cd_test_sts[i].inited = 0;

Completed in 74 milliseconds