Searched refs:maxmodstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1885 size_t maxmodstr; local
1893 maxmodstr = nstrpush * (FMNAMESZ + 1);
1894 mnp = modnames = kmem_alloc(maxmodstr, KM_NOSLEEP);
1913 maxmodstr = 0;
1930 if (maxmodstr != 0)
1931 kmem_free(modnames, maxmodstr);

Completed in 55 milliseconds