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

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c1447 sol_ucma_notify_t *notifyp; local
1453 notifyp = (sol_ucma_notify_t *)io_buf;
1454 ucma_id = notifyp->id;
1459 ret = rdma_notify(chan->chan_rdma_id, notifyp->event);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c4730 dl_notify_ind_t *notifyp; local
4736 notifyp = (dl_notify_ind_t *)mp->b_rptr;
4737 notifyp->dl_notification = notification;
4738 notifyp->dl_data = data;
4745 dl_notify_ind_t *notifyp; local
4751 notifyp = (dl_notify_ind_t *)mp->b_rptr;
4752 notifyp->dl_notification = notification;
4753 notifyp->dl_data1 = data1;
4754 notifyp->dl_data2 = data2;

Completed in 352 milliseconds