tag | line | file | source code |
property | 88 | arch/sparc/prom/tree.c | prom_getintdefault(int node, char *property, int deflt) |
property | 92 | arch/sparc/prom/tree.c | retval = prom_getint(node, property); |
property | 223 | include/asm-sparc/oplib.h | extern int prom_getproplen(int thisnode, char *property); |
property | 228 | include/asm-sparc/oplib.h | extern int prom_getproperty(int thisnode, char *property, |
property | 232 | include/asm-sparc/oplib.h | extern int prom_getint(int node, char *property); |
property | 235 | include/asm-sparc/oplib.h | extern int prom_getintdefault(int node, char *property, int defval); |
property | 262 | include/asm-sparc/oplib.h | extern int prom_node_has_property(int node, char *property); |