Searched refs:FDT_TAGALIGN (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/dtc/libfdt/
H A Dlibfdt_internal.h56 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) macro
H A Dfdt_rw.c213 if ((err = _fdt_splice_struct(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
214 FDT_TAGALIGN(len))))
237 proplen = sizeof(**prop) + FDT_TAGALIGN(len);
263 err = _fdt_splice_struct(fdt, namep, FDT_TAGALIGN(oldlen+1),
264 FDT_TAGALIGN(newlen+1));
303 FDT_TAGALIGN(oldlen),
304 FDT_TAGALIGN(newlen));
329 proplen = sizeof(*prop) + FDT_TAGALIGN(len);
359 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
366 memset(nh->name, 0, FDT_TAGALIGN(namele
[all...]
H A Dfdt_sw.c177 nh = _fdt_grab_space(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
234 prop = _fdt_grab_space(fdt, sizeof(*prop) + FDT_TAGALIGN(len));
H A Dfdt.c140 *nextoffset = FDT_TAGALIGN(offset);
/freebsd-12-stable/sys/contrib/libfdt/
H A Dlibfdt_internal.h56 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) macro
H A Dfdt_rw.c213 if ((err = fdt_splice_struct_(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
214 FDT_TAGALIGN(len))))
237 proplen = sizeof(**prop) + FDT_TAGALIGN(len);
263 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
264 FDT_TAGALIGN(newlen+1));
317 FDT_TAGALIGN(oldlen),
318 FDT_TAGALIGN(newlen));
343 proplen = sizeof(*prop) + FDT_TAGALIGN(len);
373 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
380 memset(nh->name, 0, FDT_TAGALIGN(namele
[all...]
H A Dfdt_sw.c177 nh = fdt_grab_space_(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
234 prop = fdt_grab_space_(fdt, sizeof(*prop) + FDT_TAGALIGN(len));
H A Dfdt.c143 *nextoffset = FDT_TAGALIGN(offset);

Completed in 118 milliseconds