Searched refs:alts_ent_used (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/format/ |
H A D | ix_altsctr.c | 220 status = ent_bsearch(ap->ap_entp, ap->ap_tblp->alts_ent_used, in chk_badsec() 250 ap->ap_tblp->alts_ent_used = 0; in init_altsctr() 317 if (ap->ap_tblp->alts_ent_used == 0) { in get_altsctr() 322 (ap->ap_tblp->alts_ent_used*ALTS_ENT_SIZE), NBPSCTR); in get_altsctr() 370 if (ap->ap_tblp->alts_ent_used != 0) { in wr_altsctr() 470 ent_used = ap->ap_tblp->alts_ent_used + ap->ap_gbadcnt; in gen_alts_ent() 479 ent_used = ent_merge(entp, ap->ap_entp, ap->ap_tblp->alts_ent_used, in gen_alts_ent() 487 ap->ap_tblp->alts_ent_used = ent_used; in gen_alts_ent() 521 for (i = 0; i < ap->ap_tblp->alts_ent_used; i++) { in assign_altsctr() 793 int cnt = ap->ap_tblp->alts_ent_used;
|
H A D | ctlr_ata.c | 293 if (ap->ap_tblp->alts_ent_used) { in ata_convert_list() 294 new_defect = calloc(ap->ap_tblp->alts_ent_used, in ata_convert_list() 301 list->header.count = ap->ap_tblp->alts_ent_used; in ata_convert_list() 304 for (i = 0; i < ap->ap_tblp->alts_ent_used; in ata_convert_list()
|
/titanic_50/usr/src/cmd/addbadsec/ |
H A D | ix_altsctr.c | 223 status = ent_bsearch(ap->ap_entp, ap->ap_tblp->alts_ent_used, in chk_badsec() 253 ap->ap_tblp->alts_ent_used = 0; in init_altsctr() 319 if (ap->ap_tblp->alts_ent_used == 0) { 324 (ap->ap_tblp->alts_ent_used*ALTS_ENT_SIZE),NBPSCTR); 367 if (ap->ap_tblp->alts_ent_used != 0) { in wr_altsctr() 462 ent_used = ap->ap_tblp->alts_ent_used + ap->ap_gbadcnt; in gen_alts_ent() 465 ent_used = ent_merge(entp, ap->ap_entp, ap->ap_tblp->alts_ent_used, in gen_alts_ent() 473 ap->ap_tblp->alts_ent_used = ent_used; in gen_alts_ent() 506 for (i = 0; i < ap->ap_tblp->alts_ent_used; i++) { in assign_altsctr() 768 int cnt = ap->ap_tblp->alts_ent_used; in chk_bad_altsctr() [all …]
|
/titanic_50/usr/src/uts/common/sys/dktp/ |
H A D | altsctr.h | 50 uint32_t alts_ent_used; /* number of alternate entries used */ member
|
/titanic_50/usr/src/uts/i86pc/i86hvm/io/ |
H A D | pv_cmdk.c | 639 altused = ap->alts_ent_used; /* number of BB entries */ in xdfs_c_bb_check()
|
/titanic_50/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 1902 altused = ap->alts_ent_used; /* number of BB entries */ in cmdk_bbh_reopen()
|