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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c101 static int pcitool_phys_peek(pci_t *pci_p, boolean_t type, size_t size,
130 pcitool_phys_peek(pci_t *pci_p, boolean_t type, size_t size, function
544 * Wrapper around pcitool_phys_peek/poke.
546 * Validates arguments and calls pcitool_phys_peek/poke appropriately.
601 "%d byte %s pcitool_phys_peek at addr 0x%llx\n",
604 if (pcitool_phys_peek(pci_p, endian, size, phys_addr,
607 "%d byte %s pcitool_phys_peek at addr "

Completed in 45 milliseconds