/src/usr.sbin/installboot/ |
fstypes.c | 54 .findstage2 = ffs_findstage2 59 .findstage2 = ffs_findstage2 65 .findstage2 = cd9660_findstage2 72 .findstage2 = raw_findstage2
|
installboot.h | 133 int (*findstage2) (ib_params *, uint32_t *, ib_block *); member in struct:ib_fs
|
bbinfo.c | 248 if (! params->fstype->findstage2(params, &nblk, blocks))
|
/src/sys/arch/macppc/stand/installboot/ |
installboot.h | 107 int (*findstage2) (ib_params *, uint32_t *, ib_block *); member in struct:ib_fs
|
installboot.c | 53 .findstage2 = cd9660_findstage2 182 if (!params->fstype->findstage2(params, &nblk, blocks)) {
|
/src/usr.sbin/installboot/arch/ |
hp300.c | 151 if (!params->fstype->findstage2(params, &nblk, blocks))
|