HomeSort by: relevance | last modified time | path
    Searched refs:be16toh (Results 1 - 25 of 65) sorted by relevancy

1 2 3

  /src/usr.sbin/installboot/
sum.c 102 be16toh(bb16[SUNSUM_OFFSET]));
103 printf("Recalculated Sun checksum: 0x%04x\n", be16toh(sum));
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 28 #ifndef be16toh
29 #define be16toh(x) betoh16(x) macro
35 #endif /* !be16toh */
48 #define be16toh(x) _byteswap_ushort(x) macro
71 #define be16toh(x) OSSwapBigToHostInt16(x) macro
145 #define be16toh(x) (x) macro
152 #define be16toh(x) bswap_16(x) macro
  /src/sys/external/bsd/common/include/asm/
byteorder.h 55 #define be16_to_cpu be16toh
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 23 # define be16toh(x) OSSwapBigToHostInt16(x) macro
49 # define be16toh(x) betoh16(x) macro
67 # define be16toh(x) ntohs(x) macro
85 # define be16toh(x) (x) macro
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 149 dprintf(("%04x sections, offset %08x\n", be16toh(eh->e_shnum),
151 if (be16toh(eh->e_type) != ET_REL)
153 argv[0], be16toh(eh->e_type));
154 if (be16toh(eh->e_machine) != EM_68K)
156 be16toh(eh->e_machine));
162 be32toh(sh[be16toh(eh->e_shstrndx)].sh_offset));
167 for (i = 0; i < be16toh(eh->e_shnum); ++i) {
254 sect_offset = malloc(be16toh(eh->e_shnum) * sizeof(uint32_t));
255 for (i = 0, l = 0; i < be16toh(eh->e_shnum); ++i) {
308 for (i = 0; i < be16toh(eh->e_shnum); ++i)
    [all...]
  /src/sys/net/agr/
ieee8023ad_lacp_debug.c 71 be16toh(sysid->lsi_prio),
82 be16toh(portid->lpi_prio),
83 be16toh(portid->lpi_portno));
96 be16toh(peer->lip_key),
168 printf("maxdelay=%d\n", be16toh(du->ldu_collector.lci_maxdelay));
  /src/sys/arch/macppc/stand/fixcoff/
fixcoff.c 155 i = be16toh(*(uint16_t *)fh.f_magic);
160 i = be16toh(*(uint16_t *)fh.f_opthdr);
172 n = be16toh(*(uint16_t *)fh.f_nsect);
  /src/external/bsd/libfido2/dist/openbsd-compat/
openbsd-compat.h 21 #define be16toh(x) OSSwapBigToHostInt16((x)) macro
35 #define be16toh(x) ntohs((x)) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h 31 #define be16toh(x) _byteswap_ushort(x) macro
45 #define be16toh(x) (x) macro
73 #define be16toh(x) OSSwapBigToHostInt16(x) macro
206 # if !defined be16toh
207 # define be16toh(x) betoh(16,(x)) macro
svcb.h 628 smaller_key = be16toh(smaller_key);
722 smaller_key = be16toh(smaller_key);
767 length = be16toh(length);
789 length = be16toh(length);
801 length = be16toh(length);
992 smaller_key = be16toh(smaller_key);
996 length = be16toh(length);
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 28 #ifndef be16toh
29 #define be16toh(x) betoh16(x) macro
35 #endif /* !be16toh */
47 #define be16toh(x) OSSwapBigToHostInt16(x) macro
121 #define be16toh(x) (x) macro
128 #define be16toh(x) bswap_16(x) macro
  /src/sys/fs/efs/
efs_subr.c 73 cksum ^= be16toh(v);
139 cgisize = be16toh(sbp->sb_cgisize);
207 ei->ei_mode = be16toh(ei->ei_di.di_mode); /*same as nbsd*/
208 ei->ei_nlink = be16toh(ei->ei_di.di_nlink);
209 ei->ei_uid = be16toh(ei->ei_di.di_uid);
210 ei->ei_gid = be16toh(ei->ei_di.di_gid);
216 ei->ei_numextents = be16toh(ei->ei_di.di_numextents);
247 s += (ei->ei_mode != be16toh(ei->ei_di.di_mode));
248 s += (ei->ei_nlink != be16toh(ei->ei_di.di_nlink));
249 s += (ei->ei_uid != be16toh(ei->ei_di.di_uid))
    [all...]
efs_vfsops.c 100 if (be16toh(emp->em_sb.sb_dirty) != EFS_SB_CLEAN) {
102 "run fsck_efs(8)\n", be16toh(emp->em_sb.sb_dirty));
329 sbp->f_ffree = be16toh(emp->em_sb.sb_cgisize) *
330 be16toh(emp->em_sb.sb_ncg) *
  /src/sys/dev/ata/
ata_raid_adaptec.c 137 (be16toh(info->configs[0].stripe_sectors) >> 1);
138 aai->aai_width = be16toh(info->configs[0].total_disks);
144 aai->aai_width = be16toh(info->configs[0].total_disks)
157 aai->aai_ndisks = be16toh(info->configs[0].total_disks);
  /src/usr.sbin/installboot/arch/
next68k.c 72 sum += be16toh(*buf++);
126 be16toh(*checksum)) {
161 if (bootsize > be16toh(next68klabel->cd_front) * cd_secsize -
167 fp = be16toh(next68klabel->cd_front);
hp300.c 200 be16toh(label->d_npartitions) > MAXMAXPARTITIONS) {
205 i = be16toh(label->d_npartitions);
hppa.c 170 npart = be16toh(label.l.d_npartitions);
  /src/lib/libc/net/
getservbyport_r.c 69 port = be16toh(port);
  /src/sys/dev/spi/
tmp121.c 155 sreg = (int16_t)be16toh(reg);
  /src/sys/ufs/ffs/
ffs_appleufs.c 98 n->ul_namelen = be16toh(o->ul_namelen);
  /src/lib/libbluetooth/
sdp_session.c 236 pdu.tid = be16toh(pdu.tid);
237 pdu.len = be16toh(pdu.len);
  /src/sys/arch/prep/stand/installboot/
installboot.c 107 if (be16toh(eh.e_machine) != EM_PPC) {
112 for (i = 0; i < be16toh(eh.e_phnum); i++) {
  /src/sys/dev/ic/
tpm.c 208 if (be16toh(response.tag) != TPM_TAG_RSP_COMMAND ||
214 be16toh(response.tag),
307 if (be16toh(response.tag) != TPM2_ST_NO_SESSIONS ||
312 be16toh(response.tag),
552 tag = be16toh(response.hdr.tag);
692 tag = be16toh(response.hdr.tag);
735 nbytes = be16toh(response.randomBytesSize);
  /src/sys/dev/i2c/
dstemp.c 180 ((uint64_t)(be16toh(data) >> 4) * 62500) +
  /src/crypto/external/apache2/openssl/dist/include/openssl/
byteorder.h 47 #define OSSL_BE16TOH(x) be16toh(x)
67 #define OSSL_BE16TOH(x) be16toh(x)

Completed in 24 milliseconds

1 2 3