Searched defs:l_next (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h119 struct ctf_list *l_next; /* next pointer or head pointer */ member in struct:ctf_list
300 #define ctf_list_next(elem) ((void *)(((ctf_list_t *)(elem))->l_next))

Completed in 46 milliseconds