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

/netbsd-current/sys/arch/atari/stand/bootpref/
H A Dbootpref.c77 #define ARRAY_DATIME 4 macro
135 if (checkDateFmt (&bootpref[ARRAY_DATIME], optarg))
144 bootpref[ARRAY_DATIME] &= ~DATIME_24H;
153 bootpref[ARRAY_DATIME] |= DATIME_24H;
428 writeNVRAM (fd, NVRAM_DATIME, bootpref[ARRAY_DATIME]);

Completed in 129 milliseconds