tag | line | file | source code |
property | 87 | arch/sparc/prom/tree.c | prom_getintdefault(int node, char *property, int deflt) |
property | 91 | arch/sparc/prom/tree.c | retval = prom_getint(node, property); |
property | 200 | include/asm-sparc/oplib.h | extern int prom_getproplen(int thisnode, char *property); |
property | 205 | include/asm-sparc/oplib.h | extern int prom_getproperty(int thisnode, char *property, |
property | 209 | include/asm-sparc/oplib.h | extern int prom_getint(int node, char *property); |
property | 212 | include/asm-sparc/oplib.h | extern int prom_getintdefault(int node, char *property, int defval); |