Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h139 short sti_pushcnt; /* Number of modules above "sockmod" */ member
H A Dsocktpi.c6039 sti->sti_pushcnt++; in socktpi_plumbioctl()
6043 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
6052 sti->sti_pushcnt--; in socktpi_plumbioctl()
6102 for (i = kstrlist.sl_nmods; i > sti->sti_pushcnt; i--) in socktpi_plumbioctl()
6129 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
6667 sti->sti_pushcnt = 0; in sotpi_info_init()
H A Dsockstr.c307 sti->sti_pushcnt = 0; in so_stream2sock()