Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtl.c1197 ASSERT(tep->te_magic == SOU_MAGIC_IMPLICIT); in tl_free()
1490 tep->te_magic = SOU_MAGIC_IMPLICIT; in tl_open()
2429 (ux_addr.soua_magic != SOU_MAGIC_IMPLICIT)) { in tl_bind()
2437 if ((ux_addr.soua_magic == SOU_MAGIC_IMPLICIT) && in tl_bind()
2881 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_conn_req()
5061 if ((ux_addr.soua_magic != SOU_MAGIC_IMPLICIT) && in tl_unitdata()
5316 mod_hash_t *hash = ux_addr->soua_magic == SOU_MAGIC_IMPLICIT ? in tl_sock_find_peer()
6247 tep->te_magic = SOU_MAGIC_IMPLICIT; in tl_addr_unbind()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h92 #define SOU_MAGIC_IMPLICIT 0x616e6f6e /* "anon" */ macro
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c721 sti->sti_ux_laddr.soua_magic = SOU_MAGIC_IMPLICIT; in sotpi_bindlisten()