Home
last modified time | relevance | path

Searched refs:c_stat (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/arch/alpha/alpha/
Ddec_6600.c482 switch (cpu->c_stat & EV6_C_STAT_MASK) { in dec_6600_mcheck()
527 printf("%02lx\n", (unsigned long)cpu->c_stat); in dec_6600_mcheck()
532 if ((cpu->c_stat & EV6_C_STAT_MASK) == in dec_6600_mcheck()
/openbsd/src/sys/dev/pci/
Dips.c359 u_int8_t c_stat; /* status byte copy */ member
1440 ccb->c_stat = IPS_STAT_TIMO; in ips_poll()
1539 u_int8_t gsc = IPS_STAT_GSC(ccb->c_stat); in ips_error()
1546 sc->sc_dev.dv_xname, ccb->c_stat, ccb->c_estat, cmd->code, in ips_error()
1602 u_int8_t gsc = IPS_STAT_GSC(ccb->c_stat); in ips_error_xs()
1673 ccb->c_stat = IPS_STAT_BASIC(status); in ips_intr()
1706 ccb->c_stat = IPS_STAT_TIMO; in ips_timeout()
/openbsd/src/sys/arch/alpha/include/
Dlogout.h311 uint64_t c_stat; member