Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c177 f->lastwrite = now; in fifolog_write_open()
235 f->lastwrite = now; in fifolog_write_output()
265 } else if (now >= (int)(f->lastwrite + f->writerate)) { in fifolog_write_gzip()
H A Dfifolog_write.h66 time_t lastwrite; member
/freebsd-12.1/sys/dev/txp/
H A Dif_txpreg.h542 uint32_t lastwrite; member
548 uint32_t lastwrite; member
H A Dif_txp.c1451 sc->sc_cmdring.lastwrite = 0; in txp_alloc_rings()
1466 sc->sc_rspring.lastwrite = 0; in txp_alloc_rings()
1591 sc->sc_cmdring.lastwrite = 0; in txp_init_rings()
1592 sc->sc_rspring.lastwrite = 0; in txp_init_rings()
2256 idx = sc->sc_cmdring.lastwrite; in txp_ext_command()
2283 sc->sc_cmdring.lastwrite = idx; in txp_ext_command()
2289 WRITE_REG(sc, TXP_H2A_2, sc->sc_cmdring.lastwrite); in txp_ext_command()
2426 sc->sc_rspring.lastwrite = ridx; in txp_rsp_fixup()
2444 widx = sc->sc_cmdring.lastwrite; in txp_cmd_desc_numfree()