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

/netbsd-current/sys/arch/atari/stand/bootpref/
H A Dbootpref.c44 static u_char readNVRAM(int, int);
94 bootpref[ARRAY_VID2] = readNVRAM (fd, NVRAM_VID2);
95 bootpref[ARRAY_VID1] = readNVRAM (fd, NVRAM_VID1);
324 readNVRAM (int fd, int pos) function
353 showOS (readNVRAM (fd, NVRAM_BOOTPREF));
355 printf ("Boot delay is %d seconds\n", readNVRAM (fd, NVRAM_BOOTDLY));
358 showLang (readNVRAM (fd, NVRAM_LANG));
361 showKbdLang (readNVRAM (fd, NVRAM_KBDLANG));
364 if (readNVRAM (fd, NVRAM_HOSTID) & HOSTID_VALID) {
365 printf ("%d\n", readNVRAM (f
[all...]

Completed in 143 milliseconds