Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dix_altsctr.c295 status = ata_rdwr(DIR_READ, cur_file, altsec_offset, in get_altsctr()
307 (ap->ap_tblp->alts_map_base) + altsec_offset, in get_altsctr()
331 (ap->ap_tblp->alts_ent_base) + altsec_offset, in get_altsctr()
354 status = ata_rdwr(DIR_WRITE, cur_file, altsec_offset, in wr_altsctr()
364 altsec_offset, ap->ap_map_secsiz / UBSIZE, in wr_altsctr()
372 (ap->ap_tblp->alts_ent_base)+ altsec_offset, in wr_altsctr()
H A Dctlr_ata.h49 diskaddr_t altsec_offset; /* Alternate sector offset */ variable
H A Dctlr_ata.c258 altsec_offset = dpart->p_start + solaris_offset; in get_alts_slice()