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

/freebsd-9.3-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_umadt.h107 } trans_context_t; typedef in typeref:struct:_trans_context_t
/freebsd-9.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_umadt.c504 trans_context_t *p_trans_context;
560 p_trans_context = malloc(sizeof(trans_context_t));
563 memset(p_trans_context, 0, sizeof(trans_context_t));
997 ((trans_context_t *) p_list_item)->context;
1026 if (((trans_context_t *) p_list_item)->trans_id ==
1077 if (current_time - ((trans_context_t *) p_list_item)->sent_time
1096 ((trans_context_t *) p_list_item)->context);
1101 ((trans_context_t *)

Completed in 217 milliseconds