Home
last modified time | relevance | path

Searched refs:data_grow_for (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Ddata.c24 struct data data_grow_for(struct data d, unsigned int xlen) in data_grow_for() function
48 d = data_grow_for(empty_data, len); in data_copy_mem()
63 d = data_grow_for(d, len + 1); in data_copy_escape_string()
92 d = data_grow_for(d, chunksize); in data_copy_file()
109 d = data_grow_for(d, len); in data_append_data()
118 d = data_grow_for(d, len); in data_insert_at_marker()
214 d = data_grow_for(d, len); in data_append_zeroes()
H A Ddtc.h168 struct data data_grow_for(struct data d, unsigned int xlen);
H A Dflattree.c635 d = data_grow_for(d, len); in flat_read_data()
/openbmc/u-boot/scripts/dtc/
H A Ddata.c39 struct data data_grow_for(struct data d, int xlen) in data_grow_for() function
63 d = data_grow_for(empty_data, len); in data_copy_mem()
77 d = data_grow_for(empty_data, len + 1); in data_copy_escape_string()
105 d = data_grow_for(d, chunksize); in data_copy_file()
122 d = data_grow_for(d, len); in data_append_data()
131 d = data_grow_for(d, len); in data_insert_at_marker()
227 d = data_grow_for(d, len); in data_append_zeroes()
H A Ddtc.h106 struct data data_grow_for(struct data d, int xlen);
H A Dflattree.c649 d = data_grow_for(d, len); in flat_read_data()