Searched refs:bootpref (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/atari/stand/bootpref/
H A DMakefile3 PROG= bootpref
H A Dbootpref.c1 /* $NetBSD: bootpref.c,v 1.5 2009/03/14 21:04:07 dsl 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_HOSTI
349 getNVpref(int fd, u_char bootpref[]) argument
382 setNVpref(int fd, u_char bootpref[], int set, int verbose) argument
[all...]
/netbsd-current/share/man/man8/man8.atari/
H A DMakefile4 MAN= ahdilabel.8 boot.8 bootpref.8 installboot.8 binpatch.8
/netbsd-current/sys/arch/atari/stand/
H A DMakefile6 SUBDIR= libsa .WAIT ahdilabel binpatch bootpref bootxx bootxxx edahdi \
/netbsd-current/sys/arch/atari/stand/xxboot/ahdi-sdb00t/
H A Dsdb00t.ahdi.S57 0: movb %d5,%d1 | NVRAM bootpref
73 movq #-8,%d1 | bootpref = any
/netbsd-current/sys/arch/atari/stand/xxboot/ahdi-wdb00t/
H A Dwdb00t.ahdi.S53 movb %d5,%d1 | NVRAM bootpref
61 movq #-8,%d1 | bootpref = any
/netbsd-current/sys/arch/atari/stand/installboot/
H A Dinstallboot.c501 static const u_char bootpref = BOOTPREF_NETBSD; local
511 if (write(fd, &bootpref, (size_t)1) != 1)
/netbsd-current/sys/arch/atari/stand/xxboot/sdboot/
H A Dsdboot.S59 bnes exit | bootpref != NetBSD
/netbsd-current/sys/arch/atari/stand/xxboot/wdboot/
H A Dwdboot.S54 bnes exit | bootpref != NetBSD

Completed in 199 milliseconds