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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c71 int is_pcidev, Prom_node *curr_bridge,
793 * int is_pcidev: indicates whether or not the current card
808 next_pci_card(Prom_node *curr_card, int *is_bridge, int is_pcidev, argument
815 * is_pcidev is used to prevent us from following the
818 if (curr_node->child != NULL && is_pcidev) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Dworkfile.c124 int is_pcidev, Prom_node *curr_bridge,
881 * int is_pcidev: indicates whether or not the current card
896 next_pci_card(Prom_node *curr_card, int *is_bridge, int is_pcidev, argument
903 * is_pcidev is used to prevent us from following the
906 if (curr_node->child != NULL && is_pcidev) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dworkfile.c67 int is_pcidev, Prom_node *curr_bridge,
900 * int is_pcidev: indicates whether or not the current card
915 next_pci_card(Prom_node *curr_card, int *is_bridge, int is_pcidev, argument
922 * is_pcidev is used to prevent us from following the
925 if (curr_node->child != NULL && is_pcidev) {

Completed in 63 milliseconds