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

/illumos-gate/usr/src/uts/common/io/
H A Drlmod.c179 mblk_t *unbind_mp; member in struct:rlmod_info
251 while ((rmip->unbind_mp = allocb(sizeof (union T_primitives),
262 rmip->unbind_mp->b_wptr = rmip->unbind_mp->b_rptr +
264 rmip->unbind_mp->b_datap->db_type = M_PROTO;
265 tp = (union T_primitives *)rmip->unbind_mp->b_rptr;
294 if (rmip->unbind_mp != NULL) {
295 freemsg(rmip->unbind_mp);
346 if (rmip->unbind_mp != NULL) {
347 freemsg(rmip->unbind_mp);
[all...]
H A Dtelmod.c185 mblk_t *unbind_mp; member in struct:telmod_info
246 while ((tmip->unbind_mp = allocb(sizeof (union T_primitives),
257 tmip->unbind_mp->b_wptr = tmip->unbind_mp->b_rptr +
259 tmip->unbind_mp->b_datap->db_type = M_PROTO;
260 tp = (union T_primitives *)tmip->unbind_mp->b_rptr;
289 if (tmip->unbind_mp != NULL) {
290 freemsg(tmip->unbind_mp);
339 if (tmip->unbind_mp != NULL) {
340 freemsg(tmip->unbind_mp);
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c1386 mblk_t *unbind_mp = NULL; local
1415 unbind_mp = ip_ar_dlpi_comm(DL_UNBIND_REQ, sizeof (dl_unbind_req_t));
1416 if (unbind_mp == NULL)
1421 arl->arl_unbind_mp = unbind_mp;
1431 freemsg(unbind_mp);
1777 mblk_t *unbind_mp; local
1786 unbind_mp = arl_unbind(arl);
1787 if (unbind_mp != NULL) {
1789 DTRACE_PROBE2(arp__unbinding, mblk_t *, unbind_mp,
1796 if (unbind_mp !
[all...]
H A Dip6_if.c2258 mblk_t *unbind_mp = NULL; local
2330 unbind_mp = ip_dlpi_alloc(sizeof (dl_unbind_req_t), DL_UNBIND_REQ);
2331 if (unbind_mp == NULL)
2379 ill_dlpi_send(ill, unbind_mp);
2395 freemsg(unbind_mp);
H A Dip_if.c14604 mblk_t *unbind_mp = NULL; local
14643 unbind_mp = ip_dlpi_alloc(sizeof (dl_unbind_req_t),
14645 if (unbind_mp == NULL)
14667 ill->ill_unbind_mp = unbind_mp;
14698 freemsg(unbind_mp);

Completed in 133 milliseconds