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

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.h53 } bblk_einfo_t; typedef in typeref:struct:_extended_info
83 void print_einfo(uint8_t, bblk_einfo_t *, unsigned long);
86 boolean_t einfo_should_update(bblk_einfo_t *, bblk_hs_t *, char *);
87 char *einfo_get_string(bblk_einfo_t *);
88 char *einfo_get_hash(bblk_einfo_t *);
H A Dmboot_extra.h50 bblk_einfo_t *find_einfo(char *, uint32_t);
H A Dmboot_extra.c110 bblk_einfo_t *
114 bblk_einfo_t *einfo;
140 einfo = (bblk_einfo_t *)(extra + sizeof (bb_header_ext_t));
H A Dbblk_einfo.c187 print_einfo(uint8_t flags, bblk_einfo_t *einfo, unsigned long bufsize)
271 bblk_einfo_t *einfo = (bblk_einfo_t *)dest;
280 hash_off = sizeof (bblk_einfo_t);
334 einfo_should_update(bblk_einfo_t *disk_einfo, bblk_hs_t *hs, char *verstr)
399 einfo_get_string(bblk_einfo_t *einfo)
408 einfo_get_hash(bblk_einfo_t *einfo)
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c264 bblk_einfo_t *einfo;
676 bblk_einfo_t *einfo;
767 bblk_einfo_t *einfo_curr = NULL;
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c324 bblk_einfo_t *einfo;
325 bblk_einfo_t *einfo_file;
1302 bblk_einfo_t *einfo;
1383 bblk_einfo_t *einfo_curr = NULL;
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c372 bblk_einfo_t *einfo;
459 bblk_einfo_t *einfo_curr = NULL;
1293 bblk_einfo_t *einfo;

Completed in 292 milliseconds