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

/opensolaris-onvv-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))
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/common/conf/
H A Dparam.c421 int nstrpush = 9; /* maximum # of modules/drivers on a stream */ variable
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dstream.h841 extern int nstrpush; /* maximum number of pushes allowed */
H A Dstrsubr.h1266 extern int nstrpush; /* maximum number of pushes allowed */
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dstreamio.c203 if (stp->sd_pushcnt >= nstrpush) {
1888 * Allocate a buffer large enough to hold the names of nstrpush modules
1892 maxmodstr = nstrpush * (FMNAMESZ + 1);
3794 * the same stream will be able to exceed nstrpush.
3797 if (stp->sd_pushcnt >= nstrpush) {
4076 if (stp->sd_pushcnt >= nstrpush || pos < 0 ||
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6064 * Ceiling nmods at nstrpush to prevent someone from
6067 nmods = MIN(nmods, nstrpush);

Completed in 203 milliseconds