Home
last modified time | relevance | path

Searched refs:bootmenu (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/boot/
H A Dboot.c69 int bootmenu(void);
304 bootmenu(void) in bootmenu() function
443 bootmenu(); in bootmain()
/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Dboot.c235 bootmenu(); /* does not return */ in boot()
247 bootmenu(); /* does not return */ in boot()
409 bootmenu(void) in bootmenu() function
H A Dboot.h51 void bootmenu(void);
H A DMakefile8 SRCS+= boot.c bootinfo.c bootmenu.c conf.c devopen.c diskprobe.c
H A Dbootmenu.c126 bootmenu(); /* does not return */ in doboottypemenu()
/netbsd-src/sys/arch/landisk/stand/boot/
H A Dboot2.c90 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 Dmsg.md.de136 '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 Dmsg.md.en135 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 Dboot2.c386 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 Dmsg.mbr.pl78 message bootmenu
131 {Opoznienie bootmenu: %d\n}
H A Dmsg.mbr.en79 message bootmenu
80 {bootmenu}
H A Dmsg.mbr.es79 message bootmenu
80 {bootmenu}
H A Dmsg.mbr.de80 message bootmenu
H A Dmsg.mbr.fr78 message bootmenu
/netbsd-src/sys/arch/hpcmips/stand/lcboot/
H A Dmain.c824 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 Dmenuutils.c65 bootmenu(void) in bootmenu() function
H A Dlibi386.h111 void bootmenu(void);
H A DMakefile28 SRCS+= biosgetsystime.S cpufunc.S bootmenu.c
H A Dbootmenu.c1 /* $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 Dboot.c348 bootmenu(); /* does not return */ in boot()
354 bootmenu(); /* does not return */ in boot()
373 bootmenu(); /* does not return */ in boot()
H A DMakefile.efiboot20 LIBI386SRCS= biosdisk.c bootinfo.c bootinfo_biosgeom.c bootmenu.c
/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dmain.c49 #include <bootmenu.h>
168 bootmenu(); /* does not return */ in main()
/netbsd-src/sys/arch/i386/stand/dosboot/
H A Dmain.c254 bootmenu(); in main()
/netbsd-src/sys/stand/efiboot/
H A DMakefile.efiboot24 SOURCES+= boot.c bootmenu.c conf.c console.c dev_net.c devopen.c exec.c \
/netbsd-src/sbin/fdisk/
H A Dfdisk.c332 /* [<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