Home
last modified time | relevance | path

Searched refs:rtc_last_off (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/bhyve-tests/tests/kdev/
H A Dpayload_vrtc_ops.c55 static uint8_t rtc_last_off = 0xff; variable
60 if (off != rtc_last_off) { in rtc_read()
62 rtc_last_off = off; in rtc_read()
71 if (off != rtc_last_off) { in rtc_write()
73 rtc_last_off = off; in rtc_write()