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

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

Completed in 70 milliseconds