taglinefilesource code
thisnode143arch/sparc/prom/tree.cint thisnode, error;
thisnode145arch/sparc/prom/tree.cfor(thisnode = node_start; thisnode;
thisnode146arch/sparc/prom/tree.cthisnode=prom_getsibling(thisnode)) {
thisnode147arch/sparc/prom/tree.cerror = prom_getproperty(thisnode, "name", promlib_buf,
thisnode151arch/sparc/prom/tree.cif(strcmp(nodename, promlib_buf)==0) return thisnode;
thisnode223include/asm-sparc/oplib.hextern int prom_getproplen(int thisnode, char *property);
thisnode228include/asm-sparc/oplib.hextern int prom_getproperty(int thisnode, char *property,
thisnode244include/asm-sparc/oplib.hextern int prom_nodematch(int thisnode, char *name);