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

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c787 static int initted = 0; local
789 if (!initted) {
791 initted = 1;
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c780 int initted; /* name has been filled in */ member in struct:cachenode
816 if (c->initted == 0) {
822 c->initted = 1;
834 if (c->initted == 0) {
840 c->initted = 1;
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c2007 static int initted = 0; local
2011 if (initted == 1) {
2015 initted = 1;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c3016 static boolean_t initted = B_FALSE; local
3020 if (!initted) {
3024 initted = B_TRUE;
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2189 int initted; /* name has been filled in */ member in struct:cachenode
2238 if (c->initted == 0) {
2244 c->initted = 1;
2265 if (c->initted == 0) {
2271 c->initted = 1;

Completed in 62 milliseconds