Searched refs:fd_drive (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfdmedia.h227 static struct fd_drive dfd_350ED = {
243 static struct fd_drive dfd_350HD = {
259 static struct fd_drive dfd_525HD = {
275 static struct fd_drive dfd_525DD = {
H A Dfdio.h71 struct fd_drive { struct
H A Dfdc.h367 struct fd_drive *fj_drive; /* pointer to drive characteristics */
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dfdvar.h196 struct fd_drive *un_drive; /* ptr to drive characteristics */
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dfd.c176 sizeof (struct fdisk) + sizeof (struct fd_drive) +
428 fjp->fj_drive = (struct fd_drive *)(fdp + 1);
1279 struct fd_drive drvchar;
1697 sizeof (struct fd_drive), flag))
1703 sizeof (struct fd_drive), flag)) {
/opensolaris-onvv-gate/usr/src/uts/sun/io/
H A Dfd.c735 fdc->c_un->un_drive = kmem_zalloc(sizeof (struct fd_drive), KM_SLEEP);
1312 sizeof (struct fd_drive));
1879 struct fd_drive drvchar;
2372 sizeof (struct fd_drive), flag)) {
2386 /* the rest of the fd_drive struct is meaningless to us */
2389 sizeof (struct fd_drive), flag))

Completed in 205 milliseconds