Searched refs:LIST_OBJ_TO_EL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c149 #define LIST_OBJ_TO_EL(list, obj) \ macro
4251 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj);
4259 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1;
4270 el1 = LIST_OBJ_TO_EL(list, el->prev);
4278 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1;
4287 el1 = LIST_OBJ_TO_EL(list, el->next);
4292 el1 = LIST_OBJ_TO_EL(list, el->prev);

Completed in 1448 milliseconds