Searched refs:bmp_file (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dsplash.c23 struct bmp_file { struct
55 struct bmp_file *file;
60 if (size < sizeof(struct bmp_file) + sizeof(struct bmp_dib))
64 file = (struct bmp_file *)bmp;
73 dib = (struct bmp_dib *)(bmp + sizeof(struct bmp_file));
105 map = (struct bmp_map *)(bmp + sizeof(struct bmp_file) + dib->size);
106 if (file->offset < sizeof(struct bmp_file) + dib->size)
109 if (file->offset > sizeof(struct bmp_file) + dib->size) {
129 map_size = file->offset - (sizeof(struct bmp_file) + dib->size);

Completed in 650 milliseconds