Searched refs:totalsize (Results 1 – 4 of 4) sorted by relevance
57 fdt32_t totalsize; /* total size of DT block */ member
166 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))183 __fdt_set_hdr(totalsize);
46 unsigned int totalsize; member76 (((struct microcode_intel *)mc)->hdr.totalsize ? \77 ((struct microcode_intel *)mc)->hdr.totalsize : \
505 tdb_off totalsize; local508 totalsize = sizeof(*rec) + rec->rec_len;509 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),510 &totalsize);
Completed in 8 milliseconds