Searched refs:hardcode_stage2 (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.sbin/installboot/ |
| D | fstypes.c | 82 hardcode_stage2(ib_params *params, uint32_t *maxblk, ib_block *blocks) in hardcode_stage2() function 153 return (hardcode_stage2(params, maxblk, blocks)); in raw_findstage2()
|
| D | installboot.h | 188 int hardcode_stage2(ib_params *, uint32_t *, ib_block *);
|
| D | cd9660.c | 126 return hardcode_stage2(params, maxblk, blocks); in cd9660_findstage2()
|
| D | ext2fs.c | 433 return hardcode_stage2(params, maxblk, blocks); in ext2fs_findstage2()
|
| D | ffs.c | 550 return (hardcode_stage2(params, maxblk, blocks)); in ffs_findstage2()
|