Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dstream.hpp26 inline uint64_t htonll(uint64_t value) in htonll() function
/openbmc/openpower-hw-diags/attn/pel/
H A Dstream.hpp26 inline uint64_t htonll(uint64_t value) in htonll() function
/openbmc/linux/include/scsi/
H A Dfc_frame.h24 #define htonll(x) cpu_to_be64(x) macro
/openbmc/linux/net/smc/
H A Dsmc.h334 #define htonll(x) cpu_to_be64(x) macro
/openbmc/qemu/migration/
H A Drdma.c242 static uint64_t htonll(uint64_t v) in htonll() function