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

  /src/sbin/gpt/
gpt_private.h 45 u_int secsz; member in struct:gpt
main.c 142 u_int secsz = 0; local in function:main
186 if (gpt_uint_get(NULL, &secsz) == -1)
221 verbose, mediasz, secsz, timestamp);
  /src/sys/arch/amd64/stand/prekern/
elf.c 342 size_t i, secsz, secalign; local in function:elf_map_sections
359 secsz = shdr->sh_size;
363 ASSERT(secpa + secsz <= kernpa_end);
365 secva = mm_map_segment(segtype, secpa, secsz, secalign);
  /src/sys/arch/hppa/stand/xxboot/
main.c 185 unsigned secsz, partoff, partsz; local in function:ipl_main
205 if (dklabel.d_magic == DISKMAGIC && (secsz = dklabel.d_secsize) != 0) {
263 if (partoff + partsz > ((unsigned)2*1024*1024*1024) / secsz) {
272 offset_raw_read = partoff * secsz;

Completed in 15 milliseconds