Searched refs:dosp (Results 1 – 2 of 2) sorted by relevance
1520 struct ipart dosp[FD_NUMPART]; /* incore fdisk partition structure */ in findTheDrive() local1565 COPY_PTBL((*bp)->b_un.b_addr, dosp); in findTheDrive()1599 uint_t, (uint_t)dosp[i].systid, in findTheDrive()1600 uint_t, LE_32(dosp[i].relsect), in findTheDrive()1601 uint_t, LE_32(dosp[i].numsect)); in findTheDrive()1603 if (isDosDrive(dosp[i].systid)) { in findTheDrive()1612 if ((extendedPart < 0) && isDosExtended(dosp[i].systid)) { in findTheDrive()1616 if ((bootPart < 0) && isBootPart(dosp[i].systid)) { in findTheDrive()1627 startsec = LE_32(dosp[bootPart].relsect); in findTheDrive()1628 mediasize = LE_32(dosp[bootPart].numsect); in findTheDrive()[all …]
353 char *special, *dosp; in handle_unmount() local