taglinefilesource code
thisnode142arch/sparc/prom/tree.cint thisnode, error;
thisnode144arch/sparc/prom/tree.cfor(thisnode = node_start; thisnode;
thisnode145arch/sparc/prom/tree.cthisnode=prom_getsibling(thisnode)) {
thisnode146arch/sparc/prom/tree.cerror = prom_getproperty(thisnode, "name", promlib_buf,
thisnode150arch/sparc/prom/tree.cif(strcmp(nodename, promlib_buf)==0) return thisnode;
thisnode200include/asm-sparc/oplib.hextern int prom_getproplen(int thisnode, char *property);
thisnode205include/asm-sparc/oplib.hextern int prom_getproperty(int thisnode, char *property,
thisnode221include/asm-sparc/oplib.hextern int prom_nodematch(int thisnode, char *name);