Lines Matching refs:sti

345 		sotpi_info_t *sti = SOTOTPI(so);  in so_unlock_single()  local
347 if (sti->sti_discon_ind_mp != NULL) in so_unlock_single()
641 sotpi_info_t *sti = SOTOTPI(so); in so_ux_addr_xlate() local
648 ASSERT(!sti->sti_faddr_noxlate); in so_ux_addr_xlate()
669 sti->sti_ux_taddr.soua_vp = vp; in so_ux_addr_xlate()
670 sti->sti_ux_taddr.soua_magic = SOU_MAGIC_EXPLICIT; in so_ux_addr_xlate()
671 addr = &sti->sti_ux_taddr; in so_ux_addr_xlate()
672 addrlen = (socklen_t)sizeof (sti->sti_ux_taddr); in so_ux_addr_xlate()
1843 sotpi_info_t *sti; in sockfs_snapshot() local
1875 sti = SOTOTPI(so); in sockfs_snapshot()
1882 psi->si_serv_type = sti->sti_serv_type; in sockfs_snapshot()
1883 psi->si_ux_laddr_sou_magic = sti->sti_ux_laddr.soua_magic; in sockfs_snapshot()
1884 psi->si_ux_faddr_sou_magic = sti->sti_ux_faddr.soua_magic; in sockfs_snapshot()
1885 psi->si_laddr_soa_len = sti->sti_laddr.soa_len; in sockfs_snapshot()
1886 psi->si_faddr_soa_len = sti->sti_faddr.soa_len; in sockfs_snapshot()
1888 psi->si_faddr_noxlate = sti->sti_faddr_noxlate; in sockfs_snapshot()
1903 if (sti->sti_laddr_sa != NULL) { in sockfs_snapshot()
1904 ASSERT(sti->sti_laddr_sa->sa_data != NULL); in sockfs_snapshot()
1905 sn_len = sti->sti_laddr_len; in sockfs_snapshot()
1910 sti->sti_laddr_sa->sa_family; in sockfs_snapshot()
1914 sti->sti_laddr_sa->sa_data, in sockfs_snapshot()
1921 if (sti->sti_faddr_sa != NULL) { in sockfs_snapshot()
1922 ASSERT(sti->sti_faddr_sa->sa_data != NULL); in sockfs_snapshot()
1923 sn_len = sti->sti_faddr_len; in sockfs_snapshot()
1928 sti->sti_faddr_sa->sa_family; in sockfs_snapshot()
1931 sti->sti_faddr_sa->sa_data, in sockfs_snapshot()
1944 (void *)sti->sti_ux_laddr.soua_vp); in sockfs_snapshot()
1947 (void *)sti->sti_ux_faddr.soua_vp); in sockfs_snapshot()