Searched refs:present_dep (Results 1 – 2 of 2) sorted by relevance
1227 dep_t present_dep; in add_or_update_dep_1() local1230 present_dep = sd_find_dep_between_no_cache (DEP_PRO (new_dep), in add_or_update_dep_1()1233 DEP_MULTIPLE (present_dep) = 1; in add_or_update_dep_1()1255 dep_t present_dep; in add_or_update_dep_1() local1260 present_dep = sd_find_dep_between_no_cache (DEP_PRO (new_dep), in add_or_update_dep_1()1264 if (present_dep != NULL) in add_or_update_dep_1()1266 return update_dep (present_dep, new_dep, sd_it, mem1, mem2); in add_or_update_dep_1()
20944 returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.