Home
last modified time | relevance | path

Searched refs:no_editboot (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/usr.sbin/installboot/arch/
H A Dsun68k.c56 .editboot = no_editboot,
64 .editboot = no_editboot,
H A Dnews.c64 .editboot = no_editboot,
72 .editboot = no_editboot,
H A Dews4800mips.c23 .editboot = no_editboot,
H A Devbmips.c100 return no_editboot(params); in evbmips_editboot()
H A Devbarm.c100 return no_editboot(params); in evbarm_editboot()
H A Dsparc.c72 .editboot = no_editboot,
H A Damiga.c71 .editboot = no_editboot,
H A Dsparc64.c86 .editboot = no_editboot,
H A Dx68k.c66 .editboot = no_editboot,
H A Dmacppc.c74 .editboot = no_editboot,
H A Dlandisk.c60 .editboot = no_editboot,
H A Dhppa.c72 .editboot = no_editboot,
H A Dnext68k.c61 .editboot = no_editboot,
H A Dvax.c107 .editboot = no_editboot,
H A Dhp300.c74 .editboot = no_editboot,
H A Dpmax.c128 .editboot = no_editboot,
H A Dalpha.c128 .editboot = no_editboot,
/netbsd-src/usr.sbin/installboot/
H A Dmachines.c74 { "shark", no_setboot, no_clearboot, no_editboot, 0 },
H A Dinstallboot.h166 int no_editboot(ib_params *);
H A Dinstallboot.c515 no_editboot(ib_params *params) in no_editboot() function