Lines Matching defs:node
23 static phandle __prom_getchild(phandle node) in __prom_getchild()
39 phandle prom_getchild(phandle node) in prom_getchild()
55 static phandle __prom_getsibling(phandle node) in __prom_getsibling()
71 phandle prom_getsibling(phandle node) in prom_getsibling()
89 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
109 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty()
129 int prom_getint(phandle node, char *prop) in prom_getint()
143 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault()
155 int prom_getbool(phandle node, char *prop) in prom_getbool()
169 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring()
203 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop()
220 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop()
233 phandle node = prom_root_node, node2; in prom_finddevice() local
280 int prom_setprop(phandle node, const char *pname, char *value, int size) in prom_setprop()
299 phandle node; in prom_inst2pkg() local