Home
last modified time | relevance | path

Searched refs:CF_SMD_DEFS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h174 #define CF_SMD_DEFS 0x0008 /* ctlr does smd defect handling */ macro
207 #define SMD (cur_ctype->ctype_flags & CF_SMD_DEFS)
H A Dprompts.c411 if (cur_ctype->ctype_flags & CF_SMD_DEFS) { in get_bps()
H A Dmain.c647 if (cur_ctype->ctype_flags & CF_SMD_DEFS) { in get_disk_characteristics()
H A Dstartup.c796 if ((ctype->ctype_flags & CF_SMD_DEFS) && (!(flags & SUP_BPS))) { in sup_setdtype()