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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c495 int pci_bridge = FALSE; local
575 (!pci_bridge)) {
582 (!pci_bridge)) {
597 * We set the pci_bridge flag so that we know we are
610 if (!pci_bridge) {
613 pci_bridge = TRUE;
619 * If we are the child of a pci_bridge we use the
620 * dev# of the pci_bridge as an index to get
623 * pci_bridge node found above.
631 pci_bridge) {
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c719 int pci_bridge = is_pci_bridge(card_node, name); local
727 if (pci_bridge) {
895 * If we are the child of a pci_bridge we use the
896 * dev# of the pci_bridge as an index to get
899 * pci_bridge node found above.
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Dworkfile.c605 int pci_bridge = FALSE; local
682 * We set the pci_bridge flag so that we know we are
695 if (!pci_bridge) {
698 pci_bridge = TRUE;
702 (!pci_bridge)) {
709 * If we are the child of a pci_bridge we use the
710 * dev# of the pci_bridge as an index to get
713 * pci_bridge node found above.
721 pci_bridge) {
722 /* use dev_no of pci_bridge */
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dworkfile.c631 int pci_bridge = FALSE; local
697 !pci_bridge) {
711 * We set the pci_bridge flag so that we know we are
724 if (!pci_bridge) {
727 pci_bridge = TRUE;
733 * If we are the child of a pci_bridge we use the
734 * dev# of the pci_bridge as an index to get
737 * pci_bridge node found above.
745 pci_bridge) {
746 /* use dev_no of pci_bridge */
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c125 int pci_bridge = 0; local
232 pci_bridge = 0;
259 * We set the pci_bridge flag so that we know we are
275 pci_bridge = TRUE;
280 * If we are the child of a pci_bridge we use the
281 * dev# of the pci_bridge as an index to get
284 * pci_bridge node found above.
292 /* use dev_no of pci_bridge */
445 if (pci_bridge) {
470 if (pci_bridge) {
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c217 int pci_bridge = 0; local
320 pci_bridge = 0;
351 * We set the pci_bridge flag so that we know we are
391 pci_bridge = TRUE;
400 * If we are the child of a pci_bridge we use the
401 * dev# of the pci_bridge as an index to get
404 * pci_bridge node found above.
423 /* use dev_no of pci_bridge */
579 if (pci_bridge) {
615 if (pci_bridge) {
[all...]

Completed in 54 milliseconds