tag | line | file | source code |
thisnode | 143 | arch/sparc/prom/tree.c | int thisnode, error; |
thisnode | 145 | arch/sparc/prom/tree.c | for(thisnode = node_start; thisnode; |
thisnode | 146 | arch/sparc/prom/tree.c | thisnode=prom_getsibling(thisnode)) { |
thisnode | 147 | arch/sparc/prom/tree.c | error = prom_getproperty(thisnode, "name", promlib_buf, |
thisnode | 151 | arch/sparc/prom/tree.c | if(strcmp(nodename, promlib_buf)==0) return thisnode; |
thisnode | 223 | include/asm-sparc/oplib.h | extern int prom_getproplen(int thisnode, char *property); |
thisnode | 228 | include/asm-sparc/oplib.h | extern int prom_getproperty(int thisnode, char *property, |
thisnode | 244 | include/asm-sparc/oplib.h | extern int prom_nodematch(int thisnode, char *name); |