Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c428 pfiles_get_tpi_sonode(vnode_t *v_sock, sotpi_sonode_t *sotpi_sonode) in pfiles_get_tpi_sonode() argument
445 if (mdb_vread(sotpi_sonode, sizeof (sotpi_sonode_t), in pfiles_get_tpi_sonode()
752 tpi_sock_print(sotpi_sonode_t *sotpi_sonode) in tpi_sock_print() argument
754 if (sotpi_sonode->st_info.sti_laddr_valid == 1) { in tpi_sock_print()
756 mdb_alloc(sotpi_sonode->st_info.sti_laddr_len, UM_SLEEP); in tpi_sock_print()
757 if (mdb_vread(laddr, sotpi_sonode->st_info.sti_laddr_len, in tpi_sock_print()
758 (uintptr_t)sotpi_sonode->st_info.sti_laddr_sa) == -1) { in tpi_sock_print()
767 if (sotpi_sonode->st_info.sti_faddr_valid == 1) { in tpi_sock_print()
769 mdb_alloc(sotpi_sonode->st_info.sti_faddr_len, UM_SLEEP); in tpi_sock_print()
770 if (mdb_vread(faddr, sotpi_sonode->st_info.sti_faddr_len, in tpi_sock_print()
[all …]
H A Dnet.c232 wsp->walk_data = mdb_alloc(sizeof (struct sotpi_sonode), UM_SLEEP); in sonode_walk_init()
240 struct sotpi_sonode *stp; in sonode_walk_step()
245 if (mdb_vread(wsp->walk_data, sizeof (struct sotpi_sonode), in sonode_walk_step()
263 mdb_free(wsp->walk_data, sizeof (struct sotpi_sonode)); in sonode_walk_fini()
757 netstat_unix_name_pr(const struct sotpi_sonode *st, const struct soaddr *soa) in netstat_unix_name_pr()
793 const struct sotpi_sonode *st = walk_data; in netstat_unix_cb()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi_impl.h40 typedef struct sotpi_sonode { struct
H A Dsocktpi.c6373 sizeof (struct sotpi_sonode), 0, socktpi_constructor, in socktpi_init()
6377 sizeof (struct sotpi_sonode), 0, socktpi_unix_constructor, in socktpi_init()