/src/usr.sbin/installboot/ |
machines.c | 75 { "shark", no_setboot, no_clearboot, no_editboot, 0 },
|
installboot.h | 165 int no_clearboot(ib_params *);
|
installboot.c | 504 no_clearboot(ib_params *params) function in typeref:typename:int
|
/src/usr.sbin/installboot/arch/ |
ews4800mips.c | 22 .clearboot = no_clearboot,
|
evbarm.c | 93 return no_clearboot(params);
|
evbmips.c | 93 return no_clearboot(params);
|
riscv.c | 93 return no_clearboot(params);
|
amiga.c | 70 .clearboot = no_clearboot,
|
landisk.c | 59 .clearboot = no_clearboot,
|
i386.c | 81 .clearboot = no_clearboot, 92 .clearboot = no_clearboot,
|
next68k.c | 60 .clearboot = no_clearboot,
|
hp300.c | 76 .clearboot = no_clearboot,
|