Searched refs:HAL_LIST_NODE (Results 1 – 1 of 1) sorted by relevance
12 struct HAL_LIST_NODE { struct13 struct HAL_LIST_NODE *next; argument14 struct HAL_LIST_NODE *prev; argument17 typedef struct HAL_LIST_NODE HAL_LIST;42 struct HAL_LIST_NODE name = HAL_LIST_HEAD_INIT(name)
Completed in 7 milliseconds