Searched refs:lastwrite (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.sbin/fifolog/lib/
H A Dfifolog_write.h64 time_t lastwrite; member in struct:fifolog_writer
H A Dfifolog_write_poll.c175 f->lastwrite = now;
233 f->lastwrite = now;
263 } else if (now >= (int)(f->lastwrite + f->writerate)) {
/freebsd-10.0-release/sys/dev/txp/
H A Dif_txpreg.h544 uint32_t lastwrite; member in struct:txp_cmd_ring
550 uint32_t lastwrite; member in struct:txp_rsp_ring
H A Dif_txp.c1445 sc->sc_cmdring.lastwrite = 0;
1460 sc->sc_rspring.lastwrite = 0;
1585 sc->sc_cmdring.lastwrite = 0;
1586 sc->sc_rspring.lastwrite = 0;
2240 idx = sc->sc_cmdring.lastwrite;
2267 sc->sc_cmdring.lastwrite = idx;
2273 WRITE_REG(sc, TXP_H2A_2, sc->sc_cmdring.lastwrite);
2410 sc->sc_rspring.lastwrite = ridx;
2428 widx = sc->sc_cmdring.lastwrite;

Completed in 115 milliseconds