Home
last modified time | relevance | path

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

/original-bsd/sys/vax/uba/
H A Dtmscpreg.h71 long ca_cmddsc[NCMD];/* command descriptors */
H A Dudareg.h63 long ca_cmddsc[NCMD];/* command descriptors */
H A Duda.c73 #define NCMD (1 << NCMDL2) macro
86 struct mscp uda_cmd[NCMD]; /* command packets */
111 int cmd[NCMD + 1];
112 } udastats = { NCMD + 1 };
280 mi->mi_cmd.mri_size = NCMD;
1460 for (i = 0, mp = ud->uda_cmd; i < NCMD; i++, mp++) {
H A Dtmscp.c163 #define NCMD (1<<NCMDL2) macro
185 struct mscp tmscp_cmd[NCMD]; /* command packets */
591 for (i = 0; i < NCMD; i++)
946 sc->sc_lastcmd = (i + 1) % NCMD;
/original-bsd/sys/vax/bi/
H A Dkdbreg.h55 long ca_cmddsc[NCMD];/* command descriptors */
H A Dkdb.c60 #define NCMD (1 << NCMDL2) macro
100 #define KI_MAPSIZ (NCMD + 2)
112 struct mscp ki_cmd[NCMD]; /* command packets */
320 mi->mi_cmd.mri_size = NCMD;
1146 for (i = 0, mp = ki->ki_cmd; i < NCMD; i++, mp++) {
/original-bsd/sys/vax/stand/
H A Dtmscp.c60 #define NCMD (1<<NCMDL2) macro
H A Dkdb.c34 #define NCMD 1 macro
H A Duda.c26 #define NCMD 1 macro
/original-bsd/bin/sh/
H A Deval.c242 case NCMD:
520 if (n->type == NCMD) {
856 if (n->type == NCMD && n->ncmd.args)
H A Dshow.c75 case NCMD:
H A Dnodetypes34 NCMD ncmd # a simple command
H A Dparser.c138 if (n2->type == NCMD || n2->type == NPIPE) {
529 n->type = NCMD;
H A Djobs.c959 case NCMD: