Searched refs:p_nextPortsList (Results 1 – 1 of 1) sorted by relevance
445 cl_list_t *p_nextPortsList; in osm_physp_replace_dr_path_with_alternate_dr_path() local452 p_nextPortsList = (cl_list_t *) malloc(sizeof(cl_list_t)); in osm_physp_replace_dr_path_with_alternate_dr_path()453 if (!p_nextPortsList) in osm_physp_replace_dr_path_with_alternate_dr_path()471 cl_list_construct(p_nextPortsList); in osm_physp_replace_dr_path_with_alternate_dr_path()472 cl_list_init(p_nextPortsList, 10); in osm_physp_replace_dr_path_with_alternate_dr_path()493 cl_list_insert_tail(p_nextPortsList, p_physp); in osm_physp_replace_dr_path_with_alternate_dr_path()497 p_currPortsList = p_nextPortsList; in osm_physp_replace_dr_path_with_alternate_dr_path()498 p_nextPortsList = (cl_list_t *) malloc(sizeof(cl_list_t)); in osm_physp_replace_dr_path_with_alternate_dr_path()499 if (!p_nextPortsList) { in osm_physp_replace_dr_path_with_alternate_dr_path()500 p_nextPortsList = p_currPortsList; in osm_physp_replace_dr_path_with_alternate_dr_path()[all …]