Lines Matching defs:lifv
76 static struct hp300_lifvol lifv;
165 lifv.vol_id = htobe16(HP300_VOL_ID);
166 CLEAR(lifv.vol_label, "BOOT43", sizeof(lifv.vol_label));
167 lifv.vol_addr = htobe32(hp300_btolifs(HP300_LIF_DIRSTART));
168 lifv.vol_oct = htobe16(HP300_VOL_OCT);
169 lifv.vol_dirsize = htobe32(hp300_btolifs(HP300_LIF_DIRSIZE));
170 lifv.vol_version = htobe16(1);
183 lifv.vol_length = htobe32(be32toh(lifd[0].dir_addr) +
193 lifd[1].dir_addr = htobe32(lifv.vol_length);
198 lifv.vol_length = htobe32(be32toh(lifd[1].dir_addr) +
210 lifd[2].dir_addr = htobe32(lifv.vol_length);
215 lifv.vol_length = htobe32(be32toh(lifd[2].dir_addr) +
221 write(to, &lifv, HP300_LIF_VOLSIZE);