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

/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1400 dl_notify_ind_t *dlip;
1405 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t),
1409 bzero(mp->b_rptr, sizeof (dl_notify_ind_t));
1410 dlip = (dl_notify_ind_t *)mp->b_rptr;
1530 dl_notify_ind_t *dlip;
1535 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t),
1539 bzero(mp->b_rptr, sizeof (dl_notify_ind_t));
1540 dlip = (dl_notify_ind_t *)mp->b_rptr;
1554 dl_notify_ind_t *dlip;
1559 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t),
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c729 if (MBLKL(mp) < sizeof (dl_notify_ind_t) ||
730 ((dl_notify_ind_t *)mp->b_rptr)->dl_notification !=
1131 dl_notify_ind_t *dlip;
1145 if ((mp = allocb(sizeof (dl_notify_ind_t), BPRI_LO)) == NULL) {
1152 mp->b_wptr = mp->b_rptr + sizeof (dl_notify_ind_t);
1154 bzero(mp->b_rptr, sizeof (dl_notify_ind_t));
1155 dlip = (dl_notify_ind_t *)mp->b_rptr;
H A Dsoftmac_ctl.c216 dl_notify_ind_t *dlnip = (dl_notify_ind_t *)mp->b_rptr;
/opensolaris-onvv-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c73 static int i_dlpi_notifyind_process(dlpi_impl_t *, dl_notify_ind_t *);
1316 dl_notify_ind_t *dlnotif;
1416 dlnotif = (dl_notify_ind_t *)(void *)ctl.buf;
1733 i_dlpi_notifyind_process(dlpi_impl_t *dip, dl_notify_ind_t *dlnotifyindp)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddlpi.h1004 } dl_notify_ind_t; typedef in typeref:struct:__anon7334
1504 dl_notify_ind_t notify_ind;
1572 #define DL_NOTIFY_IND_SIZE sizeof (dl_notify_ind_t)
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dgld.c3875 dl_notify_ind_t *dlnip;
3920 dlnip = (dl_notify_ind_t *)mp->b_rptr;
3958 dlnip->dl_addr_offset = sizeof (dl_notify_ind_t);
3963 mp->b_rptr + sizeof (dl_notify_ind_t),
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c4927 dl_notify_ind_t *dlindp;
4994 dlindp = (dl_notify_ind_t *)mp->b_rptr;
17801 * dl_notify_ind_t pointed to by `mp'. Must be called as writer, and will be
17809 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)mp->b_rptr;
17875 dl_notify_ind_t *dlip = (dl_notify_ind_t *)mp->b_rptr;
17923 dl_notify_ind_t *dlindp = (dl_notify_ind_t *)addrmp->b_rptr;
H A Dip.c4695 dl_notify_ind_t *notifyp;
4701 notifyp = (dl_notify_ind_t *)mp->b_rptr;
4710 dl_notify_ind_t *notifyp;
4716 notifyp = (dl_notify_ind_t *)mp->b_rptr;
8487 dl_notify_ind_t *notify = (dl_notify_ind_t *)mp->b_rptr;

Completed in 329 milliseconds