Home
last modified time | relevance | path

Searched refs:st_sonode (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi_impl.h41 struct sonode st_sonode; member
H A Dsocktpi.c6239 st->st_sonode.so_priv = &st->st_info; in socktpi_constructor()
6250 ASSERT(st->st_sonode.so_priv == &st->st_info); in socktpi_destructor()
6251 st->st_sonode.so_priv = NULL; in socktpi_destructor()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c762 const struct sonode *so = &st->st_sonode; in netstat_unix_name_pr()
797 const struct sonode *so = &st->st_sonode; in netstat_unix_cb()
H A Dvfs.c1060 sotpi_sonode.st_sonode = so; in pfile_callback()