Searched defs:NMODULES (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrconf.c72 #define NMODULES 16 /* "reasonable" # of modules on a stream */ macro
86 struct str_mlist mlist[NMODULES]; /* modlist for strlist */
94 strlist.sl_nmods = NMODULES;
H A Dstrchg.c77 #define NMODULES 16 /* "reasonable" # of modules to push */ macro
95 static struct str_mlist Oldmods[NMODULES]; /* modlist for Oldlist */
125 struct str_mlist newmods[NMODULES]; /* mod list for new list */
137 Oldlist.sl_nmods = NMODULES;
139 newlist.sl_nmods = NMODULES;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c98 #define NMODULES 32 macro
156 static char tty_modules[NMODULES][FMNAMESZ+1];

Completed in 1023 milliseconds