Lines Matching refs:htobe32
158 lifd[1].dir_addr = htobe32(0);
159 lifd[1].dir_length = htobe32(0);
161 lifd[1].dir_exec = htobe32(0);
167 lifv.vol_addr = htobe32(hp300_btolifs(HP300_LIF_DIRSTART));
169 lifv.vol_dirsize = htobe32(hp300_btolifs(HP300_LIF_DIRSIZE));
178 lifd[0].dir_addr = htobe32(hp300_btolifs(HP300_LIF_FILESTART));
179 lifd[0].dir_length = htobe32(nsec);
182 lifd[0].dir_exec = htobe32(loadpoint);
183 lifv.vol_length = htobe32(be32toh(lifd[0].dir_addr) +
193 lifd[1].dir_addr = htobe32(lifv.vol_length);
194 lifd[1].dir_length = htobe32(nsec);
197 lifd[1].dir_exec = htobe32(loadpoint);
198 lifv.vol_length = htobe32(be32toh(lifd[1].dir_addr) +
210 lifd[2].dir_addr = htobe32(lifv.vol_length);
211 lifd[2].dir_length = htobe32(nsec);
214 lifd[2].dir_exec = htobe32(loadpoint);
215 lifv.vol_length = htobe32(be32toh(lifd[2].dir_addr) +
238 ld.address = htobe32(loadpoint);
239 ld.count = htobe32(statb.st_size);