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

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1733 i_dlpi_notifyind_process(dlpi_impl_t *dip, dl_notify_ind_t *dlnotifyindp) argument
1739 uint_t note = dlnotifyindp->dl_notification;
1746 notifinfo.dni_speed = dlnotifyindp->dl_data;
1749 notifinfo.dni_size = dlnotifyindp->dl_data;
1756 if (dlnotifyindp->dl_data != DL_CURR_PHYS_ADDR)
1759 dataoff = dlnotifyindp->dl_addr_offset;
1760 datalen = dlnotifyindp->dl_addr_length;
1765 datap = (caddr_t)dlnotifyindp + dataoff;

Completed in 61 milliseconds