Home
last modified time | relevance | path

Searched defs:ntohll (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-hw-diags/attn/pel/
H A Dstream.hpp37 inline uint64_t ntohll(uint64_t value) in ntohll() function
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dstream.hpp37 inline uint64_t ntohll(uint64_t value) in ntohll() function
/openbmc/linux/include/scsi/
H A Dfc_frame.h23 #define ntohll(x) be64_to_cpu(x) macro
/openbmc/linux/net/smc/
H A Dsmc.h335 #define ntohll(x) be64_to_cpu(x) macro
/openbmc/qemu/migration/
H A Drdma.c252 static uint64_t ntohll(uint64_t v) in ntohll() function