Searched refs:present_status (Results 1 – 2 of 2) sorted by relevance
309 unsigned char present_status; in check_pcibios() local336 present_status = (pack >> 16) & 0xff; in check_pcibios()339 if (present_status || (signature != PCI_SIGNATURE)) { in check_pcibios()
989 wd_get_wd2_status(int *present_status) in wd_get_wd2_status() argument996 *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() local1029 if ((rc = wd_get_wd2_status(&present_status)) != in wd2_read_status()1035 switch (present_status) { in wd2_read_status()