Searched refs:mdeg_hdl (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvldc_impl.h124 mdeg_handle_t mdeg_hdl; /* MD event handle */ member in struct:vldc
H A Dvcc_impl.h288 mdeg_handle_t mdeg_hdl; /* mdeg handle */ member in struct:vcc
H A Dvsw.h167 mdeg_handle_t mdeg_hdl; member in struct:vsw
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvldc.c425 mdeg_handle_t mdeg_hdl; local
481 vldcp, &mdeg_hdl);
494 vldcp->mdeg_hdl = mdeg_hdl;
506 D1("i_vldc_mdeg_unregister: hdl=0x%lx\n", vldcp->mdeg_hdl);
508 rv = mdeg_unregister(vldcp->mdeg_hdl);
H A Dvcc.c872 mdeg_handle_t mdeg_hdl; local
895 vccp, &mdeg_hdl);
907 vccp->mdeg_hdl = mdeg_hdl;
1084 ASSERT(vccp->mdeg_hdl);
1085 (void) mdeg_unregister(vccp->mdeg_hdl);
H A Dvsw.c1376 mdeg_handle_t mdeg_hdl, mdeg_port_hdl; local
1406 (void *)vswp, &mdeg_hdl);
1420 (void) mdeg_unregister(mdeg_hdl);
1426 vswp->mdeg_hdl = mdeg_hdl;
1438 vswp->mdeg_hdl = NULL;
1449 if (vswp->mdeg_hdl != NULL)
1450 (void) mdeg_unregister(vswp->mdeg_hdl);

Completed in 70 milliseconds