| /netbsd-src/sys/arch/x68k/stand/boot/ |
| H A D | boot.c | 69 int bootmenu(void); 304 bootmenu(void) in bootmenu() function 443 bootmenu(); in bootmain()
|
| /netbsd-src/sys/arch/zaurus/stand/zboot/ |
| H A D | boot.c | 235 bootmenu(); /* does not return */ in boot() 247 bootmenu(); /* does not return */ in boot() 409 bootmenu(void) in bootmenu() function
|
| H A D | boot.h | 51 void bootmenu(void);
|
| H A D | Makefile | 8 SRCS+= boot.c bootinfo.c bootmenu.c conf.c devopen.c diskprobe.c
|
| H A D | bootmenu.c | 126 bootmenu(); /* does not return */ in doboottypemenu()
|
| /netbsd-src/sys/arch/landisk/stand/boot/ |
| H A D | boot2.c | 90 void bootmenu(void); 252 bootmenu(); /* does not return */ in boot2() 403 bootmenu(void) in bootmenu() function
|
| /netbsd-src/usr.sbin/sysinst/arch/i386/ |
| H A D | msg.md.de | 136 'bootmenu' (Eintrag f�r den NetBSD Bootloader) f�r die aktive Partition und/oder 139 Wollen Sie die Partition zum Hinzuf�gen eines 'bootmenu' Eintrages 144 {Sie haben eine erweiterte Partition in das 'bootmenu' eingetragen. 146 Version des 'bootmenu' Codes nicht zu unterst�tzen.
|
| H A D | msg.md.en | 135 specified a 'bootmenu' for either the active partition, or the 138 Do you want to re-edit the partition to add a bootmenu entry?} 141 {You have requested that an extended partition be included in the bootmenu. 143 by that version of the bootmenu code.
|
| /netbsd-src/sys/arch/i386/stand/boot/ |
| H A D | boot2.c | 386 bootmenu(); /* does not return */ in boot2() 392 bootmenu(); /* does not return */ in boot2() 411 bootmenu(); /* does not return */ in boot2()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | msg.mbr.pl | 78 message bootmenu 131 {Opoznienie bootmenu: %d\n}
|
| H A D | msg.mbr.en | 79 message bootmenu 80 {bootmenu}
|
| H A D | msg.mbr.es | 79 message bootmenu 80 {bootmenu}
|
| H A D | msg.mbr.de | 80 message bootmenu
|
| H A D | msg.mbr.fr | 78 message bootmenu
|
| /netbsd-src/sys/arch/hpcmips/stand/lcboot/ |
| H A D | main.c | 824 bootmenu(void) in bootmenu() function 913 bootmenu(); /* does not return */ in main() 921 bootmenu(); in main()
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | menuutils.c | 65 bootmenu(void) in bootmenu() function
|
| H A D | libi386.h | 111 void bootmenu(void);
|
| H A D | Makefile | 28 SRCS+= biosgetsystime.S cpufunc.S bootmenu.c
|
| H A D | bootmenu.c | 1 /* $NetBSD: bootmenu.c,v 1.20 2024/11/27 17:19:37 martin Exp $ */ 41 #include <bootmenu.h> 202 bootmenu(); /* does not return */
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | boot.c | 348 bootmenu(); /* does not return */ in boot() 354 bootmenu(); /* does not return */ in boot() 373 bootmenu(); /* does not return */ in boot()
|
| H A D | Makefile.efiboot | 20 LIBI386SRCS= biosdisk.c bootinfo.c bootinfo_biosgeom.c bootmenu.c
|
| /netbsd-src/sys/arch/i386/stand/pxeboot/ |
| H A D | main.c | 49 #include <bootmenu.h> 168 bootmenu(); /* does not return */ in main()
|
| /netbsd-src/sys/arch/i386/stand/dosboot/ |
| H A D | main.c | 254 bootmenu(); in main()
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | Makefile.efiboot | 24 SOURCES+= boot.c bootmenu.c conf.c console.c dev_net.c devopen.c exec.c \
|
| /netbsd-src/sbin/fdisk/ |
| H A D | fdisk.c | 332 /* [<sysid>][/[<start>][/[<size>][/[<bootmenu>]]]] */ 658 "[-s [id][/[start][/[size][/bootmenu]]]] \\\n" in main() 851 printf("%*s bootmenu: %s\n", indent, "", in print_mbr_partition() 2004 char *bootmenu) in check_ext_overlap() 2046 if (bootmenu != NULL) in change_part() 2047 strlcpy(tmp_bootmenu, bootmenu, bootmenu_len); in change_part() 2207 string("bootmenu", bootmenu_len, tmp_bootmenu); in change_part() 2021 change_part(int extended,int part,int sysid,daddr_t start,daddr_t size,char * bootmenu) change_part() argument
|