Searched defs:INIT_LIST (Results 1 – 4 of 4) sorted by relevance
114 #define INIT_LIST(p_List) NCSW_LIST_FIRST(p_List) = NCSW_LIST_LAST(p_List) = (p_List) macro
31 #define INIT_LIST(list) \ macro
190 #define INIT_LIST(type) ISC_LIST_INIT(type) macro
98 #define INIT_LIST(x) ((x)->prev = (x)->next = (x)) macro