Home
last modified time | relevance | path

Searched refs:DKC_SCSI_CCS (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dinit_csparc.c42 { DKC_SCSI_CCS,
H A Dinit_ci386.c49 { DKC_SCSI_CCS,
H A Dauto_sense.c1326 if (!build_default_partition(label, DKC_SCSI_CCS)) { in generic_disk_sense()
1430 if (!build_default_partition(label, DKC_SCSI_CCS)) { in use_existing_disk_type()
1549 if (ctrl_type != DKC_SCSI_CCS) {
1758 if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
1782 if (dkinfo->dki_ctype != DKC_SCSI_CCS) {
1789 ctlr->ctlr_ctype->ctype_ctype == DKC_SCSI_CCS) {
2010 assert(dkinfo->dki_ctype == DKC_SCSI_CCS);
H A Dmodify_partition.c180 if (cur_ctype->ctype_ctype != DKC_SCSI_CCS) { in p_modify()
235 if (cur_ctype->ctype_ctype != DKC_SCSI_CCS) { in p_modify()
H A Dstartup.c1759 if (dkinfo.dki_ctype == DKC_SCSI_CCS) { in add_device_to_disklist()
1924 (ctlr->ctype_ctype == DKC_SCSI_CCS || in add_device_to_disklist()
2112 if ((search_ctlr->ctlr_ctype->ctype_ctype != DKC_SCSI_CCS) && in add_device_to_disklist()
H A Dmenu_command.c392 if (cur_ctype->ctype_ctype == DKC_SCSI_CCS) { in c_type()
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c321 if ((handle->sm_dkinfo.dki_ctype == DKC_SCSI_CCS) || in release_handle()
384 if ((handle->sm_dkinfo.dki_ctype == DKC_SCSI_CCS) || in get_handle_from_fd()
/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h83 #define DKC_SCSI_CCS 13 /* SCSI CCS compatible */ macro
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c572 if ((ctype == DKC_SCSI_CCS) || in _m_device_type()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c1351 case DKC_SCSI_CCS : in get_bsize()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c7364 if (vdc->cinfo->dki_ctype != DKC_SCSI_CCS) in vd_process_ioctl()
8142 vdc->cinfo->dki_ctype = DKC_SCSI_CCS; in vdc_create_fake_geometry()
H A Dvds.c6217 if (dk_cinfo.dki_ctype == DKC_SCSI_CCS) in vd_setup_backend_ldi()
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2491 ci->dki_ctype = DKC_SCSI_CCS; in fake_disk_info()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c22773 info->dki_ctype = DKC_SCSI_CCS;