Searched refs:LE_32 (Results 1 – 7 of 7) sorted by relevance
655 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 …]
70 #define LE_32(x) BSWAP_32(x) macro75 #define LE_32(x) BMASK_32(x) macro
85 (dest).time_low = LE_32((dest).time_low); \
85 #define LE_32(x) BSWAP_32(x) macro90 #define LE_32(x) BMASK_32(x)
116 #define LE_32(x) BSWAP_32(x) macro121 #define LE_32(x) BMASK_32(x)
45 #define LE_32(x) cpu_to_le32(x) macro