Home
last modified time | relevance | path

Searched refs:LE_32 (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c655 len_t headerSize = (len_t)LE_32(efi->efi_gpt_HeaderSize); in check_label()
665 crc != LE_32(efi_crc32((unsigned char *)efi, headerSize))) { in check_label()
669 crc, LE_32(efi_crc32((unsigned char *)efi, in check_label()
814 LE_32(efi->efi_gpt_NumberOfPartitionEntries); in efi_read()
881 vtoc->efi_version = LE_32(efi->efi_gpt_Revision); in efi_read()
883 vtoc->efi_part_size = LE_32(efi->efi_gpt_SizeOfPartitionEntry); in efi_read()
1503 LE_32(efi_crc32((unsigned char *)efi_parts, in efi_write()
1506 LE_32(efi_crc32((unsigned char *)efi, in efi_write()
1507 LE_32(efi->efi_gpt_HeaderSize))); in efi_write()
1559 LE_32(efi_crc32((unsigned char *)dk_ioc.dki_data, in efi_write()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dbyteorder.h70 #define LE_32(x) BSWAP_32(x) macro
75 #define LE_32(x) BMASK_32(x) macro
H A Duuid.h85 (dest).time_low = LE_32((dest).time_low); \
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h85 #define LE_32(x) BSWAP_32(x) macro
90 #define LE_32(x) BMASK_32(x)
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Duuid.h85 (dest).time_low = LE_32((dest).time_low); \
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h116 #define LE_32(x) BSWAP_32(x) macro
121 #define LE_32(x) BMASK_32(x)
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h45 #define LE_32(x) cpu_to_le32(x) macro