Lines Matching refs:phandle
20 static phandle prom_node_to_node(const char *type, phandle node)
32 return (phandle) args[4];
38 inline phandle __prom_getchild(phandle node)
43 phandle prom_getchild(phandle node)
45 phandle cnode;
56 inline phandle prom_getparent(phandle node)
58 phandle cnode;
71 inline phandle __prom_getsibling(phandle node)
76 phandle prom_getsibling(phandle node)
78 phandle sibnode;
93 int prom_getproplen(phandle node, const char *prop)
117 int prom_getproperty(phandle node, const char *prop,
145 int prom_getint(phandle node, const char *prop)
160 int prom_getintdefault(phandle node, const char *property, int deflt)
173 int prom_getbool(phandle node, const char *prop)
188 void prom_getstring(phandle node, const char *prop, char *user_buf,
203 int prom_nodematch(phandle node, const char *name)
215 phandle prom_searchsiblings(phandle node_start, const char *nodename)
217 phandle thisnode;
239 char *prom_firstprop(phandle node, char *buffer)
265 char *prom_nextprop(phandle node, const char *oprop, char *buffer)
293 phandle prom_finddevice(const char *name)
311 int prom_node_has_property(phandle node, const char *prop)
329 prom_setprop(phandle node, const char *pname, char *value, int size)
359 inline phandle prom_inst2pkg(int inst)
362 phandle node;