Home | History | Annotate | Download | only in util

Lines Matching defs:node

144 		list_for_each_entry(dso, &machine.kernel_dsos, node) {
559 struct str_node *node;
587 strlist__for_each(node, vl->vars) {
588 var = strchr(node->s, '\t') + 1;
590 fprintf(stdout, "\t\t%s\n", node->s);