Home
last modified time | relevance | path

Searched refs:dapl_event_poll_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt_if.h417 } dapl_event_poll_t; typedef
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c2834 daplka_event_poll_copyin(intptr_t inarg, dapl_event_poll_t *outarg, int mode) in daplka_event_poll_copyin()
2858 retval = ddi_copyin((void *)inarg, outarg, sizeof (dapl_event_poll_t), in daplka_event_poll_copyin()
2873 daplka_event_poll_copyout(dapl_event_poll_t *inarg, intptr_t outarg, int mode) in daplka_event_poll_copyout()
2898 sizeof (dapl_event_poll_t), mode); in daplka_event_poll_copyout()
3025 dapl_event_poll_t args; in daplka_event_poll()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1694 dapl_event_poll_t evp_msg; in dapls_ib_event_poll()