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

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c83 static int wd_fd = -1; /* fd used to send watchdog commands */ variable
400 if ((rc = smc_send_msg(wd_fd, &req_pkt, &rsp_pkt,
450 if ((rc = smc_send_msg(wd_fd, &req_pkt, &rsp_pkt,
459 if ((rc = smc_send_msg(wd_fd, &req_pkt, &rsp_pkt,
735 if ((rc = smc_send_msg(wd_fd, &req_pkt, &rsp_pkt,
1411 if ((wd_fd = open(SMC_NODE, attr)) < 0) {
1420 cc = wd_ioctl(wd_fd, SCIOC_MSG_SPEC, 3,
1426 return (wd_fd);
1532 if (wd_fd < 0) {
1533 if ((wd_fd
[all...]

Completed in 43 milliseconds