HomeSort by relevance Sort by last modified time
    Searched defs:NMODULES (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/streams/strcmd/
strconf.c 72 #define NMODULES 16 /* "reasonable" # of modules on a stream */
86 struct str_mlist mlist[NMODULES]; /* modlist for strlist */
94 strlist.sl_nmods = NMODULES;
strchg.c 77 #define NMODULES 16 /* "reasonable" # of modules to push */
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;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
sys-solaris.c 98 #define NMODULES 32
156 static char tty_modules[NMODULES][FMNAMESZ+1];
    [all...]

Completed in 3660 milliseconds