Home
last modified time | relevance | path

Searched refs:fdc_blkno (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dfdio.h110 daddr_t fdc_blkno; /* disk address for command */ member
120 daddr32_t fdc_blkno; /* disk address for command */ member
/titanic_50/usr/src/uts/common/io/
H A Dfd.c1747 fc.fdc_blkno = fc32.fdc_blkno; in fd_ioctl()
1794 cyl = fc.fdc_blkno / spc; in fd_ioctl()
1795 head = (fc.fdc_blkno % spc) / spt; in fd_ioctl()
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c2431 fc.fdc_blkno = (daddr_t)fc32.fdc_blkno; in fd_ioctl()
2490 cyl = fc.fdc_blkno / spc; in fd_ioctl()
2491 hd = (fc.fdc_blkno % spc) / spt; in fd_ioctl()
2499 if (fc.fdc_blkno < 0 || fc.fdc_blkno > (nblks - 1)) { in fd_ioctl()