Home
last modified time | relevance | path

Searched refs:fdr_result (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dfdio.h152 char fdr_result[10]; /* controller-supplied result bytes */ member
162 char fdr_result[10]; /* controller-supplied result bytes */ member
/titanic_50/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_format.c448 if (fdr_form.fdr_result[0] & 0xC0) { in format_floppy()
449 if (fdr_form.fdr_result[1] & 0x02) { in format_floppy()
/titanic_50/usr/src/cmd/fdformat/
H A Dfdformat.c918 if (fdr_form.fdr_result[0] & 0xC0) { in format_diskette()
919 if (fdr_form.fdr_result[1] & 0x02) { in format_diskette()
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c2601 bcopy(fdr32.fdr_result, fdr.fdr_result, in fdrawioctl()
2602 sizeof (fdr.fdr_result)); in fdrawioctl()
2902 fdr.fdr_result[i] = csb->csb_rslt[i]; in fdrawioctl()
2910 bcopy(fdr.fdr_result, fdr32.fdr_result, in fdrawioctl()
2911 sizeof (fdr32.fdr_result)); in fdrawioctl()
/titanic_50/usr/src/uts/common/io/
H A Dfd.c2035 arg_result = ((struct fd_raw32 *)arg)->fdr_result; in fd_rawioctl()
2045 arg_result = ((struct fd_raw *)arg)->fdr_result; in fd_rawioctl()
2140 if (ddi_copyout(fdr.fdr_result, arg_result, sizeof (fdr.fdr_cmd), mode)) in fd_rawioctl()
H A Dfdc.c1550 fdrp->fdr_result[i] = csb->csb_rslt[i]; in fdrawioctl()