Home
last modified time | relevance | path

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

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