Lines Matching refs:le32toh
116 uuid->time_low = le32toh(uuid->time_low); in uuid_letoh()
156 sz = le32toh(hdr->hdr_size); in gpt_checkhdr()
161 crc = le32toh(hdr->hdr_crc_self); in gpt_checkhdr()
168 hdr->hdr_revision = le32toh(hdr->hdr_revision); in gpt_checkhdr()
183 hdr->hdr_entries = le32toh(hdr->hdr_entries); in gpt_checkhdr()
184 hdr->hdr_entsz = le32toh(hdr->hdr_entsz); in gpt_checkhdr()
194 hdr->hdr_crc_table = le32toh(hdr->hdr_crc_table); in gpt_checkhdr()
411 start = le32toh(dp[0].dp_start); in ptable_ebrread()
417 end = le32toh(dp[0].dp_size); in ptable_ebrread()
431 offset = e1->part.start + le32toh(dp[1].dp_start); in ptable_ebrread()
479 if (le32toh(dl->d_magic) != DISKMAGIC && in ptable_bsdread()
480 le32toh(dl->d_magic2) != DISKMAGIC) in ptable_bsdread()
482 if (le32toh(dl->d_secsize) != table->sectorsize) { in ptable_bsdread()
493 raw_offset = le32toh(part[RAW_PART].p_offset); in ptable_bsdread()
502 entry->part.start = le32toh(part->p_offset) - raw_offset; in ptable_bsdread()
504 le32toh(part->p_size) - 1; in ptable_bsdread()