Searched refs:default_rtc (Results 1 – 3 of 3) sorted by relevance
50 default_rtc = "/dev/rtc0"51 if not os.path.exists(default_rtc):52 raise error.TestFail('RTC device %s does not exist' % default_rtc)53 default_rtc_device = os.path.basename(default_rtc)
26 static const char default_rtc[] = "/dev/rtc0"; variable32 const char *rtc = default_rtc; in main()
31 static const char default_rtc[] = "/dev/rtc0"; variable39 const char *rtc = default_rtc; in main()