Home
last modified time | relevance | path

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

/titanic_50/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.c264 if ((cur_ctype != NULL) && (cur_ctype->ctype_ctype == DKC_DIRECT || in auto_efi_sense()
265 cur_ctype->ctype_ctype == DKC_VBD || in auto_efi_sense()
266 cur_ctype->ctype_ctype == DKC_BLKDEV)) { in auto_efi_sense()
267 ctlr = find_ctlr_info(&dkinfo, cur_ctype->ctype_ctype); in auto_efi_sense()
268 disk_info = find_disk_info(&dkinfo, cur_ctype->ctype_ctype); in auto_efi_sense()
388 if (mlp->ctlr_type->ctype_ctype == type) { in find_ctlr_type()
411 ctlr->ctlr_ctype->ctype_ctype == dkinfo->dki_ctype) { in find_ctlr_info()
1757 if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
1788 ctlr->ctlr_ctype->ctype_ctype == DKC_SCSI_CCS) {
1960 if (cur_ctype->ctype_ctype == DKC_DIRECT ||
[all …]
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.c385 if (cur_ctype->ctype_ctype == DKC_SCSI_CCS) { in c_type()
1625 if (cur_ctype->ctype_ctype == DKC_DIRECT || in c_label()
1626 cur_ctype->ctype_ctype == DKC_BLKDEV) in c_label()