Searched defs:mnh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c317 if (vswp->mnh != 0) {
319 vswp->mnh = 0;
1288 mac_notify_handle_t mnh; local
1314 mnh = mac_notify_add(vswp->mh, vsw_notify_cb, vswp);
1315 if (mnh == 0) {
1320 vswp->mnh = mnh;
1332 rv = mac_notify_remove(vswp->mnh, B_FALSE);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h158 mac_notify_handle_t mnh; /* mac notify handle */ member in struct:vsw
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3727 mac_notify_remove(mac_notify_handle_t mnh, boolean_t wait) argument
3729 mac_notify_cb_t *mncb = (mac_notify_cb_t *)mnh;

Completed in 72 milliseconds