Home
last modified time | relevance | path

Searched refs:parity_type (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/dev/raidframe/
Drf_openbsdkintf.c3100 char parity_type; in rf_have_enough_components() local
3110 parity_type = cset->ac->clabel->parityConfig; in rf_have_enough_components()
3159 if (parity_type == '1') { in rf_have_enough_components()
3178 if ((parity_type == '1') && (c%2 == 1)) { in rf_have_enough_components()