Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c834 } else if (oplmsu_uinst->tiocspps_p != NULL) { in oplmsu_cmn_prechg()
835 if (oplmsu_cmn_copymb(q, mp, term_mp, oplmsu_uinst->tiocspps_p, in oplmsu_cmn_prechg()
897 } else if (oplmsu_uinst->tiocspps_p != NULL) { in oplmsu_stop_prechg()
898 if ((*term_mp = copymsg(oplmsu_uinst->tiocspps_p)) == NULL) { in oplmsu_stop_prechg()
951 (oplmsu_uinst->tiocspps_p != NULL)) { in oplmsu_cmn_prechg_termio()
952 if (oplmsu_cmn_copymb(q, mp, term_mp, oplmsu_uinst->tiocspps_p, in oplmsu_cmn_prechg_termio()
H A Doplmsu_ioctl_lrp.c380 if (oplmsu_uinst->tiocspps_p != NULL) { in oplmsu_lrioctl_termios()
381 freemsg(oplmsu_uinst->tiocspps_p); in oplmsu_lrioctl_termios()
383 oplmsu_uinst->tiocspps_p = nmp; in oplmsu_lrioctl_termios()
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h281 mblk_t *tiocspps_p; member