Home
last modified time | relevance | path

Searched defs:nodeoffset (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/libfdt/
H A Dlibfdt.h656 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
695 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1193 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1228 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1240 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1594 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1624 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1685 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32()
1720 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64()
1732 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell()
[all …]
H A Dfdt_wip.c58 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial()
78 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
104 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
128 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
H A Dfdt_ro.c234 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
272 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
376 int nodeoffset, in fdt_get_property()
383 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
419 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
425 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
511 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
547 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
558 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
692 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get()
[all …]
H A Dfdt_addresses.c58 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells()
78 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
H A Dfdt_rw.c203 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_()
221 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_()
249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
272 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder()
290 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
305 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
332 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
393 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
H A Dfdt_overlay.c695 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Duu_avl.c66 uu_avl_pool_create(const char *name, size_t objsize, size_t nodeoffset, in uu_avl_pool_create()
H A Duu_list.c64 size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) in uu_list_pool_create()