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

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmedstat.c65 int golden = 0; local
186 golden++;
198 if (golden)
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_med.c992 int golden = 0; local
1153 golden++;
1196 if (golden) {
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c7080 int golden; local
7111 golden = ((flags & DSW_GOLDEN) == DSW_GOLDEN);
7133 if (golden) {
7154 if (!golden) {
7199 if (!golden) {
7209 if (!golden) {
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c3167 * update mediator hosts or mark mediator as golden since
3222 * are accessible then mark the mediator as golden.
4626 int golden = 0; local
4688 /* Is there a "golden" copy and how many valid mediators */
4695 golden++;
4704 /* No mediator quorum and no golden copies, stale */
4705 if (medacc < ((s->s_med.n_cnt / 2) + 1) && ! golden) {
4715 /* We either have a quorum or a golden copy, or both */
5779 * the same commitcnt as the 'golden' copy in order to
5831 * the same commitcnt as the 'golden' cop
[all...]

Completed in 107 milliseconds