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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c32 } bb_header_ext_t; typedef in typeref:struct:_bb_extra_header
192 * encapsulated by a bb_header_ext_t structure.
198 bb_header_ext_t *ext_hdr;
210 ext_hdr = (bb_header_ext_t *)extra;
241 bb_header_ext_t *ext_hdr;
248 ext_hdr = (bb_header_ext_t *)(core_img + ALIGN_UP(core_size, 8));
265 bb_header_ext_t *ext_hdr;
271 ext_hdr = (bb_header_ext_t *)(core_img + ALIGN_UP(core_size, 8));

Completed in 21 milliseconds