Lines Matching refs:phandle_t
34 phandle_t ofw_root(int);
35 phandle_t ofw_optnode(int);
36 phandle_t ofw_peer(int, phandle_t);
37 phandle_t ofw_child(int, phandle_t);
38 phandle_t ofw_finddevice(int, const char *);
40 int ofw_firstprop(int, phandle_t, char *, int);
41 int ofw_nextprop(int, phandle_t, const char *, char *, int);
42 int ofw_getprop(int, phandle_t, const char *, void *, int);
43 int ofw_setprop(int, phandle_t, const char *, const void *, int);
44 int ofw_getproplen(int, phandle_t, const char *);
45 int ofw_getprop_alloc(int, phandle_t, const char *, void **, int *,