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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py67 PROP_SP_PARITY = 3 variable in class:BootLoader
318 if len(split_val) > BootLoader.PROP_SP_PARITY:
319 parityval = split_val[BootLoader.PROP_SP_PARITY].strip().upper()
325 retval[BootLoader.PROP_SP_PARITY] = parityval

Completed in 23 milliseconds