Home
last modified time | relevance | path

Searched refs:sotpi_sonodeops (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h232 extern sonodeops_t sotpi_sonodeops;
H A Dsockcommon.c598 so->so_not_str = (sops != &sotpi_sonodeops); in sonode_init()
H A Dsocksyscalls.c394 ASSERT(so1->so_ops == &sotpi_sonodeops); in so_socketpair()
395 ASSERT(so2->so_ops == &sotpi_sonodeops); in so_socketpair()
H A Dsocktpi.c243 sonodeops_t sotpi_sonodeops = { variable
312 sonode_init(so, sp, family, type, protocol, &sotpi_sonodeops); in sotpi_create()
335 ASSERT(so->so_ops == &sotpi_sonodeops); in sotpi_destroy()
H A Dsockcommon_subr.c2432 so->so_ops = &sotpi_sonodeops; in so_tpi_fallback()