Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/dreamcast/dev/
H A Dgdrom.c103 int cmd_active; member
194 if (!sc->cmd_active) { in gdrom_intr()
226 sc->cmd_active = 0; in gdrom_intr()
227 wakeup(&sc->cmd_active); in gdrom_intr()
263 sc->cmd_active = 1; in gdrom_do_command()
268 while (sc->cmd_active) in gdrom_do_command()
269 tsleep(&sc->cmd_active, PRIBIO, "gdrom", 0); in gdrom_do_command()
/netbsd-src/sys/arch/dreamcast/dev/g1/
H A Dgdrom.c86 int cmd_active; member