Searched refs:SwapBytes64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Duefi-dplib.h530 #define SwapBytes64(u64) bswap64(u64) macro
H A Defivar-dp-parse.c1248 *(UINT64 *) (&FibreEx->WWN) = SwapBytes64 (*(UINT64 *) (&FibreEx->WWN));
1249 *(UINT64 *) (&FibreEx->Lun) = SwapBytes64 (*(UINT64 *) (&FibreEx->Lun));
1682 WriteUnaligned64 ((UINT64 *) &SasEx->SasAddress, SwapBytes64 (SasAddress));
1683 WriteUnaligned64 ((UINT64 *) &SasEx->Lun, SwapBytes64 (Lun));
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h3535 SwapBytes64 (

Completed in 178 milliseconds