Home
last modified time | relevance | path

Searched refs:sti_pushcnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h140 short sti_pushcnt; /* Number of modules above "sockmod" */ member
H A Dsocktpi.c5965 sti->sti_pushcnt++; in socktpi_plumbioctl()
5969 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
5978 sti->sti_pushcnt--; in socktpi_plumbioctl()
6028 for (i = kstrlist.sl_nmods; i > sti->sti_pushcnt; i--) in socktpi_plumbioctl()
6055 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
6577 sti->sti_pushcnt = 0; in sotpi_info_init()
H A Dsockstr.c307 sti->sti_pushcnt = 0; in so_stream2sock()