Home
last modified time | relevance | path

Searched refs:DBG_OPEN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c94 DBG(DBG_OPEN, px_p->px_dip, "devp=%x: flags=%x\n", devp, flags); in px_open()
116 DBG(DBG_OPEN, px_p->px_dip, "busy\n"); in px_open()
123 DBG(DBG_OPEN, px_p->px_dip, "busy\n"); in px_open()
H A Dpx_debug.h87 /* 40 */ DBG_OPEN, enumerator
/titanic_41/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c104 DEBUG2(DBG_OPEN, pci_p->pci_dip, "devp=%x: flags=%x\n", devp, flags); in pci_open()
110 DEBUG0(DBG_OPEN, pci_p->pci_dip, "busy\n"); in pci_open()
117 DEBUG0(DBG_OPEN, pci_p->pci_dip, "busy\n"); in pci_open()
H A Dpci_debug.c73 {DBG_OPEN, "open"},
/titanic_41/usr/src/uts/sun4u/sys/pci/
H A Dpci_debug.h82 #define DBG_OPEN (0x1000ull << 32) macro