Searched refs:ap_ent_secsiz (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/format/ |
H A D | ix_altsctr.c | 205 ap->ap_ent_secsiz / NBPSCTR - 1))) { in chk_badsec() 246 ap->ap_ent_secsiz = 0; in init_altsctr() 319 ap->ap_ent_secsiz = 0; in get_altsctr() 321 ap->ap_ent_secsiz = byte_to_secsiz( in get_altsctr() 324 (struct alts_ent *)malloc(ap->ap_ent_secsiz)) == NULL) { in get_altsctr() 332 ap->ap_ent_secsiz / UBSIZE, (char *)ap->ap_entp, in get_altsctr() 373 ap->ap_ent_secsiz / UBSIZE, in wr_altsctr() 471 ap->ap_ent_secsiz = byte_to_secsiz(ent_used*ALTS_ENT_SIZE, NBPSCTR); in gen_alts_ent() 472 entp = malloc(ap->ap_ent_secsiz); in gen_alts_ent() 475 ap->ap_ent_secsiz); in gen_alts_ent() [all …]
|
H A D | badsec.h | 63 uint_t ap_ent_secsiz; /* alts entry sector size */ member
|
/titanic_50/usr/src/cmd/addbadsec/ |
H A D | ix_altsctr.c | 208 ap->ap_ent_secsiz / NBPSCTR - 1))) { in chk_badsec() 249 ap->ap_ent_secsiz = 0; in init_altsctr() 321 ap->ap_ent_secsiz = 0; 323 ap->ap_ent_secsiz = byte_to_secsiz( 326 (struct alts_ent *)malloc(ap->ap_ent_secsiz)) == NULL) { 335 (char *)ap->ap_entp, ap->ap_ent_secsiz, 369 (char *)ap->ap_entp, ap->ap_ent_secsiz, in wr_altsctr() 463 ap->ap_ent_secsiz = byte_to_secsiz(ent_used*ALTS_ENT_SIZE,NBPSCTR); in gen_alts_ent() 464 entp=(struct alts_ent *) malloc (ap->ap_ent_secsiz); in gen_alts_ent() 472 ap->ap_ent_secsiz = byte_to_secsiz(ent_used*ALTS_ENT_SIZE, NBPSCTR); in gen_alts_ent() [all …]
|
H A D | badsec.h | 60 int ap_ent_secsiz; /* alts entry sector size */ member
|