Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Daltsctr.h48 uint32_t alts_map_len; /* byte length of alts_partmap */ member
/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c136 ap->ap_tblp->alts_map_len = (part->p_size + 8 - 1) / 8; in read_altsctr()
137 ap->ap_map_secsiz = byte_to_secsiz(ap->ap_tblp->alts_map_len, in read_altsctr()
259 ap->ap_tblp->alts_map_len = (ap->part.p_size + 8 - 1) / 8; in init_altsctr()
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c142 ap->ap_tblp->alts_map_len = (part->p_size + 8 - 1) / 8; in read_altsctr()
143 ap->ap_map_secsiz = byte_to_secsiz(ap->ap_tblp->alts_map_len, in read_altsctr()
252 ap->ap_tblp->alts_map_len = (ap->part.p_size + 8 - 1) / 8; in init_altsctr()