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

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c1150 name_map_item_t *p_guid = NULL, *p_next_guid = NULL; local
1152 p_next_guid = (name_map_item_t *) cl_qmap_head(guid_tbl);
1153 while (p_next_guid != (name_map_item_t *) cl_qmap_end(guid_tbl)) {
1154 p_guid = p_next_guid;
1155 p_next_guid = (name_map_item_t *) cl_qmap_next(&p_guid->item);

Completed in 135 milliseconds