Lines Matching defs:lifv
142 struct hppa_lifvol *lifv = (struct hppa_lifvol *)buf;
172 lifv->vol_id = htobe16(HPPA_LIF_VOL_ID);
173 strncpy(lifv->vol_label, "MKBOOT", 6);
174 lifv->vol_addr = htobe32(hppa_btolifs(HPPA_LIF_DIRSTART));
175 lifv->vol_oct = htobe16(HPPA_LIF_VOL_OCT);
176 lifv->vol_dirsize = htobe32(hppa_btolifs(HPPA_LIF_DIRSIZE));
177 lifv->vol_version = htobe16(1);
178 lifv->vol_number = htobe32(1);
179 lifv->vol_lastvol = htobe32(1);
180 lifv->vol_length = HPPA_LIF_FILESTART; /* ... so far. */
181 bcddate(to_file, lifv->vol_toc);
182 lifv->ipl_addr = htobe32(HPPA_LIF_FILESTART);
194 if (lifv->ipl_entry == 0) {
195 lifv->ipl_entry = htobe32(loadpoint + entry);
196 lifv->ipl_size = htobe32(hppa_lifstob(n));
210 lifv->vol_length += n;
218 lifv->vol_length = htobe32(lifv->vol_length);