Searched defs:el1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c4261 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; local
4272 el1 = LIST_OBJ_TO_EL(list, el->prev);
4273 el1->next = obj;
4280 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; local
4289 el1 = LIST_OBJ_TO_EL(list, el->next);
4290 el1->prev = el->prev;
4294 el1 = LIST_OBJ_TO_EL(list, el->prev);
4295 el1->next = el->next;

Completed in 26 milliseconds