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

/illumos-gate/usr/src/cmd/format/
H A Dbadsec.h63 uint_t ap_ent_secsiz; /* alts entry sector size */ member in struct:alts_mempart
H A Dix_altsctr.c205 ap->ap_ent_secsiz / NBPSCTR - 1))) {
246 ap->ap_ent_secsiz = 0;
319 ap->ap_ent_secsiz = 0;
321 ap->ap_ent_secsiz = byte_to_secsiz(
324 (struct alts_ent *)malloc(ap->ap_ent_secsiz)) == NULL) {
332 ap->ap_ent_secsiz / UBSIZE, (char *)ap->ap_entp,
373 ap->ap_ent_secsiz / UBSIZE,
471 ap->ap_ent_secsiz = byte_to_secsiz(ent_used*ALTS_ENT_SIZE, NBPSCTR);
472 entp = malloc(ap->ap_ent_secsiz);
475 ap->ap_ent_secsiz);
[all...]
/illumos-gate/usr/src/cmd/addbadsec/
H A Dbadsec.h60 int ap_ent_secsiz; /* alts entry sector size */ member in struct:alts_mempart
H A Dix_altsctr.c208 ap->ap_ent_secsiz / NBPSCTR - 1))) {
249 ap->ap_ent_secsiz = 0;
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,
463 ap->ap_ent_secsiz = byte_to_secsiz(ent_used*ALTS_ENT_SIZE,NBPSCTR);
464 entp=(struct alts_ent *) malloc (ap->ap_ent_secsiz);
472 ap->ap_ent_secsiz
[all...]

Completed in 71 milliseconds