Home
last modified time | relevance | path

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.c1449 sol_ucma_notify_t *notifyp; local
1455 notifyp = (sol_ucma_notify_t *)io_buf;
1456 ucma_id = notifyp->id;
1461 ret = rdma_notify(chan->chan_rdma_id, notifyp->event);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c4760 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc() local
4766 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc()
4767 notifyp->dl_notification = notification; in ip_dlnotify_alloc()
4768 notifyp->dl_data = data; in ip_dlnotify_alloc()
4775 dl_notify_ind_t *notifyp; in ip_dlnotify_alloc2() local
4781 notifyp = (dl_notify_ind_t *)mp->b_rptr; in ip_dlnotify_alloc2()
4782 notifyp->dl_notification = notification; in ip_dlnotify_alloc2()
4783 notifyp->dl_data1 = data1; in ip_dlnotify_alloc2()
4784 notifyp->dl_data2 = data2; in ip_dlnotify_alloc2()