/src/usr.sbin/installboot/ |
installboot.h | 117 } ib_block; typedef in typeref:struct:__anon78e59b4b0408 133 int (*findstage2) (ib_params *, uint32_t *, ib_block *); 176 int cd9660_findstage2(ib_params *, uint32_t *, ib_block *); 180 int ext2fs_findstage2(ib_params *, uint32_t *, ib_block *); 184 int ffs_findstage2(ib_params *, uint32_t *, ib_block *); 188 int hardcode_stage2(ib_params *, uint32_t *, ib_block *); 190 int raw_findstage2(ib_params *, uint32_t *, ib_block *);
|
fstypes.c | 82 hardcode_stage2(ib_params *params, uint32_t *maxblk, ib_block *blocks) 141 raw_findstage2(ib_params *params, uint32_t *maxblk, ib_block *blocks)
|
cd9660.c | 108 cd9660_findstage2(ib_params *params, uint32_t *maxblk, ib_block *blocks)
|
ext2fs.c | 370 ib_block *blocks; 421 ext2fs_findstage2(ib_params *params, uint32_t *maxblk, ib_block *blocks)
|
ffs.c | 437 ib_block *blocks; 538 ffs_findstage2(ib_params *params, uint32_t *maxblk, ib_block *blocks)
|
bbinfo.c | 152 ib_block *blocks;
|
/src/sys/arch/macppc/stand/installboot/ |
installboot.h | 94 } ib_block; typedef in typeref:struct:__anon551177cf0308 107 int (*findstage2) (ib_params *, uint32_t *, ib_block *); 132 int cd9660_findstage2(ib_params *, uint32_t *, ib_block *);
|
installboot.c | 67 ib_block *blocks;
|
/src/usr.sbin/installboot/arch/ |
hp300.c | 96 ib_block *blocks;
|