Searched refs:nodeoffset (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/libfdt/
H A Dfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, argument
64 propval = fdt_getprop_w(fdt, nodeoffset, name, &proplen);
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
88 prop = fdt_get_property_w(fdt, nodeoffset, name, &len);
107 int fdt_nop_node(void *fdt, int nodeoffset) argument
111 endoffset = _fdt_node_end_offset(fdt, nodeoffset);
115 _fdt_nop_region(fdt_offset_ptr_w(fdt, nodeoffset, 0),
116 endoffset - nodeoffset);
H A Dfdt_ro.c201 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
203 const struct fdt_node_header *nh = _fdt_offset_ptr(fdt, nodeoffset);
207 || ((err = _fdt_check_node_offset(fdt, nodeoffset)) < 0))
221 int fdt_first_property_offset(const void *fdt, int nodeoffset) argument
225 if ((offset = _fdt_check_node_offset(fdt, nodeoffset)) < 0)
285 int nodeoffset,
288 return fdt_get_property_namelen(fdt, nodeoffset, name,
292 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, argument
297 prop = fdt_get_property_namelen(fdt, nodeoffset, name, namelen, lenp);
317 const void *fdt_getprop(const void *fdt, int nodeoffset, argument
284 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
323 fdt_get_phandle(const void *fdt, int nodeoffset) argument
357 fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) argument
409 fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth) argument
445 fdt_node_depth(const void *fdt, int nodeoffset) argument
456 fdt_parent_offset(const void *fdt, int nodeoffset) argument
536 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
[all...]
H A Dfdt_rw.c205 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, argument
211 *prop = fdt_get_property_w(fdt, nodeoffset, name, &oldlen);
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, argument
231 if ((nextoffset = _fdt_check_node_offset(fdt, nodeoffset)) < 0)
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
259 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, argument
282 err = _fdt_resize_property(fdt, nodeoffset, name, len, &prop);
284 err = _fdt_add_property(fdt, nodeoffset, name, len, &prop);
292 int fdt_delprop(void *fdt, int nodeoffset, cons argument
353 fdt_del_node(void *fdt, int nodeoffset) argument
[all...]
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h325 * @nodeoffset: structure block offset of the starting node
329 * device tree node at structure block offset nodeoffset. If lenp is
338 * -FDT_ERR_BADOFFSET, nodeoffset did not point to FDT_BEGIN_NODE tag
343 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
348 * @nodeoffset: structure block offset of a node
356 * -FDT_ERR_BADOFFSET, if nodeoffset did not point to an FDT_BEGIN_NODE tag
363 int fdt_first_property_offset(const void *fdt, int nodeoffset);
377 * -FDT_ERR_BADOFFSET, if nodeoffset did not point to an FDT_PROP tag
403 * -FDT_ERR_BADOFFSET, nodeoffset did not point to FDT_PROP tag
417 * @nodeoffset
459 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
544 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
882 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1098 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
H A Dlibfdt_internal.h68 int _fdt_node_end_offset(void *fdt, int nodeoffset);
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DBPlusTree.h164 bplustree_node *Node(off_t nodeoffset,bool check = true);

Completed in 45 milliseconds