Lines Matching refs:nodeid
203 of_proplib_mkprop(int fd, int nodeid, char *name)
208 ofio.of_nodeid = nodeid;
235 of_proplib_tree_fill(int fd, int nodeid)
237 int childid = nodeid;
245 ofio.of_nodeid = nodeid;
254 prop_number_create_unsigned(nodeid));
272 obj = of_proplib_mkprop(fd, nodeid, namebuf);
416 of_tree_getprop(int nodeid, const char *name)
421 if (nodeid == 0)
424 node = of_tree_walk(&of_root, of_match_by_nodeid, &nodeid);
446 OF_getproplen(int nodeid, const char *name)
448 struct of_prop *prop = of_tree_getprop(nodeid, name);
453 OF_getprop(int nodeid, const char *name, void *buf, size_t len)
455 struct of_prop *prop = of_tree_getprop(nodeid, name);
465 OF_nextprop(int nodeid, const char *name, void *nextname)
467 struct of_prop *prop = of_tree_getprop(nodeid, name);