Searched refs:be32toh (Results 1 – 3 of 3) sorted by relevance
303 else if (magic == be32toh(COW_MAGIC)) in read_cow_header()304 version = be32toh(header->v1.version); in read_cow_header()329 *mtime_out = be32toh(header->v2.mtime); in read_cow_header()331 *sectorsize_out = be32toh(header->v2.sectorsize); in read_cow_header()343 *mtime_out = be32toh(header->v3.mtime); in read_cow_header()345 *sectorsize_out = be32toh(header->v3.sectorsize); in read_cow_header()346 *align_out = be32toh(header->v3.alignment); in read_cow_header()373 *mtime_out = (time32_t) be32toh(header->v3_b.mtime); in read_cow_header()376 *sectorsize_out = be32toh(header->v3_b.sectorsize); in read_cow_header()377 *align_out = be32toh(header->v3_b.alignment); in read_cow_header()
11 #ifdef be32toh14 # define be32toh(x) bswap_32(x) macro19 # define be32toh(x) (x) macro67 entry = be32toh(hdr.ehdr32.e_entry); in main()
115 input = be32toh(input); in print4byte()