Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_developer.c93 diskp->disk_ctlr->ctlr_ctype->ctype_ctype); in dv_disk()
113 contp->ctlr_ctype->ctype_ctype); in dv_cont()
H A Dstartup.c1671 if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) { in add_device_to_disklist()
1699 tctlr->ctype_ctype = dkinfo.dki_ctype; in add_device_to_disklist()
1828 search_ctlr->ctlr_ctype->ctype_ctype == in add_device_to_disklist()
1841 if (mlp->ctlr_type->ctype_ctype == dkinfo.dki_ctype) in add_device_to_disklist()
1924 (ctlr->ctype_ctype == DKC_SCSI_CCS || in add_device_to_disklist()
1925 ctlr->ctype_ctype == DKC_BLKDEV)) { in add_device_to_disklist()
2112 if ((search_ctlr->ctlr_ctype->ctype_ctype != DKC_SCSI_CCS) && in add_device_to_disklist()
2113 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_DIRECT) && in add_device_to_disklist()
2114 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_VBD) && in add_device_to_disklist()
2115 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_PCMCIA_ATA) && in add_device_to_disklist()
[all …]
H A Dauto_sense.c262 type = cur_ctype->ctype_ctype; in auto_efi_sense()
389 if (mlp->ctlr_type->ctype_ctype == type) { in find_ctlr_type()
412 ctlr->ctlr_ctype->ctype_ctype == dkinfo->dki_ctype) { in find_ctlr_info()
1758 if (mlp->ctlr_type->ctype_ctype == DKC_SCSI_CCS) {
1789 ctlr->ctlr_ctype->ctype_ctype == DKC_SCSI_CCS) {
1961 if (cur_ctype->ctype_ctype == DKC_DIRECT ||
1962 cur_ctype->ctype_ctype == DKC_VBD ||
1963 cur_ctype->ctype_ctype == DKC_BLKDEV)
1964 ctlr = find_ctlr_type(cur_ctype->ctype_ctype);
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()
504 if (!build_default_partition(label, cur_ctype->ctype_ctype))
H A Dctlr_ata.c156 if (cur_ctype->ctype_ctype == DKC_PCMCIA_ATA) { in ata_rdwr()
171 if (cur_ctype->ctype_ctype == DKC_PCMCIA_ATA) { in ata_rdwr()
H A Dhardware_structs.h154 ushort_t ctype_ctype; /* type of ctlr */ member
H A Dmenu.c364 if (cur_ctype && cur_ctype->ctype_ctype == DKC_PCMCIA_ATA) { in support_fdisk_on_sparc()
H A Dmenu_command.c392 if (cur_ctype->ctype_ctype == DKC_SCSI_CCS) { in c_type()
1633 if (cur_ctype->ctype_ctype == DKC_DIRECT || in c_label()
1634 cur_ctype->ctype_ctype == DKC_BLKDEV) in c_label()