Searched refs:ep_ptr (Results 26 - 28 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_evd_util.h159 DAPL_EP *ep_ptr);
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c1266 DAPL_EP *ep_ptr; local
1285 ep_ptr = (DAPL_EP *)dapl_llist_next_entry(&ia_ptr->ep_list_head,
1287 while (ep_ptr != NULL) {
1288 if (ep_ptr ==
1293 ep_ptr = (DAPL_EP *) dapl_llist_next_entry(
1295 &ep_ptr->header.ia_list_entry);
1299 dapl_os_assert(ep_ptr != NULL);
1301 (void *)ep_ptr);
1593 IN DAPL_EP *ep_ptr,
1597 ib_qp_handle_t qp = ep_ptr
1592 dapls_ib_poll_premature_events( IN DAPL_EP *ep_ptr, OUT ib_work_completion_t **cqe_ptr, OUT int *nevents) argument
1614 dapls_ib_free_premature_events( IN DAPL_EP *ep_ptr, IN int free_index) argument
[all...]
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c670 logical_drive_t *temp, *ep_ptr; local
754 ep_ptr = temp;
757 ep_ptr->next = temp;
758 ep_ptr = temp;

Completed in 25 milliseconds

12