/src/sys/arch/macppc/stand/installboot/ |
installboot.h | 89 } ib_params; typedef in typeref:struct:__anon551177cf0208 98 int (*setboot) (ib_params *); 99 int (*clearboot) (ib_params *); 106 int (*match) (ib_params *); 107 int (*findstage2) (ib_params *, uint32_t *, ib_block *); 131 int cd9660_match(ib_params *); 132 int cd9660_findstage2(ib_params *, uint32_t *, ib_block *);
|
installboot.h | 89 } ib_params; typedef in typeref:struct:__anon551177cf0208 98 int (*setboot) (ib_params *); 99 int (*clearboot) (ib_params *); 106 int (*match) (ib_params *); 107 int (*findstage2) (ib_params *, uint32_t *, ib_block *); 131 int cd9660_match(ib_params *); 132 int cd9660_findstage2(ib_params *, uint32_t *, ib_block *);
|
/src/usr.sbin/installboot/ |
installboot.h | 112 } ib_params; typedef in typeref:struct:__anon78e59b4b0308 121 int (*setboot) (ib_params *); 122 int (*clearboot) (ib_params *); 123 int (*editboot) (ib_params *); 124 void (*usage) (ib_params *); 132 int (*match) (ib_params *); 133 int (*findstage2) (ib_params *, uint32_t *, ib_block *); 163 int set_sunsum(ib_params *, uint16_t *, uint16_t); 164 int no_setboot(ib_params *); 165 int no_clearboot(ib_params *); [all...] |
installboot.h | 112 } ib_params; typedef in typeref:struct:__anon78e59b4b0308 121 int (*setboot) (ib_params *); 122 int (*clearboot) (ib_params *); 123 int (*editboot) (ib_params *); 124 void (*usage) (ib_params *); 132 int (*match) (ib_params *); 133 int (*findstage2) (ib_params *, uint32_t *, ib_block *); 163 int set_sunsum(ib_params *, uint16_t *, uint16_t); 164 int no_setboot(ib_params *); 165 int no_clearboot(ib_params *); [all...] |