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

/illumos-gate/usr/src/cmd/mdb/sparc/modules/intr/
H A Dintr.c75 pci_t *pci_per_p; local
80 if (mdb_readvar(&pci_per_p, "per_pci_state") != -1) {
81 wsp->walk_addr = (uintptr_t)pci_per_p;
103 pci_t *pci_per_p; local
108 if (mdb_vread(&pci_per_p, sizeof (uintptr_t),
110 mdb_warn("intr: failed to read the initial pci_per_p "
116 start_addr = (uintptr_t)pci_per_p;
120 while (mdb_vread(&pci_per_p, sizeof (uintptr_t),
124 (uintptr_t)pci_per_p) == -1) {

Completed in 316 milliseconds