Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c306 status = ata_rdwr(DIR_READ, cur_file, altsec_offset, in get_altsctr()
317 (ap->ap_tblp->alts_map_base) + altsec_offset, in get_altsctr()
341 (ap->ap_tblp->alts_ent_base) + altsec_offset, in get_altsctr()
364 status = ata_rdwr(DIR_WRITE, cur_file, altsec_offset, in wr_altsctr()
374 altsec_offset, ap->ap_map_secsiz / UBSIZE, in wr_altsctr()
382 (ap->ap_tblp->alts_ent_base)+ altsec_offset, in wr_altsctr()
H A Dctlr_ata.h49 extern diskaddr_t altsec_offset; /* Alternate sector offset */
H A Dctlr_ata.c59 diskaddr_t altsec_offset; variable
245 altsec_offset = dpart->p_start + solaris_offset; in get_alts_slice()