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.c5971 sti->sti_pushcnt++; in socktpi_plumbioctl()
5975 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
5984 sti->sti_pushcnt--; in socktpi_plumbioctl()
6034 for (i = kstrlist.sl_nmods; i > sti->sti_pushcnt; i--) in socktpi_plumbioctl()
6061 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
6583 sti->sti_pushcnt = 0; in sotpi_info_init()
H A Dsockstr.c307 sti->sti_pushcnt = 0; in so_stream2sock()