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

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h159 ushort_t sti_delayed_error; /* From T_uderror_ind */ member in struct:sotpi_info
H A Dsocktpi.c4286 if (sti->sti_delayed_error) {
4293 error = sti->sti_delayed_error;
4294 sti->sti_delayed_error = 0;
6652 sti->sti_delayed_error = 0;
6727 sti->sti_delayed_error = 0;
H A Dsockstr.c240 so->so_error = sti->sti_delayed_error = 0;
2502 * sti_delayed_error for delayed error posting. If the reason
2521 sti->sti_delayed_error = (ushort_t)error;

Completed in 111 milliseconds