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

/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h51 int init_done; member in struct:MY_GLOBAL_DATA
/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c58 static uint_t init_done; variable
191 if (!init_done) {
195 init_done = 1;
315 init_done = 0;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c298 static int init_done = 0; local
304 if (init_done == 0) {
306 init_done = 1;
1271 static int init_done = 0; local
1274 if (init_done == 0) {
1276 init_done = 1;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c397 static int init_done; local
400 if (init_done == 0) {
421 init_done = 1;

Completed in 89 milliseconds