| /src/sys/arch/i386/stand/lib/ | 
| menuutils.c | 65 bootmenu(void)  function in typeref:typename:__dead void 
 | 
| bootmenu.c | 1 /*	$NetBSD: bootmenu.c,v 1.21 2025/05/06 18:16:12 pgoyette Exp $	*/ 41 #include <bootmenu.h>
 206 			bootmenu(); /* does not return */
 
 | 
| Makefile | 28 SRCS+= biosgetsystime.S cpufunc.S bootmenu.c 
 | 
| libi386.h | 113 void bootmenu(void); 
 | 
| /src/sys/arch/zaurus/stand/zboot/ | 
| boot.h | 51 void bootmenu(void); 
 | 
| Makefile | 8 SRCS+=		boot.c bootinfo.c bootmenu.c conf.c devopen.c diskprobe.c 
 | 
| bootmenu.c | 1 /*	$NetBSD: bootmenu.c,v 1.5 2016/06/11 06:58:42 dholland Exp $	*/ 35 #include "bootmenu.h"
 126 			bootmenu(); /* does not return */
 
 | 
| boot.c | 34 #include "bootmenu.h" 235 			bootmenu(); /* does not return */
 247 	bootmenu(); /* does not return */
 292  * bootmenu
 409 bootmenu(void)  function in typeref:typename:void
 
 | 
| /src/usr.sbin/sysinst/ | 
| msg.mbr.en | 42 message mbr_part_header_3	{Bootmenu} 79 message bootmenu
 80 {bootmenu}
 
 | 
| msg.mbr.es | 42 message mbr_part_header_3	{Bootmenu} 79 message bootmenu
 80 {bootmenu}
 
 | 
| msg.mbr.fr | 78 message bootmenu 
 | 
| msg.mbr.pl | 78 message bootmenu 131 {Opoznienie bootmenu: %d\n}
 
 | 
| msg.mbr.de | 80 message bootmenu 
 | 
| /src/sys/arch/i386/stand/pxeboot/ | 
| main.c | 49 #include <bootmenu.h> 168 		bootmenu(); /* does not return */
 185  * sys/arch/i386/stand/lib/bootmenu.c:do_bootcfg_command()
 
 | 
| /src/sys/arch/i386/stand/boot/ | 
| boot2.c | 81 #include <bootmenu.h> 383 			bootmenu(); /* does not return */
 389 			    bootmenu(); /* does not return */
 408 	bootmenu();	/* does not return */
 
 | 
| /src/sys/arch/landisk/stand/boot/ | 
| boot2.c | 90 void bootmenu(void); 252 			bootmenu(); /* does not return */
 403 bootmenu(void)  function in typeref:typename:void
 
 | 
| /src/sys/arch/x68k/stand/boot/ | 
| boot.c | 69 int bootmenu(void); 304 bootmenu(void)  function in typeref:typename:int
 450 	bootmenu();
 
 | 
| /src/usr.sbin/sysinst/arch/i386/ | 
| 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.
 
 | 
| /src/sys/arch/hpcmips/stand/lcboot/ | 
| main.c | 824 bootmenu(void)  function in typeref:typename:void 913 		bootmenu(); /* does not return */
 921 	bootmenu();
 
 | 
| /src/sys/arch/i386/stand/efiboot/ | 
| boot.c | 37 #include "bootmenu.h" 355 			bootmenu(); /* does not return */
 361 			    bootmenu(); /* does not return */
 380 	bootmenu();	/* does not return */
 
 | 
| /src/sys/arch/i386/stand/dosboot/ | 
| main.c | 254 		bootmenu(); 
 | 
| /src/sbin/fdisk/ | 
| fdisk.c | 332 /* [<sysid>][/[<start>][/[<size>][/[<bootmenu>]]]] */ 658 		"[-s [id][/[start][/[size][/bootmenu]]]] \\\n"
 851 		printf("%*s    bootmenu: %s\n", indent, "",
 2004 	char *bootmenu)
 2046 	if (bootmenu != NULL)
 2047 		strlcpy(tmp_bootmenu, bootmenu, bootmenu_len);
 2207 				string("bootmenu", bootmenu_len, tmp_bootmenu);
 
 |