Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_util.c449 extern int pci_allow_pseudo_children; in px_init_child()
481 if (pci_allow_pseudo_children) in px_init_child()
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c440 extern int pci_allow_pseudo_children; in init_child()
472 if (pci_allow_pseudo_children) in init_child()
H A Dsimba.c715 extern int pci_allow_pseudo_children; in simba_initchild()
747 if (pci_allow_pseudo_children) in simba_initchild()
H A Dpci_pci.c813 extern int pci_allow_pseudo_children; in ppb_initchild()
828 if (pci_allow_pseudo_children) in ppb_initchild()
H A Ddb21554.c2273 extern int pci_allow_pseudo_children; in db_initchild()
2287 if (pci_allow_pseudo_children) { in db_initchild()
/titanic_41/usr/src/uts/i86pc/io/pci/
H A Dpci.c680 extern int pci_allow_pseudo_children; in pci_initchild()
698 if (pci_allow_pseudo_children) { in pci_initchild()
/titanic_41/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c880 extern int pci_allow_pseudo_children; in npe_initchild()
898 if (pci_allow_pseudo_children) { in npe_initchild()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_pci.c649 extern int pci_allow_pseudo_children; in ppb_initchild()
666 if (pci_allow_pseudo_children) in ppb_initchild()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcieb.c814 extern int pci_allow_pseudo_children; in pcieb_initchild()
830 if (pci_allow_pseudo_children) { in pcieb_initchild()
/titanic_41/usr/src/uts/common/os/
H A Ddevcfg.c161 int pci_allow_pseudo_children = 0; variable