Searched defs:image_hdr (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c193 static struct image_hdr { struct
201 u32 offset_to_image_data; /* From start of image_hdr. */
202 } __attribute__((__packed__)) image_hdr; variable in typeref:struct:image_hdr
209 (offsetof(struct image_hdr, offset_to_image_data))
212 (offsetof(typeof(image_hdr), offset_to_image_data))
575 u32 csize = le32_to_cpu(image_hdr.cluster_size);
692 if (write_all(&fd_out, &image_hdr,
693 image_hdr.offset_to_image_data) == -1)
736 s32 csize = le32_to_cpu(image_hdr.cluster_size);
744 sle64_to_cpu(image_hdr
[all...]

Completed in 25 milliseconds