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

/freebsd-10.2-release/contrib/ofed/management/opensm/include/vendor/
H A Dosm_pkt_randomizer.h93 osm_dr_path_t *fault_dr_paths; member in struct:_osm_pkt_randomizer
119 * Describes the number of paths from the fault_dr_paths array that
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c78 p_found_dr_path = &(p_pkt_rand->fault_dr_paths[ind1]);
182 "%s added to the fault_dr_paths list\n"
190 fault_dr_paths[p_pkt_rand->
297 /* allocate the fault_dr_paths variable */
299 (*pp_pkt_randomizer)->fault_dr_paths = malloc(sizeof(osm_dr_path_t) *
302 if ((*pp_pkt_randomizer)->fault_dr_paths == NULL) {
307 memset((*pp_pkt_randomizer)->fault_dr_paths, 0,
325 free((*pp_pkt_randomizer)->fault_dr_paths);

Completed in 112 milliseconds