Searched refs:be64toh (Results 51 - 75 of 87) sorted by relevance

1234

/freebsd-12-stable/usr.bin/mkuzip/
H A Dmkuzip.c311 (u_long)oblk->info.len, (u_long)be64toh(toc[io]));
/freebsd-12-stable/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c71 #define xewtoh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Drping.c247 cb->remote_addr = be64toh(cb->recv_buf.buf);
628 be64toh(info->buf), be32toh(info->rkey), be32toh(info->size));
/freebsd-12-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c749 s->arg[y] = be64toh(ptr[x]);
755 s->arg[y] = be64toh(ptr[x]);
759 s_debug->arg[y] = be64toh(ptr[x]);
765 s_debug->arg[y] = be64toh(ptr[x]);
771 s_debug->arg[y] = be64toh(ptr[x]);
777 s_debug->arg[y] = be64toh(ptr[x]);
788 s_debug->arg[y] = be64toh(ptr[x]);
805 s->arg[y] = be64toh(ptr[x]);
/freebsd-12-stable/sys/geom/uzip/
H A Dg_uzip.c782 sc->toc[i].offset = be64toh(((uint64_t *) (header + 1))[i]);
801 be64toh(((uint64_t *) buf)[i]);
/freebsd-12-stable/usr.bin/fortune/fortune/
H A Dfortune.c1005 Seekpts[0] = be64toh(Seekpts[0]);
1006 Seekpts[1] = be64toh(Seekpts[1]);
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c57 uint64_t node_guid = be64toh(_node_guid);
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_cam.c2041 fc->wwpn = be64toh(wwn);
2044 fc->wwnn = be64toh(wwn);
2165 knob->xport_specific.fc.wwnn = be64toh(wwn);
2169 knob->xport_specific.fc.wwpn = be64toh(wwn);
H A Docs_os.h273 #define ocs_be64toh(v) be64toh(v)
/freebsd-12-stable/sys/dev/liquidio/base/
H A Dlio_console.c910 load_addr = be64toh(h->desc[i].addr);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h149 #define OSAL_BE64_TO_CPU(val) be64toh(val)
/freebsd-12-stable/sys/netgraph/
H A Dng_patch.c500 val.v8 = be64toh(val.v8);
/freebsd-12-stable/sys/powerpc/powernv/
H A Dopal_pci.c636 *addr = be64toh(*addr);
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dqp.c82 memcpy((void *)(unsigned long)be64toh(scat->addr), buf, copy);
348 addr = (void *)(unsigned long)be64toh(dpseg->addr);
H A Dcq.c1186 return be64toh(cq->cqe64->timestamp);
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1117 if (error == EBADMSG && !CHK_PAD_ERR_BIT(be64toh(cpl->data[0])) &&
2772 crp = (struct cryptop *)(uintptr_t)be64toh(cpl->data[1]);
2774 status = be64toh(cpl->data[0]);
/freebsd-12-stable/sys/contrib/libnv/
H A Dnvlist.c1061 nvlhdrp->nvlh_size = be64toh(nvlhdrp->nvlh_size);
1062 nvlhdrp->nvlh_descriptors = be64toh(nvlhdrp->nvlh_descriptors);
H A Dnvpair.c668 nvphdr.nvph_datasize = be64toh(nvphdr.nvph_datasize);
/freebsd-12-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c173 return (be64toh(bus_read_8(res, reg)));
/freebsd-12-stable/sys/netinet/
H A Dsctp_uio.h1158 #define ntohll(x) be64toh(x)
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c521 io->io_hdr.nexus.targ_lun = ctl_decode_lun(be64toh(bhssc->bhssc_lun));
579 io->io_hdr.nexus.targ_lun = ctl_decode_lun(be64toh(bhstmr->bhstmr_lun));
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1339 __func__, stid, tid, synqe, be64toh(opt0), be32toh(opt2));
/freebsd-12-stable/sys/net/
H A Dpfvar.h1415 #define PF_IDHASH(s) (be64toh((s)->id) % (pf_hashmask + 1))
/freebsd-12-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c772 #define ntohll(x) be64toh((x))
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Dcma.c2445 return htobe16((uint16_t) be64toh(((struct sockaddr_ib *) addr)->sib_sid));

Completed in 473 milliseconds

1234