Searched refs:cmd_active (Results 1 – 2 of 2) sorted by relevance
103 int cmd_active; member194 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()
86 int cmd_active; member