Searched refs:totalsize (Results 1 – 4 of 4) sorted by relevance
51 unsigned int totalsize; member80 return patch->totalsize ?: PPRO_UCODE_DATASIZE + MC_HEADER_SIZE; in get_totalsize()92 if ( patch->totalsize > (MC_HEADER_SIZE + patch->datasize) ) in get_ext_sigtable()
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);
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 14 milliseconds