Lines Matching defs:next
25 struct registered_plugin_options *next;
30 struct trace_plugin_options *next;
37 struct tep_plugin_list *next;
43 struct tep_plugins_dir *next;
114 for (reg = registered_options; reg; reg = reg->next) {
182 for (op = trace_plugin_options; op; op = op->next) {
197 for (op = trace_plugin_options; op; op = op->next) {
227 reg->next = registered_options;
247 for (last = ®istered_options; *last; last = &(*last)->next) {
250 *last = reg->next;
280 for (reg = registered_options; reg; reg = reg->next) {
333 for (op = trace_plugin_options; op; op = op->next) {
375 op->next = trace_plugin_options;
405 for (reg = registered_options; reg; reg = reg->next) {
438 list = list->next;
495 list->next = *plugin_list;
588 dir = dir->next;
631 dir = dir->next;
673 dir->next = tep->plugins_dir;
688 tep->plugins_dir = tep->plugins_dir->next;
703 plugin_list = list->next;