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

  /src/sys/lib/libsa/
byteorder.h 47 uint16_t sa_htobe16(uint16_t);
byteorder.c 58 sa_htobe16(uint16_t val) function in typeref:typename:uint16_t
loadfile_elf32.c 75 f = (bo == ELFDATA2LSB) ? sa_htole16(f) : sa_htobe16(f)
  /src/sys/arch/powerpc/stand/mkbootimage/
mkbootimage.c 617 fileHdr.numSections = sa_htobe16(3);
618 fileHdr.loadableSections = sa_htobe16(2);

Completed in 14 milliseconds