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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c309 unsigned char present_status; local
336 present_status = (pack >> 16) & 0xff;
339 if (present_status || (signature != PCI_SIGNATURE)) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c989 wd_get_wd2_status(int *present_status) argument
996 *present_status = wd_data.wd2_run_state;
1010 *present_status = WD_ARMED;
1016 *present_status = wd_data.wd2_run_state = WD_EXPIRED;
1027 int present_status, rc; local
1029 if ((rc = wd_get_wd2_status(&present_status)) !=
1035 switch (present_status) {

Completed in 62 milliseconds