Home
last modified time | relevance | path

Searched refs:ap_ent_secsiz (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c210 ap->ap_ent_secsiz / NBPSCTR - 1))) { in chk_badsec()
256 ap->ap_ent_secsiz = 0; in init_altsctr()
329 ap->ap_ent_secsiz = 0; in get_altsctr()
331 ap->ap_ent_secsiz = byte_to_secsiz( in get_altsctr()
333 ap->ap_entp = malloc(ap->ap_ent_secsiz); in get_altsctr()
342 ap->ap_ent_secsiz / UBSIZE, (char *)ap->ap_entp, in get_altsctr()
383 ap->ap_ent_secsiz / UBSIZE, in wr_altsctr()
485 entp = malloc(ap->ap_ent_secsiz); in gen_alts_ent()
488 ap->ap_ent_secsiz); in gen_alts_ent()
509 ap->ap_ent_secsiz / NBPSCTR, ALTS_MAP_UP); in gen_alts_ent()
[all …]
H A Dbadsec.h63 uint_t ap_ent_secsiz; /* alts entry sector size */ member
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c208 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()
484 ap->ap_ent_secsiz / NBPSCTR, ALTS_MAP_UP); in gen_alts_ent()
[all …]
H A Dbadsec.h60 int ap_ent_secsiz; /* alts entry sector size */ member