Home
last modified time | relevance | path

Searched refs: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.c58 .editboot = evbmips_editboot,
H A Devbarm.c58 .editboot = 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 Di386.c82 .editboot = i386_editboot,
93 .editboot = i386_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 Dinstallboot.h123 int (*editboot) (ib_params *); member
H A Dinstallboot.c350 rv = params->machine->editboot(params); in main()