Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h139 short sti_pushcnt; /* Number of modules above "sockmod" */ member
H A Dsocktpi.c6035 sti->sti_pushcnt++; in socktpi_plumbioctl()
6039 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
6048 sti->sti_pushcnt--; in socktpi_plumbioctl()
6098 for (i = kstrlist.sl_nmods; i > sti->sti_pushcnt; i--) in socktpi_plumbioctl()
6125 if (sti->sti_pushcnt == 0) { in socktpi_plumbioctl()
6656 sti->sti_pushcnt = 0; in sotpi_info_init()
H A Dsockstr.c307 sti->sti_pushcnt = 0; in so_stream2sock()