Searched refs:DCD_DEVINFO (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 508 (void) pm_raise_power(DCD_DEVINFO, 0, DCD_DEVICE_ACTIVE); in dcdattach() 579 (void) pm_raise_power(DCD_DEVINFO, 0, DCD_DEVICE_ACTIVE); in dcdattach() 639 ddi_devid_unregister(DCD_DEVINFO); in dcd_free_softstate() 715 DAD_DEBUG2(DCD_DEVINFO, dcd_label, in dcddetach() 796 (void) pm_lower_power(DCD_DEVINFO, 0, DCD_DEVICE_STANDBY); in dcd_dr_detach() 999 DAD_DEBUG2(DCD_DEVINFO, dcd_label, DCD_DEBUG, "Geometry Data\n"); in dcd_doattach() 1000 DAD_DEBUG2(DCD_DEVINFO, dcd_label, DCD_DEBUG, "cyls %x, heads %x", in dcd_doattach() 1003 DAD_DEBUG2(DCD_DEVINFO, dcd_label, DCD_DEBUG, "sectors %x,", in dcd_doattach() 1005 DAD_DEBUG2(DCD_DEVINFO, dcd_label, DCD_DEBUG, "capacity %llx\n", in dcd_doattach() 1008 DAD_DEBUG(DCD_DEVINFO, dcd_label, DCD_DEBUG, in dcd_doattach() [all …]
|
/titanic_41/usr/src/uts/sun/sys/dada/targets/ |
H A D | daddef.h | 48 #define DCD_DEVINFO (DCD_DCD_DEVP->dcd_dev) macro
|