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

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c11811 int write_out_mddb; local
11924 write_out_mddb = 1;
11948 write_out_mddb = 1;
11967 write_out_mddb = 1;
11974 write_out_mddb = 0;
11981 * (write_out_mddb is 1) OR
11986 * In either case, go to write_out_mddb label in order to attempt
11989 if ((write_out_mddb == 1) ||
11991 write_out_mddb = 1;
11992 goto write_out_mddb;
[all...]

Completed in 87 milliseconds