Searched refs:dosp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1520 struct ipart dosp[FD_NUMPART]; /* incore fdisk partition structure */ local
1565 COPY_PTBL((*bp)->b_un.b_addr, dosp);
1599 uint_t, (uint_t)dosp[i].systid,
1600 uint_t, LE_32(dosp[i].relsect),
1601 uint_t, LE_32(dosp[i].numsect));
1603 if (isDosDrive(dosp[i].systid)) {
1612 if ((extendedPart < 0) && isDosExtended(dosp[i].systid)) {
1616 if ((bootPart < 0) && isBootPart(dosp[i].systid)) {
1627 startsec = LE_32(dosp[bootPart].relsect);
1628 mediasize = LE_32(dosp[bootPar
[all...]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c353 char *special, *dosp; local

Completed in 49 milliseconds