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

  /src/lib/libukfs/
ukfs_disklabel.c 58 uint16_t npart; local in function:ukfs__disklabel_scan
80 npart = bswap16(lp->d_npartitions);
82 npart = lp->d_npartitions;
84 if (npart > UKFS_MAXPARTITIONS
132 uint16_t npart; local in function:ukfs__disklabel_dkcksum
135 npart = bswap16(lp->d_npartitions);
137 npart = lp->d_npartitions;
141 end = (uint16_t *)(void *)&lp->d_partitions[npart];
  /src/usr.sbin/installboot/arch/
hppa.c 137 unsigned int secsize, npart; local in function:hppa_setboot
170 npart = be16toh(label.l.d_npartitions);
174 npart > MAXMAXPARTITIONS) {
178 } else if (npart < 1 || label.l.d_partitions[0].p_size == 0) {
  /src/sys/arch/hp300/stand/common/
sd.c 58 u_short npart; member in struct:sdminilabel
167 pi->npart = 3;
176 pi->npart = 3;
181 pi->npart = lp->d_npartitions;
182 for (i = 0; i < pi->npart; i++)
223 (part >= ss->sc_pinfo.npart || ss->sc_pinfo.offset[part] == -1))
rd.c 63 u_short npart; member in struct:rdminilabel
243 pi->npart = 3;
247 pi->npart = lp->d_npartitions;
248 for (i = 0; i < pi->npart; i++)
283 (part >= rs->sc_pinfo.npart || rs->sc_pinfo.offset[part] == -1))
  /src/sys/arch/next68k/stand/boot/
sd.c 53 u_short npart; member in struct:sdminilabel
168 pi->npart = 0;
171 pi->offset[pi->npart] = (label->cd_partitions[i].cp_offset
175 pi->offset[pi->npart] = -1;
176 DPRINTF (("%d: [%d]=%ld\n", i, pi->npart, pi->offset[pi->npart]));
177 pi->npart++;
178 if (pi->npart == RAW_PART)
179 pi->npart++;
232 if ((unsigned char)part >= ss->sc_pinfo.npart
    [all...]
  /src/usr.bin/rump_allserver/
rump_allserver.c 670 uint16_t npart; local in function:rs_dl_dkcksum
673 npart = bs16(lp->d_npartitions);
675 npart = lp->d_npartitions;
679 end = (uint16_t *)(void *)&lp->d_partitions[npart];
730 uint16_t npart; local in function:rs_dl_scan
752 npart = bs16(lp->d_npartitions);
754 npart = lp->d_npartitions;
756 if (npart > RUMPSERVER_MAXPARTITIONS

Completed in 13 milliseconds