Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/mscp/
Dmscpreg.h84 #define NCMD (1 << NCMDL2) macro
99 long ca_cmddsc[NCMD];/* command descriptors */
125 struct mscp mp_cmd[NCMD]; /* command packets */
Dmscp_subr.c222 mi->mi_cmd.mri_size = NCMD; in mscp_attach()
234 for (i = 0; i < NCMD; i++) { in mscp_attach()
484 for (i = 0, mp = ud->mp_cmd; i < NCMD; i++, mp++) { in mscp_initds()
Dmscpvar.h217 struct mscp_xi mi_xi[NCMD];
Dmscp.c364 if (mp->mscp_cmdref >= NCMD) { in mscp_dorsp()
/netbsd/src/sys/dev/pckbport/
Dpckbport.c69 #define NCMD 5 macro
70 struct pckbport_devcmd cmds[NCMD];
187 for (i = 0; i < NCMD; i++) in pckbport_init_slotdata()
/netbsd/src/sys/arch/vax/boot/boot/
Dtmscp.c30 #define NCMD 0 /* Kludge */ macro
Dra.c30 #define NCMD 1 /* Kludge */ macro
/netbsd/src/sys/arch/vax/boot/xxboot/
Dbootxx.c59 #define NCMD 1 /* Kludge */ macro
/netbsd/src/bin/sh/
Deval.c374 case NCMD: in evaltree()
788 if (n->type == NCMD) { in evalbackcmd()
1539 if (n && n->type == NCMD && n->ncmd.args) in prehash()
Dnodetypes56 NCMD ncmd # a simple command
Dparser.c199 if (n2->type == NCMD || n2->type == NPIPE) in list()
706 n->type = NCMD; in simplecmd()
Dshow.c345 case NCMD: in shtree()
Djobs.c1979 case NCMD: in cmdtxt()