Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodsg.c65 static uint32_t i_am_alive = 0; variable
184 if (i_am_alive == UINT32_MAX) in update_heartbeat()
185 i_am_alive = 0; in update_heartbeat()
187 i_am_alive++; in update_heartbeat()
189 (char *)&i_am_alive, sizeof (uint32_t))) { in update_heartbeat()
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c1919 static uint32_t i_am_alive = 0; in ntwdt_pat_hw_watchdog() local
1925 if (i_am_alive == UINT32_MAX) in ntwdt_pat_hw_watchdog()
1926 i_am_alive = 0; in ntwdt_pat_hw_watchdog()
1928 i_am_alive++; in ntwdt_pat_hw_watchdog()
1931 i_am_alive)); in ntwdt_pat_hw_watchdog()
1934 (char *)&i_am_alive, sizeof (uint32_t))) { in ntwdt_pat_hw_watchdog()