Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h159 ushort_t sti_delayed_error; /* From T_uderror_ind */ member
H A Dsocktpi.c4290 if (sti->sti_delayed_error) { in sotpi_sendmsg()
4297 error = sti->sti_delayed_error; in sotpi_sendmsg()
4298 sti->sti_delayed_error = 0; in sotpi_sendmsg()
6664 sti->sti_delayed_error = 0; in sotpi_info_init()
6739 sti->sti_delayed_error = 0; in sotpi_info_fini()
H A Dsockstr.c240 so->so_error = sti->sti_delayed_error = 0; in so_sock2stream()
2521 sti->sti_delayed_error = (ushort_t)error; in strsock_proto()