Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c65 extern int alts_fd;
293 if (absdsk_io(alts_fd, 0, (char *)ap->ap_tblp,
308 if (absdsk_io(alts_fd, ap->ap_tblp->alts_map_base,
334 if (absdsk_io(alts_fd, ap->ap_tblp->alts_ent_base,
355 if (absdsk_io(alts_fd, 0, (char *)ap->ap_tblp, in wr_altsctr()
361 if (absdsk_io(alts_fd, ap->ap_tblp->alts_map_base, in wr_altsctr()
368 if (absdsk_io(alts_fd, ap->ap_tblp->alts_ent_base, in wr_altsctr()
H A Daddbadsec.c69 int alts_fd; variable
240 if ((alts_fd = open(alts_name, O_RDWR)) == -1) { in main()
263 (void) close(alts_fd); in main()