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

/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1790 i_dlpi_notifyind_process(dlpi_impl_t *dip, dl_notify_ind_t *dlnotifyindp) argument
1796 uint_t note = dlnotifyindp->dl_notification;
1804 notifinfo.dni_speed = dlnotifyindp->dl_data;
1807 notifinfo.dni_size = dlnotifyindp->dl_data;
1810 dataoff = dlnotifyindp->dl_addr_offset;
1811 datalen = dlnotifyindp->dl_addr_length;
1817 datap = (caddr_t)dlnotifyindp + dataoff;
1824 dataoff = dlnotifyindp->dl_addr_offset;
1825 datalen = dlnotifyindp->dl_addr_length;
1831 datap = (caddr_t)dlnotifyindp
[all...]

Completed in 18 milliseconds