Searched refs:bootPart (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_common.c467 int bootPart = -1; local
540 if ((bootPart < 0) && isBootPart(part[i].systid)) {
541 bootPart = i;
547 if (bootPart < 0) {
552 found = ltohi(part[bootPart].relsect) * BPSEC;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1527 int bootPart = -1; /* index of a Solaris boot partition */ local
1616 if ((bootPart < 0) && isBootPart(dosp[i].systid)) {
1617 bootPart = i;
1623 if (bootPart < 0) {
1627 startsec = LE_32(dosp[bootPart].relsect);
1628 mediasize = LE_32(dosp[bootPart].numsect);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c625 int bootPart = -1; local
699 if ((bootPart < 0) && isBootPart(part[i].systid)) {
700 bootPart = i;
706 if (bootPart < 0) {
711 if ((*seekto = ltohi(part[bootPart].relsect)) == 0) {
718 fill_bpb_sizes(wbpb, part, bootPart, *seekto);
720 FdiskFATsize = lookup_FAT_size(part[bootPart].systid);

Completed in 67 milliseconds