Searched defs:timeout1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c476 uint8_t timeout1[2]; local
490 timeout1[0] = wd_time1 >> 8; /* MSB */
491 timeout1[1] = wd_time1 & 0x00ff; /* LSB */
519 wd_time2, timeout1, patting_option);
1155 state->timeout1[0] = buffer[5]; /* MSB */
1156 state->timeout1[1] = buffer[4]; /* LSB */
1198 tmp1 = state.timeout1[0] << 8;
1199 tmp2 = state.timeout1[1];
1214 tmp1 = state.timeout1[0] << 8;
1215 tmp2 = state.timeout1[
1262 int32_t timeout1 = 0; local
[all...]
H A Dpiclwatchdog.h179 uint8_t timeout1[2]; member in struct:__anon1233

Completed in 46 milliseconds