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

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

Completed in 55 milliseconds