HomeSort by: relevance | last modified time | path
    Searched refs:CMD_BUF_LEN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/acorn32/include/
scrio.h 46 #define CMD_BUF_LEN 5
65 unsigned char command[CMD_BUF_LEN]; /* command */
  /src/sys/arch/shark/include/
scrio.h 46 #define CMD_BUF_LEN 5
65 unsigned char command[CMD_BUF_LEN]; /* command */
  /src/sys/arch/shark/shark/
scr.c 1702 if (sc->commandCount < CMD_BUF_LEN)
1709 ASSERT(sc->commandCount == CMD_BUF_LEN);
2007 if (sc->commandCount < CMD_BUF_LEN)
2014 ASSERT(sc->commandCount == CMD_BUF_LEN);

Completed in 16 milliseconds