Lines Matching defs:lpath

53 	lpath_t		*lpath, *altn_lpath = NULL, *stp_lpath = NULL;
66 lpath = (lpath_t *)lrq->q_ptr;
67 hndl_mp = lpath->hndl_mp;
69 upath = oplmsu_search_upath_info(lpath->path_no);
175 lpath->uinst = oplmsu_uinst;
176 dst_queue = lpath->hndl_uqueue;
188 oplmsu_clear_ioctl_path(lpath);
189 stp_upath = lpath->src_upath;
190 lpath->src_upath = NULL;
191 lpath->status = MSU_EXT_NOTUSED;
199 stp_lpath = stp_upath->lpath;
255 (lpath->hndl_uqueue == NULL)) {
256 oplmsu_clear_ioctl_path(lpath);
257 stp_upath = lpath->src_upath;
258 lpath->src_upath = NULL;
259 lpath->status = MSU_EXT_NOTUSED;
279 (lpath->src_upath != NULL) &&
280 (lpath->src_upath->lpath->sw_flag)) {
283 dst_queue = RD(lpath->hndl_uqueue);
284 stp_upath = lpath->src_upath;
309 altn_lpath = altn_upath->lpath;
321 oplmsu_clear_ioctl_path(lpath);
322 lpath->src_upath = NULL;
323 lpath->status = MSU_EXT_NOTUSED;
352 (lpath->hndl_uqueue != NULL)) { /* M_IOCACK received */
403 upath->traditional_status = lpath->status;
404 nmp = lpath->hndl_mp;
406 dst_queue = RD(lpath->hndl_uqueue);
409 oplmsu_clear_ioctl_path(lpath);
410 lpath->src_upath = NULL;
411 lpath->status = MSU_EXT_NOTUSED;
422 (lpath->hndl_uqueue != NULL)) { /* M_IOCNAK received */
423 upath->traditional_status = lpath->status;
425 nmp = lpath->hndl_mp;
427 dst_queue = RD(lpath->hndl_uqueue);
429 oplmsu_clear_ioctl_path(lpath);
430 lpath->src_upath = NULL;
431 lpath->status = MSU_EXT_NOTUSED;
464 oplmsu_clear_ioctl_path(lpath);
477 lpath_t *lpath, *altn_lpath = NULL;
493 lpath = (lpath_t *)lrq->q_ptr;
494 upath = oplmsu_search_upath_info(lpath->path_no);
504 if ((lpath->status == MSU_LINK_NU) ||
505 (lpath->status == MSU_SETID_NU) ||
540 oplmsu_clear_ioctl_path(lpath);
541 lpath->src_upath = NULL;
542 lpath->status = MSU_EXT_NOTUSED;
543 lpath->uinst = NULL;
574 lpath->uinst = NULL;
577 altn_lpath = altn_upath->lpath;
615 lpath_t *lpath, *stp_lpath = NULL;
633 lpath = (lpath_t *)lrq->q_ptr;
634 upath = oplmsu_search_upath_info(lpath->path_no);
698 lpath->hndl_mp = mp;
699 lpath->hndl_uqueue = NULL;
700 lpath->src_upath = stp_upath;
701 lpath->status = MSU_EXT_VOID;
729 lpath->uinst = oplmsu_uinst;
730 lpath->src_upath = NULL;
731 lpath->status = MSU_EXT_NOTUSED;
741 if (lpath->hndl_mp != NULL) {
744 (void) putq(RD(ctrl->queue), lpath->hndl_mp);
748 oplmsu_clear_ioctl_path(lpath);