Home
last modified time | relevance | path

Searched refs:dcd_ident (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun/io/dada/conf/
H A Ddcd_confsubr.c97 if (devp->dcd_ident) { in dcd_unprobe()
98 kmem_free((caddr_t)devp->dcd_ident, SUN_IDENTSIZE); in dcd_unprobe()
99 devp->dcd_ident = (struct dcd_identify *)NULL; in dcd_unprobe()
114 if (devp->dcd_ident == NULL) { in dcd_hba_probe()
119 devp->dcd_ident = (struct dcd_identify *) in dcd_hba_probe()
122 if (devp->dcd_ident == NULL) { in dcd_hba_probe()
152 bzero((caddr_t)devp->dcd_ident, SUN_IDENTSIZE); in dcd_hba_probe()
222 (caddr_t)devp->dcd_ident, SUN_IDENTSIZE); in dcd_hba_probe()
/titanic_44/usr/src/uts/sun/io/dada/targets/
H A Ddad.c449 "config %x\n", devp->dcd_ident->dcd_config); in dcdprobe()
450 if ((devp->dcd_ident->dcd_config & ATAPI_DEVICE) == 0) { in dcdprobe()
451 if (devp->dcd_ident->dcd_config & ATANON_REMOVABLE) { in dcdprobe()
920 if ((devp->dcd_ident->dcd_config & ATAPI_DEVICE) == 0) { in dcd_doattach()
921 if (devp->dcd_ident->dcd_config & ATANON_REMOVABLE) { in dcd_doattach()
972 if ((devp->dcd_ident->dcd_config & ATAPI_DEVICE) == 0) { in dcd_doattach()
973 if (devp->dcd_ident->dcd_config & ATANON_REMOVABLE) { in dcd_doattach()
1001 devp->dcd_ident->dcd_fixcyls, in dcd_doattach()
1002 devp->dcd_ident->dcd_heads); in dcd_doattach()
1004 devp->dcd_ident->dcd_sectors); in dcd_doattach()
[all …]
/titanic_44/usr/src/uts/sun/sys/dada/conf/
H A Ddevice.h82 struct dcd_identify *dcd_ident; member
/titanic_44/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h49 #define DCD_IDENTIFY (DCD_DCD_DEVP->dcd_ident)