Searched defs:nodeoffset (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/dtc/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
535 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_appendprop(void *fdt, int nodeoffset, cons argument
319 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
380 fdt_del_node(void *fdt, int nodeoffset) argument
[all...]
H A Dlibfdt.h481 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
566 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
918 fdt_setprop_inplace_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
953 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
965 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1191 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1226 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1238 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1333 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1368 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1380 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
/freebsd-10-stable/sys/contrib/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 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_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
917 fdt_setprop_inplace_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
929 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1154 fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1189 fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1201 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1296 fdt_appendprop_u32(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
1331 fdt_appendprop_u64(void *fdt, int nodeoffset, const char *name, uint64_t val) argument
1343 fdt_appendprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
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_appendprop(void *fdt, int nodeoffset, cons argument
319 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
380 fdt_del_node(void *fdt, int nodeoffset) argument
[all...]
/freebsd-10-stable/contrib/dtc/
H A Dfdtput.c153 static char *realloc_property(char *fdt, int nodeoffset, argument
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c66 uu_avl_pool_create(const char *name, size_t objsize, size_t nodeoffset, argument
H A Duu_list.c63 uu_list_pool_create(const char *name, size_t objsize, size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) argument
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c1531 int nodeoffset; local

Completed in 109 milliseconds