HomeSort by: relevance | last modified time | path
    Searched refs:FDT_TAGALIGN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
libfdt_internal.h 13 #define FDT_TAGALIGN(x) (FDT_ALIGN((x), FDT_TAGSIZE))
fdt_rw.c 182 if ((err = fdt_splice_struct_(fdt, (*prop)->data, FDT_TAGALIGN(oldlen),
183 FDT_TAGALIGN(len))))
207 proplen = sizeof(**prop) + FDT_TAGALIGN(len);
236 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
237 FDT_TAGALIGN(newlen+1));
290 FDT_TAGALIGN(oldlen),
291 FDT_TAGALIGN(newlen));
316 proplen = sizeof(*prop) + FDT_TAGALIGN(len);
346 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
353 memset(nh->name, 0, FDT_TAGALIGN(namelen+1))
    [all...]
fdt_sw.c 221 nh = fdt_grab_space_(fdt, sizeof(*nh) + FDT_TAGALIGN(namelen));
305 prop = fdt_grab_space_(fdt, sizeof(*prop) + FDT_TAGALIGN(len));
fdt.c 182 *nextoffset = FDT_TAGALIGN(offset);

Completed in 13 milliseconds