Searched refs:altsec_offset (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/format/ |
H A D | ix_altsctr.c | 306 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 D | ctlr_ata.h | 49 extern diskaddr_t altsec_offset; /* Alternate sector offset */
|
H A D | ctlr_ata.c | 59 diskaddr_t altsec_offset; variable 245 altsec_offset = dpart->p_start + solaris_offset; in get_alts_slice()
|