tag | line | file | source code |
---|---|---|---|
current_property | 180 | arch/sparc/prom/tree.c | char *current_property = ""; |
current_property | 183 | arch/sparc/prom/tree.c | current_property = prom_nextprop(node, current_property); |
current_property | 184 | arch/sparc/prom/tree.c | if(!strcmp(current_property, prop)) |
current_property | 186 | arch/sparc/prom/tree.c | } while (*current_property); |