str_mlist
strlist.sl_modlist = malloc(sizeof (struct str_mlist) * nmods);
strlist.sl_modlist = malloc(sizeof (struct str_mlist) *
strlist.sl_modlist = malloc(sizeof (struct str_mlist) * num_mods);
struct str_mlist newmods[NMODULES]; /* mod list for new list */
struct str_mlist *modp;
if ((modp = calloc(n, sizeof (struct str_mlist))) == NULL) {
static struct str_mlist Oldmods[NMODULES]; /* modlist for Oldlist */
struct str_mlist *modp;
if ((modp = calloc(n, sizeof (struct str_mlist))) == NULL) {
struct str_mlist mlist[NMODULES]; /* modlist for strlist */
struct str_mlist list;
offset += sizeof (struct str_mlist);
struct str_mlist list;
offset += sizeof (struct str_mlist);
struct str_mlist newmods[NSTRPUSH]; /* modlist for newlist */
struct str_mlist *kmlistp, *umlistp;
kstrlistsize = (nmods + 1) * sizeof (struct str_mlist);
sizeof (struct str_mlist), mode & FKIOCTL);
struct str_mlist *lp;
mcopyin(mp, (void *)GETLIST, nmods * sizeof (struct str_mlist),
lp = (struct str_mlist *)mp->b_cont->b_rptr;
struct str_mlist *mlist;
struct str_mlist *sl_modlist;