Searched refs:le64toh (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.9.5/gpt-12/
H A Dboot.c101 if (map->map_start == (off_t)le64toh(ent->ent_lba_start)) {
103 (off_t)le64toh(ent->ent_lba_end));
H A Dgpt.h62 #ifndef le64toh
63 #define le64toh(x) OSSwapLittleToHostInt64((x)) macro
H A Dgpt.c533 p = gpt_read(fd, le64toh(hdr->hdr_lba_table), blocks);
541 (long long)le64toh(hdr->hdr_lba_table));
554 m = map_add(le64toh(hdr->hdr_lba_table), blocks, (lba == 1)
567 size = le64toh(ent->ent_lba_end) - le64toh(ent->ent_lba_start) +
574 (long long)le64toh(ent->ent_lba_start),
578 m = map_add(le64toh(ent->ent_lba_start), size,

Completed in 123 milliseconds