Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c78 extern struct cb_ops *pcihp_ops;
124 if (rval = pcihp_ops->cb_open(devp, flags, otyp, credp)) { in pci_open()
155 if (rval = pcihp_ops->cb_close(dev, flags, otyp, credp)) { in pci_close()
314 rv = pcihp_ops->cb_ioctl( in pci_ioctl()
H A Dpci.c143 struct cb_ops *pcihp_ops = NULL; /* hotplug module cb ops */ variable
1392 if ((pcihp_ops = pcihp_get_cb_ops()) != NULL) { in pci_init_hotplug()