Searched refs:hndl_mp (Results 1 – 4 of 4) sorted by relevance
55 mblk_t *hndl_mp, *nmp = NULL, *fmp = NULL; in oplmsu_lrioctl_termios() local67 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 …]
238 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()
626 (lpath->hndl_mp != NULL)) { in oplmsu_close()
223 mblk_t *hndl_mp; member