Home
last modified time | relevance | path

Searched refs:hndl_mp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c55 mblk_t *hndl_mp, *nmp = NULL, *fmp = NULL; in oplmsu_lrioctl_termios() local
67 hndl_mp = lpath->hndl_mp; in oplmsu_lrioctl_termios()
120 if (hndl_mp == NULL) { in oplmsu_lrioctl_termios()
136 if (hndl_mp->b_datap->db_type == M_DATA) { in oplmsu_lrioctl_termios()
139 temp_iocp = (struct iocblk *)hndl_mp->b_rptr; in oplmsu_lrioctl_termios()
179 if ((chkflag == MSU_CMD_ACTIVE) && (hndl_mp != NULL)) { in oplmsu_lrioctl_termios()
183 (void) putq(RD(ctrl->queue), hndl_mp); in oplmsu_lrioctl_termios()
267 if (hndl_mp != NULL) { in oplmsu_lrioctl_termios()
268 freemsg(hndl_mp); in oplmsu_lrioctl_termios()
312 altn_lpath->hndl_mp = hndl_mp; in oplmsu_lrioctl_termios()
[all …]
H A Doplmsu_cmn_func.c238 if ((lpath->hndl_uqueue != NULL) || (lpath->hndl_mp != NULL)) { in oplmsu_check_lpath_usable()
353 if ((lpath->hndl_uqueue == NULL) && (lpath->hndl_mp == NULL) && in oplmsu_set_ioctl_path()
363 lpath->hndl_mp = mp; in oplmsu_set_ioctl_path()
390 lpath->hndl_mp = NULL; in oplmsu_clear_ioctl_path()
H A Doplmsu.c626 (lpath->hndl_mp != NULL)) { in oplmsu_close()
/titanic_41/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h223 mblk_t *hndl_mp; member