Searched refs:MPxIO_ENABLED (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c48 static boolean_t MPxIO_ENABLED = B_FALSE; variable
171 if (MPxIO_ENABLED) {
192 if (MPxIO_ENABLED) {
324 /* set MPxIO_ENABLED inverse to "mpxio-disable" */
326 MPxIO_ENABLED = strncmp("no", mpxio_prop, strlen(mpxio_prop)) == 0 ?
328 topo_mod_dprintf(mod, "MPxIO_ENABLED: %s\n", MPxIO_ENABLED ? "TRUE" :

Completed in 47 milliseconds