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

/illumos-gate/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;
331 wd_data.wd2_run_state = stat;
334 wd_data.wd1_run_state = stat;
335 wd_data.wd2_run_state = stat;
348 if ((rc = post_wd_state_event(wd_data.wd1_nodehdl,
354 if ((rc = post_wd_state_event(wd_data.wd2_nodehdl,
361 if ((rc = post_wd_state_event(wd_data.wd1_nodehdl,
365 if ((rc = post_wd_state_event(wd_data.wd2_nodehdl,
478 if (wd_data
[all...]
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c474 if (!memcmp(dev->wd_data, interface_start_wd_params,
478 ASSERT(!memcmp(dev->wd_data, interface_stop_wd_params,
483 if (!heci_write_message(dev, heci_hdr, dev->wd_data, heci_hdr->length))
H A Dheci_main.c394 (void) memcpy(dev->wd_data, stop_wd_params,
1426 (void) memcpy(dev->wd_data, stop_wd_params,
1462 (void) memcpy(device->wd_data, stop_wd_params,
1524 (void) memcpy(device->wd_data, start_wd_params,
1526 (void) memcpy(device->wd_data + HECI_WD_PARAMS_SIZE,
H A Dheci_data_structures.h554 uint16_t wd_timeout; /* seconds ((wd_data[1] << 8) + wd_data[0]) */
555 unsigned char wd_data[HECI_START_WD_DATA_SIZE]; member in struct:iamt_heci_device
H A Dheci_init.c974 (void) memcpy(dev->wd_data, stop_wd_params,
980 (void) memcpy(dev->wd_data, start_wd_params,
982 (void) memcpy(dev->wd_data + HECI_WD_PARAMS_SIZE,
H A Dio_heci.c457 (void) memcpy(&dev->wd_data[HECI_WD_PARAMS_SIZE], req_msg.data,
464 (void) memcpy(dev->wd_data, &stop_wd_params,
467 (void) memcpy(dev->wd_data, &start_wd_params,

Completed in 71 milliseconds