/netbsd-src/sys/external/bsd/libfdt/dist/ |
H A D | libfdt.h | 691 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w() 749 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w() 788 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w() 1286 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32() 1321 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64() 1333 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell() 1647 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32() 1682 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() 1694 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell() 1728 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument [all …]
|
H A D | fdt_addresses.c | 16 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells() 36 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells() 48 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells() 59 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
|
H A D | fdt_wip.c | 15 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial() 35 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace() 61 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() 85 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
|
H A D | fdt_ro.c | 288 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name() 326 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset() 430 int nodeoffset, in fdt_get_property() 437 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen() 483 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop() 489 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle() 523 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path() 575 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset() 611 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth() 622 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset() [all …]
|
H A D | fdt_rw.c | 172 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_() 190 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_() 222 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name() 245 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder() 263 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop() 278 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop() 305 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() 366 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
|
H A D | fdt_overlay.c | 652 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | tests.h | 89 #define check_property_cell(fdt, nodeoffset, name, val) \ argument 98 #define check_getprop_cell(fdt, nodeoffset, name, val) \ argument 103 #define check_getprop_64(fdt, nodeoffset, name, val) \ argument 108 #define check_getprop_string(fdt, nodeoffset, name, s) \ argument
|
H A D | supernode_atdepth_offset.c | 63 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; in check_supernode_atdepth() local 100 int nodeoffset, err; in check_supernode_overdepth() local
|
H A D | testutils.c | 92 void check_property(void *fdt, int nodeoffset, const char *name, in check_property() 134 const void *check_getprop(void *fdt, int nodeoffset, const char *name, in check_getprop() 177 const void *check_getprop_addrrange(void *fdt, int parent, int nodeoffset, in check_getprop_addrrange()
|
H A D | parent_offset.c | 34 int nodeoffset, parentoffset, parentpathoffset, pathparentlen; in check_path() local
|
H A D | dtb_reverse.c | 93 static void reverse_node(void *in, void *out, int nodeoffset) in reverse_node()
|
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | fdtput.c | 138 static char *realloc_property(char *fdt, int nodeoffset, in realloc_property()
|
/netbsd-src/external/cddl/osnet/dist/lib/libuutil/common/ |
H A D | uu_avl.c | 66 uu_avl_pool_create(const char *name, size_t objsize, size_t nodeoffset, in uu_avl_pool_create()
|
H A D | uu_list.c | 64 size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) in uu_list_pool_create()
|