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

/illumos-gate/usr/src/uts/common/io/
H A Dsuntpi.c114 key = kmem_alloc((nstrpush + 1) * sizeof (uintptr_t), KM_SLEEP);
124 ASSERT(i < nstrpush + 1);
H A Dsad_conf.c158 (apc->apc_npush > nstrpush))
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c109 int nstrpush; variable
371 pnstrpush = setup("nstrpush");
450 MEMSEEK(pnstrpush); MEMREAD(nstrpush);
452 "(NSTRPUSH)\n", nstrpush);
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c424 int nstrpush = 9; /* maximum # of modules/drivers on a stream */ variable
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h842 extern int nstrpush; /* maximum number of pushes allowed */
H A Dstrsubr.h1266 extern int nstrpush; /* maximum number of pushes allowed */
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c204 if (stp->sd_pushcnt >= nstrpush) {
1889 * Allocate a buffer large enough to hold the names of nstrpush modules
1893 maxmodstr = nstrpush * (FMNAMESZ + 1);
3795 * the same stream will be able to exceed nstrpush.
3798 if (stp->sd_pushcnt >= nstrpush) {
4077 if (stp->sd_pushcnt >= nstrpush || pos < 0 ||
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6111 * Ceiling nmods at nstrpush to prevent someone from
6114 nmods = MIN(nmods, nstrpush);

Completed in 80 milliseconds