Searched refs:xwd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2103 int xwd = -1; local
2134 xwd = open(XCALWD_DEVFS, O_RDONLY);
2135 if (xwd < 0) {
2138 } else if (ioctl(xwd, XCALWD_STOPWATCHDOG) < 0 ||
2139 ioctl(xwd, XCALWD_STARTWATCHDOG, &to) < 0) {
2142 (void) close(xwd);
2143 xwd = -1;
2163 if (xwd >= 0)
2164 (void) ioctl(xwd, XCALWD_KEEPALIVE);

Completed in 88 milliseconds