Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1568 COPY_PTBL((*bp)->b_un.b_addr, dosp); in findTheDrive()
1602 uint_t, (uint_t)dosp[i].systid, in findTheDrive()
1603 uint_t, LE_32(dosp[i].relsect), in findTheDrive()
1604 uint_t, LE_32(dosp[i].numsect)); in findTheDrive()
1606 if (isDosDrive(dosp[i].systid)) { in findTheDrive()
1682 COPY_PTBL((*bp)->b_un.b_addr, dosp); in findTheDrive()
1702 uint_t, (uint_t)dosp[i].systid, in findTheDrive()
1703 uint_t, LE_32(dosp[i].relsect), in findTheDrive()
1705 if (isDosDrive(dosp[i].systid)) { in findTheDrive()
1719 LE_32(dosp[i].relsect); in findTheDrive()
[all …]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c353 char *special, *dosp; in handle_unmount() local