Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c489 bcopy(fdparts[fdp->d_deffdtype], fdp->d_part, in fd_attach()
671 pp = &fdp->d_part[part]; in fd_open()
844 bcopy(fdparts[fdp->d_curfdtype], fdp->d_part, in fdgetlabel()
1049 pp = &fdp->d_part[PARTITION(bp->b_edev)]; in fd_strategy()
1162 pp = &fdp->d_part[PARTITION(bp->b_edev)]; in fdstart()
1375 fdp->d_part[part].p_start / nblks; in fd_ioctl()
1377 fdp->d_part[part].p_size; in fd_ioctl()
1395 fdp->d_part[part].p_start / nblks; in fd_ioctl()
1396 dmp->dkl_nblk = fdp->d_part[part].p_size; in fd_ioctl()
1458 fdp->d_part[part].p_start = dmp->dkl_cylno * in fd_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h117 struct partition d_part[NDKMAP]; /* partitions descriptions */ member