Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c194 DEBUG0(DBG_IOCTL, dip, "DEVCTL_DEVICE_RESET\n"); in pci_devctl_ioctl()
200 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_QUIESCE\n"); in pci_devctl_ioctl()
208 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_UNQUIESCE\n"); in pci_devctl_ioctl()
216 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_RESET\n"); in pci_devctl_ioctl()
221 DEBUG0(DBG_IOCTL, dip, "DEVCTL_BUS_RESETALL\n"); in pci_devctl_ioctl()
247 DEBUG2(DBG_IOCTL, dip, "dev=%x: cmd=%x\n", dev, cmd); in pci_ioctl()
H A Dpci_debug.c75 {DBG_IOCTL, "ioctl"},
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_debug.h89 /* 42 */ DBG_IOCTL, enumerator
H A Dpx_devctl.c181 DBG(DBG_IOCTL, dip, "dev=%x: cmd=%x\n", dev, cmd); in px_ioctl()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_debug.h84 #define DBG_IOCTL (0x4000ull << 32) macro