Home
last modified time | relevance | path

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

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