Home
last modified time | relevance | path

Searched refs:PCI_CAP_DBG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c113 PCI_CAP_DBG("pci_cap_probe: index=%x, id=%x, base=%x\n", in pci_cap_probe()
293 PCI_CAP_DBG("pci_cap_get: %p[x%x]=x%x\n", (void *)h, offset, data); in pci_cap_get()
330 PCI_CAP_DBG("pci_cap_put: data=%x\n", data); in pci_cap_put()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h52 #define PCI_CAP_DBG if (pci_cap_debug) printf macro
54 #define PCI_CAP_DBG _NOTE(CONSTANTCONDITION) if (0) printf macro