Searched refs:ctf_list (Results 1 – 2 of 2) sorted by relevance
118 typedef struct ctf_list { struct119 struct ctf_list *l_prev; /* previous pointer or tail pointer */ argument120 struct ctf_list *l_next; /* next pointer or head pointer */ argument
745 typedef struct ctf_list { struct746 struct ctf_list *l_prev; /* previous pointer or tail pointer */ argument747 struct ctf_list *l_next; /* next pointer or head pointer */ argument