Searched defs:ctf_list (Results 1 – 2 of 2) sorted by relevance
743 typedef struct ctf_list { struct744 struct ctf_list *l_prev; /* previous pointer or tail pointer */ argument745 struct ctf_list *l_next; /* next pointer or head pointer */ argument
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