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

  /src/usr.sbin/installboot/arch/
next68k.c 85 uint32_t cd_secsize; local in function:next68k_setboot
132 cd_secsize = be32toh(next68klabel->cd_secsize);
133 sec_netonb_mult = (cd_secsize / params->sectorsize);
140 bootsize = roundup(params->s1stat.st_size, cd_secsize);
161 if (bootsize > be16toh(next68klabel->cd_front) * cd_secsize -
175 if (((bootsize / cd_secsize) > b1 - b0) ||
176 ((bootsize / cd_secsize) > fp - b1)) {
177 if (2 * bootsize > (fp * cd_secsize - NEXT68K_LABEL_SIZE))
179 b0 = b1 = NEXT68K_LABEL_SIZE / cd_secsize;
    [all...]
  /src/sys/sys/
bootblock.h 1213 int32_t cd_secsize; /* # of bytes per sector */ member in struct:next68k_disklabel

Completed in 14 milliseconds