Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h160 ushort_t sti_delayed_error; /* From T_uderror_ind */ member
H A Dsocktpi.c4224 if (sti->sti_delayed_error) { in sotpi_sendmsg()
4231 error = sti->sti_delayed_error; in sotpi_sendmsg()
4232 sti->sti_delayed_error = 0; in sotpi_sendmsg()
6585 sti->sti_delayed_error = 0; in sotpi_info_init()
6660 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()