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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6088 struct str_list kstrlist; local
6117 kstrlist.sl_nmods = nmods;
6118 kstrlist.sl_modlist = kmem_zalloc(kstrlistsize, KM_SLEEP);
6120 error = strioctl(vp, cmd, (intptr_t)&kstrlist, mode, K_TO_K,
6133 for (i = kstrlist.sl_nmods; i > sti->sti_pushcnt; i--)
6134 kstrlist.sl_modlist[i] = kstrlist.sl_modlist[i - 1];
6136 (void) strcpy(kstrlist.sl_modlist[i].l_name, sockmod_name);
6137 kstrlist.sl_nmods++;
6142 kmlistp = kstrlist
[all...]

Completed in 270 milliseconds