Home
last modified time | relevance | path

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

/titanic_50/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); in raid_list_next()
4259 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; in raid_list_insert_tail()
4270 el1 = LIST_OBJ_TO_EL(list, el->prev); in raid_list_insert_tail()
4278 raid_list_el_t *el = LIST_OBJ_TO_EL(list, obj), *el1; in raid_list_remove()
4287 el1 = LIST_OBJ_TO_EL(list, el->next); in raid_list_remove()
4292 el1 = LIST_OBJ_TO_EL(list, el->prev); in raid_list_remove()