Home | History | Annotate | Download | only in mdsetimage

Lines Matching refs:st_size

135 	if ((uintmax_t)ksb.st_size != (size_t)ksb.st_size)
138 if ((mappedkfile = mmap(NULL, ksb.st_size, PROT_READ,
146 if (bin_find_md_root(bin, mappedkfile, ksb.st_size, text_start,
157 munmap(mappedkfile, ksb.st_size);
168 if ((uintmax_t)fssb.st_size != (size_t)fssb.st_size)
170 if (fssb.st_size > md_root_size_value)
172 " (%u bytes)", fsfile, (intmax_t) fssb.st_size,
174 left_to_copy = fssb.st_size;
225 (intmax_t) fssb.st_size);
229 bin_put_32(bin, fssb.st_size, buf);