Home
last modified time | relevance | path

Searched refs:t_endmsg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c711 tp->t_endmsg = NULL; in ldtermopen()
1185 tp->t_endmsg = NULL; in ldtermrput()
1602 tp->t_endmsg = NULL; in ldtermrmsg()
1795 bpt = tp->t_endmsg; in ldterm_docanon()
1804 bpt = tp->t_endmsg; in ldterm_docanon()
1816 bpt = tp->t_endmsg; in ldterm_docanon()
1826 bpt = tp->t_endmsg; in ldterm_docanon()
1965 tp->t_endmsg = bpt; in ldterm_docanon()
2097 bpt = tp->t_endmsg; in ldterm_trim()
2992 tp->t_endmsg = bp; in newmsg()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h218 mblk_t *t_endmsg; /* pointer to last mblk in that message */ member