Home
last modified time | relevance | path

Searched refs:wd_data (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c96 static wd_data_t wd_data; variable
328 wd_data.wd1_run_state = stat; in wd_picl_update_state()
331 wd_data.wd2_run_state = stat; in wd_picl_update_state()
334 wd_data.wd1_run_state = stat; in wd_picl_update_state()
335 wd_data.wd2_run_state = stat; in wd_picl_update_state()
348 if ((rc = post_wd_state_event(wd_data.wd1_nodehdl, in wd_picl_update_state()
354 if ((rc = post_wd_state_event(wd_data.wd2_nodehdl, in wd_picl_update_state()
361 if ((rc = post_wd_state_event(wd_data.wd1_nodehdl, in wd_picl_update_state()
365 if ((rc = post_wd_state_event(wd_data.wd2_nodehdl, in wd_picl_update_state()
478 if (wd_data.wd1_timeout >= 0) { in wd_arm()
[all …]
/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c474 if (!memcmp(dev->wd_data, interface_start_wd_params, in heci_send_wd()
478 ASSERT(!memcmp(dev->wd_data, interface_stop_wd_params, in heci_send_wd()
483 if (!heci_write_message(dev, heci_hdr, dev->wd_data, heci_hdr->length)) in heci_send_wd()
H A Dio_heci.c457 (void) memcpy(&dev->wd_data[HECI_WD_PARAMS_SIZE], req_msg.data, in heci_ioctl_wd()
464 (void) memcpy(dev->wd_data, &stop_wd_params, in heci_ioctl_wd()
467 (void) memcpy(dev->wd_data, &start_wd_params, in heci_ioctl_wd()
H A Dheci_main.c394 (void) memcpy(dev->wd_data, stop_wd_params, in heci_detach()
1426 (void) memcpy(dev->wd_data, stop_wd_params, in heci_quiesce()
1462 (void) memcpy(device->wd_data, stop_wd_params, in heci_suspend()
1524 (void) memcpy(device->wd_data, start_wd_params, in heci_resume()
1526 (void) memcpy(device->wd_data + HECI_WD_PARAMS_SIZE, in heci_resume()
H A Dheci_init.c974 (void) memcpy(dev->wd_data, stop_wd_params, in host_init_wd()
980 (void) memcpy(dev->wd_data, start_wd_params, in host_init_wd()
982 (void) memcpy(dev->wd_data + HECI_WD_PARAMS_SIZE, in host_init_wd()
H A Dheci_data_structures.h555 unsigned char wd_data[HECI_START_WD_DATA_SIZE]; member