Searched defs:nodeoffset (Results 1 - 4 of 4) 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
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) argument
107 int fdt_nop_node(void *fdt, int nodeoffset) argument
H A Dfdt_ro.c201 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
221 int fdt_first_property_offset(const void *fdt, int nodeoffset) argument
292 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, argument
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
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, argument
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, argument
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.h459 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...]

Completed in 47 milliseconds