Searched refs:editboot (Results 1 – 20 of 20) sorted by relevance
| /netbsd-src/usr.sbin/installboot/arch/ |
| H A D | sun68k.c | 56 .editboot = no_editboot, 64 .editboot = no_editboot,
|
| H A D | news.c | 64 .editboot = no_editboot, 72 .editboot = no_editboot,
|
| H A D | ews4800mips.c | 23 .editboot = no_editboot,
|
| H A D | evbmips.c | 58 .editboot = evbmips_editboot,
|
| H A D | evbarm.c | 58 .editboot = evbarm_editboot,
|
| H A D | sparc.c | 72 .editboot = no_editboot,
|
| H A D | amiga.c | 71 .editboot = no_editboot,
|
| H A D | sparc64.c | 86 .editboot = no_editboot,
|
| H A D | x68k.c | 66 .editboot = no_editboot,
|
| H A D | i386.c | 82 .editboot = i386_editboot, 93 .editboot = i386_editboot,
|
| H A D | macppc.c | 74 .editboot = no_editboot,
|
| H A D | landisk.c | 60 .editboot = no_editboot,
|
| H A D | hppa.c | 72 .editboot = no_editboot,
|
| H A D | next68k.c | 61 .editboot = no_editboot,
|
| H A D | vax.c | 107 .editboot = no_editboot,
|
| H A D | hp300.c | 74 .editboot = no_editboot,
|
| H A D | pmax.c | 128 .editboot = no_editboot,
|
| H A D | alpha.c | 128 .editboot = no_editboot,
|
| /netbsd-src/usr.sbin/installboot/ |
| H A D | installboot.h | 123 int (*editboot) (ib_params *); member
|
| H A D | installboot.c | 350 rv = params->machine->editboot(params); in main()
|