Home
last modified time | relevance | path

Searched refs:DEVID_FAB (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Ddditypes.h160 #define DEVID_FAB 3 macro
H A Dddi_impldefs.h1168 ((b) == DEVID_FAB) ? 'f' : \
1180 (((c) == 'f') || ((c) == 'F')) ? DEVID_FAB : \
1190 ((b) == DEVID_FAB))
/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c278 if (ddi_devid_init(xsp->xdfss_dip, DEVID_FAB, 0, NULL, &devid) != in xdfs_devid_fabricate()
/titanic_44/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1793 if (ddi_devid_init(dkp->dk_dip, DEVID_FAB, 0, NULL, &devid) != in cmdk_devid_fabricate()
/titanic_44/usr/src/uts/common/os/
H A Dsunddi.c7786 case DEVID_FAB: in ddi_devid_init()
7821 if (devid_type == DEVID_FAB) { in ddi_devid_init()
/titanic_44/usr/src/uts/sun/io/dada/targets/
H A Ddad.c4078 if (ddi_devid_init(DCD_DEVINFO, DEVID_FAB, 0, NULL, (ddi_devid_t *) in dcd_create_devid()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvds.c6061 if (ddi_devid_init(vd->vds->dip, DEVID_FAB, NULL, 0, in vd_setup_disk_image()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5688 if (ddi_devid_init(SD_DEVINFO(un), DEVID_FAB, 0, NULL, &un->un_devid) in sd_create_devid()