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)
185 i_am_alive = 0;
187 i_am_alive++;
189 (char *)&i_am_alive, sizeof (uint32_t))) {
395 * reason to update i_am_alive here:
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c1919 static uint32_t i_am_alive = 0; local
1925 if (i_am_alive == UINT32_MAX)
1926 i_am_alive = 0;
1928 i_am_alive++;
1931 i_am_alive));
1934 (char *)&i_am_alive, sizeof (uint32_t))) {

Completed in 47 milliseconds