Home
last modified time | relevance | path

Searched refs:DKC_DIRECT (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dinit_csparc.c46 { DKC_DIRECT,
H A Dinit_ci386.c44 { DKC_DIRECT,
H A Dauto_sense.c266 if (type == DKC_DIRECT || type == DKC_VBD || type == DKC_BLKDEV) { in auto_efi_sense()
382 assert(type == DKC_DIRECT || in find_ctlr_type()
405 assert(type == DKC_DIRECT || in find_ctlr_info()
428 assert(type == DKC_DIRECT || in find_disk_info()
593 if (!build_default_partition(label, DKC_DIRECT)) { in auto_label_init()
1961 if (cur_ctype->ctype_ctype == DKC_DIRECT ||
H A Dlabel.c592 if (dkinfo.dki_ctype != DKC_DIRECT) in get_disk_inquiry_devid()
H A Dmenu_command.c1633 if (cur_ctype->ctype_ctype == DKC_DIRECT || in c_label()
H A Dstartup.c2113 (search_ctlr->ctlr_ctype->ctype_ctype != DKC_DIRECT) && in add_device_to_disklist()
/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h87 #define DKC_DIRECT 20 /* Intel direct attached device i.e. IDE */ macro
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c386 dadkp->dad_ctype = DKC_DIRECT; in dadk_probe()
388 dadkp->dad_extp->tg_ctype = DKC_DIRECT; in dadk_probe()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c1369 case DKC_DIRECT : in get_bsize()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c7371 if (vdc->cinfo->dki_ctype != DKC_DIRECT) in vd_process_ioctl()
8144 vdc->cinfo->dki_ctype = DKC_DIRECT; in vdc_create_fake_geometry()
8148 vdc->cinfo->dki_ctype = DKC_DIRECT; in vdc_create_fake_geometry()
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c3109 info->dki_ctype = DKC_DIRECT; in dcdioctl()