Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c3485 uint8_t cp13; in get_cur_protection_type() local
3489 cp13 = ((capacity->sc_rsvd0 & 0x3f) << 2) in get_cur_protection_type()
3492 prot_en = cp13 & 0x01; in get_cur_protection_type()
3496 p_type = (cp13 << 4) >> 5; in get_cur_protection_type()