Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dmenu_developer.c95 diskp->disk_ctlr->ctlr_ctype->ctype_ctype); in dv_disk()
115 contp->ctlr_ctype->ctype_ctype); in dv_cont()
H A Dauto_sense.c267 if ((cur_ctype != NULL) && (cur_ctype->ctype_ctype == DKC_DIRECT)) { in auto_efi_sense()
270 } else if ((cur_ctype != NULL) && (cur_ctype->ctype_ctype == DKC_VBD)) { in auto_efi_sense()
388 if (mlp->ctlr_type->ctype_ctype == DKC_DIRECT) { in find_direct_ctlr_type()
407 if (mlp->ctlr_type->ctype_ctype == DKC_VBD) { in find_vbd_ctlr_type()
430 ctlr->ctlr_ctype->ctype_ctype == DKC_DIRECT) { in find_direct_ctlr_info()
451 ctlr->ctlr_ctype->ctype_ctype == DKC_VBD) { in find_vbd_ctlr_info()
1815 if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
1846 ctlr->ctlr_ctype->ctype_ctype == DKC_SCSI_CCS) {
2019 if (cur_ctype->ctype_ctype == DKC_DIRECT)
2021 else if (cur_ctype->ctype_ctype == DKC_VBD)
H A Dstartup.c1651 if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) { in add_device_to_disklist()
1679 tctlr->ctype_ctype = dkinfo.dki_ctype; in add_device_to_disklist()
1808 search_ctlr->ctlr_ctype->ctype_ctype == in add_device_to_disklist()
1821 if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) in add_device_to_disklist()
1903 if ((status == -1) && (ctlr->ctype_ctype == DKC_SCSI_CCS)) { in add_device_to_disklist()
2093 if ((search_ctlr->ctlr_ctype->ctype_ctype != DKC_SCSI_CCS) && in add_device_to_disklist()
2094 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_DIRECT) && in add_device_to_disklist()
2095 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_VBD) && in add_device_to_disklist()
2096 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_PCMCIA_ATA) && in add_device_to_disklist()
2097 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_BLKDEV)) { in add_device_to_disklist()
H A Dmodify_partition.c192 if (cur_ctype->ctype_ctype != DKC_SCSI_CCS) { in p_modify()
247 if (cur_ctype->ctype_ctype != DKC_SCSI_CCS) { in p_modify()
524 if (!build_default_partition(label, cur_ctype->ctype_ctype))
H A Dhardware_structs.h153 ushort_t ctype_ctype; /* type of ctlr */ member
H A Dctlr_ata.c169 if (cur_ctype->ctype_ctype == DKC_PCMCIA_ATA) { in ata_rdwr()
184 if (cur_ctype->ctype_ctype == DKC_PCMCIA_ATA) { in ata_rdwr()
H A Dmenu.c386 if (cur_ctype && cur_ctype->ctype_ctype == DKC_PCMCIA_ATA) { in support_fdisk_on_sparc()
H A Dmenu_command.c384 if (cur_ctype->ctype_ctype == DKC_SCSI_CCS) { in c_type()
1624 if (cur_ctype->ctype_ctype == DKC_DIRECT) in c_label()