Searched refs:del_lpath (Results 1 – 1 of 1) sorted by relevance
158 oplmsu_unlink_lpath(lpath_t *del_lpath) in oplmsu_unlink_lpath() argument167 if ((*first != del_lpath) && (*last != del_lpath)) { in oplmsu_unlink_lpath()168 del_lpath->l_prev->l_next = del_lpath->l_next; in oplmsu_unlink_lpath()169 del_lpath->l_next->l_prev = del_lpath->l_prev; in oplmsu_unlink_lpath()171 if (*first == del_lpath) { in oplmsu_unlink_lpath()178 if (*last == del_lpath) { in oplmsu_unlink_lpath()186 del_lpath->l_next = NULL; in oplmsu_unlink_lpath()187 del_lpath->l_prev = NULL; in oplmsu_unlink_lpath()