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

/haiku/src/libs/libfdt/
H A Dfdt_rw.c194 if ((err = fdt_splice_struct_(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
195 FDT_TAGALIGN(len))))
219 proplen = sizeof(**prop) + FDT_TAGALIGN(len);
249 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
250 FDT_TAGALIGN(newlen+1));
303 FDT_TAGALIGN(oldlen),
304 FDT_TAGALIGN(newlen));
329 proplen = sizeof(*prop) + FDT_TAGALIGN(len);
362 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
369 memset(nh->name, 0, FDT_TAGALIGN(namele
[all...]
H A Dfdt_sw.c227 nh = fdt_grab_space_(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
311 prop = fdt_grab_space_(fdt, sizeof(*prop) + FDT_TAGALIGN(len));
H A Dfdt.c215 *nextoffset = FDT_TAGALIGN(offset);
/haiku/headers/libs/libfdt/
H A Dlibfdt_internal.h11 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE)) macro

Completed in 42 milliseconds