Home
last modified time | relevance | path

Searched refs:be32_to_cpus (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/
Dsnapshot.c137 be32_to_cpus(&info->date_sec); in snapshot_info_read()
138 be32_to_cpus(&info->date_nsec); in snapshot_info_read()
140 be32_to_cpus(&info->vm_state_size); in snapshot_info_read()
141 be32_to_cpus(&extra_data_size); in snapshot_info_read()
142 be32_to_cpus(&extra_data_size); in snapshot_info_read()
269 be32_to_cpus(&magic); in snapshot_validate_qcow_file()
270 be32_to_cpus(&version); in snapshot_validate_qcow_file()
301 be32_to_cpus(nb_snapshots); in snapshot_read_qcow_header()
/external/qemu/block/
Dqcow2.c101 be32_to_cpus(&ext.magic); in qcow_read_extensions()
102 be32_to_cpus(&ext.len); in qcow_read_extensions()
148 be32_to_cpus(&header.magic); in qcow_open()
149 be32_to_cpus(&header.version); in qcow_open()
151 be32_to_cpus(&header.backing_file_size); in qcow_open()
153 be32_to_cpus(&header.cluster_bits); in qcow_open()
154 be32_to_cpus(&header.crypt_method); in qcow_open()
156 be32_to_cpus(&header.l1_size); in qcow_open()
158 be32_to_cpus(&header.refcount_table_clusters); in qcow_open()
160 be32_to_cpus(&header.nb_snapshots); in qcow_open()
Dqcow.c101 be32_to_cpus(&header.magic); in qcow_open()
102 be32_to_cpus(&header.version); in qcow_open()
104 be32_to_cpus(&header.backing_file_size); in qcow_open()
105 be32_to_cpus(&header.mtime); in qcow_open()
107 be32_to_cpus(&header.crypt_method); in qcow_open()
Dvpc.c206 be32_to_cpus(&s->pagetable[i]); in vpc_open()
284 be32_to_cpus(&s->pageentry_u32[i]); in get_sector_offset()
/external/kernel-headers/original/linux/byteorder/
Dgeneric.h124 #define be32_to_cpus __be32_to_cpus macro