HomeSort by: relevance | last modified time | path
    Searched defs:NCMD (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
tmscp.c 30 #define NCMD 0 /* Kludge */
ra.c 30 #define NCMD 1 /* Kludge */
  /src/sys/dev/mscp/
mscpreg.h 84 #define NCMD (1 << NCMDL2)
99 long ca_cmddsc[NCMD];/* command descriptors */
119 * NRSP and NCMD must be defined before this struct is used.
125 struct mscp mp_cmd[NCMD]; /* command packets */
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 59 #define NCMD 1 /* Kludge */
  /src/sys/dev/pckbport/
pckbport.c 69 #define NCMD 5
70 struct pckbport_devcmd cmds[NCMD];
187 for (i = 0; i < NCMD; i++)

Completed in 12 milliseconds