Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dsuntpi.c114 key = kmem_alloc((nstrpush + 1) * sizeof (uintptr_t), KM_SLEEP); in tpi_makekey()
124 ASSERT(i < nstrpush + 1); in tpi_makekey()
H A Dsad_conf.c158 (apc->apc_npush > nstrpush)) in sad_apc_verify()
/titanic_50/usr/src/cmd/sysdef/
H A Dsysdef.c109 int nstrpush; variable
450 MEMSEEK(pnstrpush); MEMREAD(nstrpush); in main()
452 "(NSTRPUSH)\n", nstrpush); in main()
/titanic_50/usr/src/uts/common/conf/
H A Dparam.c424 int nstrpush = 9; /* maximum # of modules/drivers on a stream */ variable
/titanic_50/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 */
/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c204 if (stp->sd_pushcnt >= nstrpush) { in push_mod()
1893 maxmodstr = nstrpush * (FMNAMESZ + 1); in log_dupioc()
3798 if (stp->sd_pushcnt >= nstrpush) { in strioctl()
4077 if (stp->sd_pushcnt >= nstrpush || pos < 0 || in strioctl()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6083 nmods = MIN(nmods, nstrpush); in socktpi_plumbioctl()