Lines Matching defs:handlep

1674 	struct ldi_handle	*handlep = (struct ldi_handle *)lh;
1695 ASSERT(handlep->lh_events == NULL);
1702 while ((lep = handlep->lh_events) != NULL) {
1707 struct ldi_ident *lip = handlep->lh_ident;
1716 err = VOP_CLOSE(handlep->lh_vp, flag | FKLYR, 1, (offset_t)0, cr, NULL);
1735 if (handlep->lh_flags & LH_FLAGS_NOTIFY)
1739 if (lecp->lec_lhp != handlep)
1751 handlep->lh_flags &= ~LH_FLAGS_NOTIFY;
1765 handle_release(handlep);
1772 struct ldi_handle *handlep = (struct ldi_handle *)lh;
1780 vp = handlep->lh_vp;
1782 if (handlep->lh_type & LH_CBDEV) {
1784 } else if (handlep->lh_type & LH_STREAM) {
1795 struct ldi_handle *handlep = (struct ldi_handle *)lh;
1803 vp = handlep->lh_vp;
1805 if (handlep->lh_type & LH_CBDEV) {
1807 } else if (handlep->lh_type & LH_STREAM) {
1821 struct ldi_handle *handlep = (struct ldi_handle *)lh;
1829 if (handlep->lh_type & LH_STREAM)
1929 struct ldi_handle *handlep = (struct ldi_handle *)lh;
1951 vp = handlep->lh_vp;
1953 if (handlep->lh_type & LH_CBDEV) {
1955 } else if (handlep->lh_type & LH_STREAM) {
1979 struct ldi_handle *handlep = (struct ldi_handle *)lh;
1987 vp = handlep->lh_vp;
1989 if (handlep->lh_type & LH_CBDEV) {
1991 } else if (handlep->lh_type & LH_STREAM) {
2004 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2023 dev = handlep->lh_vp->v_rdev;
2025 csp = VTOCS(handlep->lh_vp);
2045 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2052 dev = handlep->lh_vp->v_rdev;
2053 if (!(handlep->lh_type & LH_CBDEV))
2064 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2071 dev = handlep->lh_vp->v_rdev;
2072 if (!(handlep->lh_type & LH_CBDEV))
2082 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2089 dev = handlep->lh_vp->v_rdev;
2090 if (!(handlep->lh_type & LH_CBDEV))
2099 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2107 if (!(handlep->lh_type & LH_CBDEV))
2113 dev = handlep->lh_vp->v_rdev;
2127 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2135 if (!(handlep->lh_type & LH_CBDEV))
2141 dev = handlep->lh_vp->v_rdev;
2155 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2161 if (!(handlep->lh_type & LH_STREAM)) {
2174 ret = kstrputmsg(handlep->lh_vp, smp, NULL, 0, 0,
2183 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2193 if (!(handlep->lh_type & LH_STREAM))
2208 ret = kstrgetmsg(handlep->lh_vp,
2216 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2221 *devp = handlep->lh_vp->v_rdev;
2228 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2233 *otyp = VTYP_TO_OTYP(handlep->lh_vp->v_type);
2240 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2247 dev = handlep->lh_vp->v_rdev;
2259 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2266 dev = handlep->lh_vp->v_rdev;
2267 otyp = VTYP_TO_OTYP(handlep->lh_vp->v_type);
2280 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2289 dev = handlep->lh_vp->v_rdev;
2291 csp = VTOCS(handlep->lh_vp);
2336 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2345 dev = handlep->lh_vp->v_rdev;
2347 csp = VTOCS(handlep->lh_vp);
2393 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2402 dev = handlep->lh_vp->v_rdev;
2404 csp = VTOCS(handlep->lh_vp);
2468 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2477 dev = handlep->lh_vp->v_rdev;
2479 csp = VTOCS(handlep->lh_vp);
2546 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2555 dev = handlep->lh_vp->v_rdev;
2557 csp = VTOCS(handlep->lh_vp);
2603 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2612 dev = handlep->lh_vp->v_rdev;
2614 csp = VTOCS(handlep->lh_vp);
2664 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2673 dev = handlep->lh_vp->v_rdev;
2675 csp = VTOCS(handlep->lh_vp);
2724 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2733 dev = handlep->lh_vp->v_rdev;
2735 csp = VTOCS(handlep->lh_vp);
2776 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2789 dev = handlep->lh_vp->v_rdev;
2791 csp = VTOCS(handlep->lh_vp);
2817 struct ldi_handle *handlep = (struct ldi_handle *)lh;
2829 dev = handlep->lh_vp->v_rdev;
2831 csp = VTOCS(handlep->lh_vp);
2843 lep->le_lhp = handlep;
3078 struct ldi_handle *handlep = (struct ldi_handle *)lh;
3111 dev = handlep->lh_vp->v_rdev;
3113 csp = VTOCS(handlep->lh_vp);
3123 "handle: %p", (void *)handlep);