Lines Matching defs:node
24 static phandle __prom_getchild(phandle node) in __prom_getchild()
40 phandle prom_getchild(phandle node) in prom_getchild()
56 static phandle __prom_getsibling(phandle node) in __prom_getsibling()
72 phandle prom_getsibling(phandle node) in prom_getsibling()
90 int prom_getproplen(phandle node, const char *prop) in prom_getproplen()
110 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty()
130 int prom_getint(phandle node, char *prop) in prom_getint()
144 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault()
156 int prom_getbool(phandle node, char *prop) in prom_getbool()
170 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring()
204 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop()
221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop()
234 phandle node = prom_root_node, node2; in prom_finddevice() local
281 int prom_setprop(phandle node, const char *pname, char *value, int size) in prom_setprop()
300 phandle node; in prom_inst2pkg() local