HomeSort by: relevance | last modified time | path
    Searched refs:sa_htole32 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/lib/libsa/
byteorder.h 53 uint32_t sa_htole32(uint32_t);
byteorder.c 117 sa_htole32(uint32_t val) function in typeref:typename:uint32_t
173 un.words[LE64_HI] = sa_htole32(val >> 32);
174 un.words[LE64_LO] = sa_htole32(val & 0xffffffffU);
loadfile_elf32.c 77 f = (bo == ELFDATA2LSB) ? sa_htole32(f) : sa_htobe32(f)
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 179 entry = sa_htole32(0x400);
180 length = sa_htole32(elf_stat.st_size - sizeof(hdr) + 0x400);
220 entry = sa_htole32(0x400);
221 length = sa_htole32(elf_stat.st_size - sizeof(hdr) + 0x400);
236 entry = sa_htole32(0x400);
237 length = sa_htole32(elf_stat.st_size - sizeof(hdr) + 0x400);
278 mbrp->mbrp_start = sa_htole32(0);
279 mbrp->mbrp_size = sa_htole32(2 * 18 * 80 - 1);
387 length = sa_htole32(0x400 + elf_img_len + 8 + kgzlen);
564 length = sa_htole32(0x400)
    [all...]

Completed in 14 milliseconds