Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/shark/
H A Dscr.c478 int commandCount; /* number of command bytes sent */ member
1681 sc->commandCount = 0; in t0SendSM()
1684 sc->dataByte = sc->pIoctlT0->command[sc->commandCount]; in t0SendSM()
1700 sc->commandCount++; in t0SendSM()
1701 if (sc->commandCount < CMD_BUF_LEN) in t0SendSM()
1703 sc->dataByte = sc->pIoctlT0->command[sc->commandCount]; in t0SendSM()
1708 ASSERT(sc->commandCount == CMD_BUF_LEN); in t0SendSM()
1984 sc->commandCount = 0; in t0RecvSM()
1991 sc->dataByte = sc->pIoctlT0->command[sc->commandCount]; in t0RecvSM()
2005 sc->commandCount++; in t0RecvSM()
[all …]