Searched defs:fdt (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10-stable/contrib/dtc/libfdt/
H A Dlibfdt_internal.h70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
75 static inline void *_fdt_offset_ptr_w(void *fdt, in argument
80 _fdt_mem_rsv(const void *fdt, int n) argument
88 _fdt_mem_rsv_w(void *fdt, int n) argument
[all...]
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
97 int _fdt_node_end_offset(void *fdt, int offset) argument
107 int fdt_nop_node(void *fdt, int nodeoffset) argument
[all...]
H A Dfdt.c58 int fdt_check_header(const void *fdt) argument
77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) argument
93 fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
143 _fdt_check_node_offset(const void *fdt, int offset) argument
152 _fdt_check_prop_offset(const void *fdt, int offset) argument
161 fdt_next_node(const void *fdt, int offset, int *depth) argument
201 fdt_first_subnode(const void *fdt, int offset) argument
212 fdt_next_subnode(const void *fdt, int offset) argument
241 fdt_move(const void *fdt, void *buf, int bufsize) argument
[all...]
H A Dfdt_sw.c58 static int _fdt_sw_check_header(void *fdt) argument
73 static void *_fdt_grab_space(void *fdt, size_t len) argument
90 void *fdt = buf; local
110 fdt_resize(void *fdt, void *buf, int bufsize) argument
142 fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) argument
165 fdt_finish_reservemap(void *fdt) argument
170 fdt_begin_node(void *fdt, const char *name) argument
186 fdt_end_node(void *fdt) argument
200 _fdt_find_add_string(void *fdt, const char *s) argument
223 fdt_property(void *fdt, const char *name, const void *val, int len) argument
245 fdt_finish(void *fdt) argument
[all...]
H A Dfdt_ro.c58 static int _fdt_nodename_eq(const void *fdt, int offset, argument
78 const char *fdt_string(const void *fdt, int stroffset) argument
83 static int _fdt_string_eq(const void *fdt, int stroffset, argument
91 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) argument
99 fdt_num_mem_rsv(const void *fdt) argument
108 _nextprop(const void *fdt, int offset) argument
132 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
151 fdt_subnode_offset(const void *fdt, int parentoffset, const char *name) argument
157 fdt_path_offset(const void *fdt, const char *path) argument
201 fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
221 fdt_first_property_offset(const void *fdt, int nodeoffset) argument
231 fdt_next_property_offset(const void *fdt, int offset) argument
239 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
260 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
284 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
292 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
304 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
317 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
323 fdt_get_phandle(const void *fdt, int nodeoffset) argument
340 fdt_get_alias_namelen(const void *fdt, const char *name, int namelen) argument
352 fdt_get_alias(const void *fdt, const char *name) 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
466 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
493 fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) argument
535 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
550 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
[all...]
H A Dfdt_rw.c58 static int _fdt_blocks_misordered(const void *fdt, argument
70 _fdt_rw_check_header(void *fdt) argument
92 _fdt_data_size(void *fdt) argument
97 _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) argument
110 _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, int oldn, int newn) argument
123 _fdt_splice_struct(void *fdt, void *p, int oldlen, int newlen) argument
137 _fdt_splice_string(void *fdt, int newlen) argument
150 _fdt_find_add_string(void *fdt, const char *s) argument
172 fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) argument
189 fdt_del_mem_rsv(void *fdt, int n) argument
205 _fdt_resize_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
223 _fdt_add_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
251 fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
274 fdt_setprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
292 fdt_appendprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
319 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
334 fdt_add_subnode_namelen(void *fdt, int parentoffset, const char *name, int namelen) argument
375 fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
380 fdt_del_node(void *fdt, int nodeoffset) argument
416 fdt_open_into(const void *fdt, void *buf, int bufsize) argument
480 fdt_pack(void *fdt) argument
[all...]
H A Dlibfdt.h126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
481 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
1031 fdt_property_u32(void *fdt, const char *name, uint32_t val) argument
1036 fdt_property_u64(void *fdt, const char *name, uint64_t val) argument
1041 fdt_property_cell(void *fdt, 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 Dlibfdt_internal.h70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
75 static inline void *_fdt_offset_ptr_w(void *fdt, in argument
80 _fdt_mem_rsv(const void *fdt, int n) argument
88 _fdt_mem_rsv_w(void *fdt, int n) argument
[all...]
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
97 int _fdt_node_end_offset(void *fdt, int offset) argument
107 int fdt_nop_node(void *fdt, int nodeoffset) argument
[all...]
H A Dfdt.c58 int fdt_check_header(const void *fdt) argument
77 const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int len) argument
93 fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
143 _fdt_check_node_offset(const void *fdt, int offset) argument
152 _fdt_check_prop_offset(const void *fdt, int offset) argument
161 fdt_next_node(const void *fdt, int offset, int *depth) argument
213 fdt_move(const void *fdt, void *buf, int bufsize) argument
[all...]
H A Dfdt_sw.c58 static int _fdt_sw_check_header(void *fdt) argument
73 static void *_fdt_grab_space(void *fdt, size_t len) argument
90 void *fdt = buf; local
110 fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) argument
133 fdt_finish_reservemap(void *fdt) argument
138 fdt_begin_node(void *fdt, const char *name) argument
154 fdt_end_node(void *fdt) argument
168 _fdt_find_add_string(void *fdt, const char *s) argument
191 fdt_property(void *fdt, const char *name, const void *val, int len) argument
213 fdt_finish(void *fdt) argument
[all...]
H A Dlibfdt.h126 static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen) argument
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_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
994 fdt_property_u32(void *fdt, const char *name, uint32_t val) argument
999 fdt_property_u64(void *fdt, const char *name, uint64_t val) argument
1004 fdt_property_cell(void *fdt, 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.c58 static int _fdt_nodename_eq(const void *fdt, int offset, argument
78 const char *fdt_string(const void *fdt, int stroffset) argument
83 static int _fdt_string_eq(const void *fdt, int stroffset, argument
91 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) argument
99 fdt_num_mem_rsv(const void *fdt) argument
108 _nextprop(const void *fdt, int offset) argument
132 fdt_subnode_offset_namelen(const void *fdt, int offset, const char *name, int namelen) argument
151 fdt_subnode_offset(const void *fdt, int parentoffset, const char *name) argument
157 fdt_path_offset(const void *fdt, const char *path) argument
201 fdt_get_name(const void *fdt, int nodeoffset, int *len) argument
221 fdt_first_property_offset(const void *fdt, int nodeoffset) argument
231 fdt_next_property_offset(const void *fdt, int offset) argument
239 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
260 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
284 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
292 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
304 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
317 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
323 fdt_get_phandle(const void *fdt, int nodeoffset) argument
340 fdt_get_alias_namelen(const void *fdt, const char *name, int namelen) argument
352 fdt_get_alias(const void *fdt, const char *name) 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
466 fdt_node_offset_by_prop_value(const void *fdt, int startoffset, const char *propname, const void *propval, int proplen) argument
493 fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) argument
536 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
551 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
[all...]
H A Dfdt_rw.c58 static int _fdt_blocks_misordered(const void *fdt, argument
70 _fdt_rw_check_header(void *fdt) argument
92 _fdt_data_size(void *fdt) argument
97 _fdt_splice(void *fdt, void *splicepoint, int oldlen, int newlen) argument
110 _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p, int oldn, int newn) argument
123 _fdt_splice_struct(void *fdt, void *p, int oldlen, int newlen) argument
137 _fdt_splice_string(void *fdt, int newlen) argument
150 _fdt_find_add_string(void *fdt, const char *s) argument
172 fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) argument
189 fdt_del_mem_rsv(void *fdt, int n) argument
205 _fdt_resize_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
223 _fdt_add_property(void *fdt, int nodeoffset, const char *name, int len, struct fdt_property **prop) argument
251 fdt_set_name(void *fdt, int nodeoffset, const char *name) argument
274 fdt_setprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
292 fdt_appendprop(void *fdt, int nodeoffset, const char *name, const void *val, int len) argument
319 fdt_delprop(void *fdt, int nodeoffset, const char *name) argument
334 fdt_add_subnode_namelen(void *fdt, int parentoffset, const char *name, int namelen) argument
375 fdt_add_subnode(void *fdt, int parentoffset, const char *name) argument
380 fdt_del_node(void *fdt, int nodeoffset) argument
416 fdt_open_into(const void *fdt, void *buf, int bufsize) argument
480 fdt_pack(void *fdt) argument
[all...]
/freebsd-10-stable/usr.bin/dtc/
H A Dchecking.hh40 namespace fdt namespace in namespace:dtc
H A Dchecking.cc40 namespace fdt namespace in namespace:dtc
H A Dfdt.hh49 namespace fdt namespace in namespace:dtc
H A Dfdt.cc50 namespace fdt namespace in namespace:dtc
/freebsd-10-stable/usr.sbin/fdread/
H A Dfdread.c165 struct fd_type fdt; local
304 struct fd_type fdt; local
[all...]
/freebsd-10-stable/usr.sbin/fdwrite/
H A Dfdwrite.c72 struct fd_type fdt; local
[all...]
/freebsd-10-stable/contrib/dtc/
H A Dfdtput.c136 static char *_realloc_fdt(char *fdt, int delta) argument
144 static char *realloc_node(char *fdt, const char *name) argument
153 static char *realloc_property(char *fdt, in argument
[all...]
H A Dflattree.c337 static void make_fdt_header(struct fdt_header *fdt, argument
377 struct fdt_header fdt; local
811 struct fdt_header *fdt; local
[all...]
/freebsd-10-stable/usr.sbin/fdformat/
H A Dfdformat.c142 struct fd_type fdt, newft, *fdtp; local
[all...]
/freebsd-10-stable/sys/powerpc/ofw/
H A Dofw_machdep.c67 static void *fdt; variable
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c335 int fdt; /* current connecting socket */ member in struct:gpsd_unit
[all...]

Completed in 113 milliseconds

12