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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c409 int i, no_config; local
431 no_config = ddi_prop_get_int(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
448 if ((ndi_dev_is_persistent_node(child) == 0) && (no_config == 0)) {
495 if (no_config != 0) {
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c409 int i, no_config; local
430 no_config = ddi_prop_get_int(DDI_DEV_T_ANY, child, DDI_PROP_DONTPASS,
439 if ((ndi_dev_is_persistent_node(child) == 0) && (no_config == 0)) {
486 if (no_config != 0) {

Completed in 59 milliseconds