Home
last modified time | relevance | path

Searched refs:dl_notify_ack_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h965 } dl_notify_ack_t; typedef
1481 dl_notify_ack_t notify_ack;
1549 #define DL_NOTIFY_ACK_SIZE sizeof (dl_notify_ack_t)
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c182 if ((mp = mexchange(wq, mp, sizeof (dl_notify_ack_t), M_PROTO, in dlnotifyack()
462 *notesp = ((dl_notify_ack_t *)mp->b_rptr)->dl_notifications; in dl_notify()
H A Dgld.c3699 dl_notify_ack_t *dlnap; in gld_notify_req()
3734 if ((mp = mexchange(q, mp, sizeof (dl_notify_ack_t), M_PCPROTO, in gld_notify_req()
3738 dlnap = (dl_notify_ack_t *)mp->b_rptr; in gld_notify_req()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c8750 dl_notify_ack_t *noteack = (dl_notify_ack_t *)mp->b_rptr; in ip_rput_dlpi_writer()