Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c672 boolean_t mpxenp; in report_map() local
675 mpxenp = B_FALSE; in report_map()
767 (void) nvlist_lookup_boolean_value(thisdev, NVL_MPXEN, &mpxenp); in report_map()
792 ((mpxenp == B_TRUE) ? NVL_MPXPATH : NVL_PATH)), in report_map()
990 boolean_t mpxenp = B_FALSE; in popcheck_devnvl() local
1022 rv = nvlist_lookup_boolean_value(devnvl, NVL_MPXEN, &mpxenp); in popcheck_devnvl()
1023 if (rv || (mpxenp == B_FALSE)) { in popcheck_devnvl()