OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootpref
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/atari/stand/bootpref/
bootpref.c
1
/* $NetBSD:
bootpref
.c,v 1.6 2009/03/17 00:18:40 he Exp $ */
39
#include "
bootpref
.h"
90
u_char
bootpref
[] = {0, 0, 0, 0, 0, 0, 0, 0, 0};
local
94
bootpref
[ARRAY_VID2] = readNVRAM (fd, NVRAM_VID2);
95
bootpref
[ARRAY_VID1] = readNVRAM (fd, NVRAM_VID1);
103
if (checkOS (&
bootpref
[ARRAY_OS], optarg))
109
if (checkInt (&
bootpref
[ARRAY_BOOTDLY], optarg,
116
if (checkKbdLang (&
bootpref
[ARRAY_KBDLANG], optarg))
122
if (checkLang (&
bootpref
[ARRAY_LANG], optarg))
128
if (checkInt (&
bootpref
[ARRAY_HOSTID], optarg
[
all
...]
bootpref.c
1
/* $NetBSD:
bootpref
.c,v 1.6 2009/03/17 00:18:40 he Exp $ */
39
#include "
bootpref
.h"
90
u_char
bootpref
[] = {0, 0, 0, 0, 0, 0, 0, 0, 0};
local
94
bootpref
[ARRAY_VID2] = readNVRAM (fd, NVRAM_VID2);
95
bootpref
[ARRAY_VID1] = readNVRAM (fd, NVRAM_VID1);
103
if (checkOS (&
bootpref
[ARRAY_OS], optarg))
109
if (checkInt (&
bootpref
[ARRAY_BOOTDLY], optarg,
116
if (checkKbdLang (&
bootpref
[ARRAY_KBDLANG], optarg))
122
if (checkLang (&
bootpref
[ARRAY_LANG], optarg))
128
if (checkInt (&
bootpref
[ARRAY_HOSTID], optarg
[
all
...]
/src/sys/arch/atari/stand/installboot/
installboot.c
498
static const u_char
bootpref
= BOOTPREF_NETBSD;
local
508
if (write(fd, &
bootpref
, (size_t)1) != 1)
installboot.c
498
static const u_char
bootpref
= BOOTPREF_NETBSD;
local
508
if (write(fd, &
bootpref
, (size_t)1) != 1)
Completed in 32 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026