Lines Matching refs:phandle_t
65 phandle_t
72 phandle_t
75 phandle_t rv; in ofw_optnode()
81 phandle_t
82 ofw_peer(int fd, phandle_t node) in ofw_peer()
84 phandle_t rv; in ofw_peer()
91 phandle_t
92 ofw_child(int fd, phandle_t node) in ofw_child()
94 phandle_t rv; in ofw_child()
101 phandle_t
122 ofw_firstprop(int fd, phandle_t node, char *buf, int buflen) in ofw_firstprop()
129 ofw_nextprop(int fd, phandle_t node, const char *prev, char *buf, int buflen) in ofw_nextprop()
158 ofw_getprop(int fd, phandle_t node, const char *name, void *buf, int buflen) in ofw_getprop()
172 ofw_setprop(int fd, phandle_t node, const char *name, const void *buf, in ofw_setprop()
189 ofw_getproplen(int fd, phandle_t node, const char *name) in ofw_getproplen()
201 ofw_getprop_alloc(int fd, phandle_t node, const char *name, void **buf, in ofw_getprop_alloc()