Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h172 #define sm_copymsg(mp) ((DB_TYPE(mp) == M_DATA) ? dupmsg(mp) : copymsg(mp)) macro
H A Dttymux.c720 } else if ((lqi->sm_mp = sm_copymsg(mp)) == 0) { in sm_dupmsg()