Home
last modified time | relevance | path

Searched refs:fdr_nbytes (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_generic.c264 fdraw.fdr_nbytes = r_p->size; in _m_raw_read()
287 return (fdraw.fdr_nbytes); in _m_raw_read()
337 fdraw.fdr_nbytes = r_p->size; in _m_raw_write()
360 return (fdraw.fdr_nbytes); in _m_raw_write()
H A Df_format.c430 fdr_form.fdr_nbytes = 4 * spt; in format_floppy()
/illumos-gate/usr/src/uts/common/sys/
H A Dfdio.h151 ushort_t fdr_nbytes; /* number to transfer if read/write command */ member
161 ushort_t fdr_nbytes; /* number to transfer if read/write command */ member
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c2606 fdr.fdr_nbytes = fdr32.fdr_nbytes; in fdrawioctl()
2702 fc = (uint_t)(fdr.fdr_nbytes); in fdrawioctl()
2728 fc = (uint_t)(fdr.fdr_nbytes + 16); in fdrawioctl()
2734 (uint_t)fdr.fdr_nbytes, mode)) { in fdrawioctl()
2773 if ((csb->csb_opflags & CSB_OFXFEROPS) && (fdr.fdr_nbytes == 0)) { in fdrawioctl()
2781 (C, "fdrawioctl: nbytes = %u\n", fdr.fdr_nbytes)); in fdrawioctl()
2784 if ((fc = (uint_t)fdr.fdr_nbytes) > 0) { in fdrawioctl()
2906 fdr.fdr_nbytes = fdc->c_csb.csb_rlen; /* return resid */ in fdrawioctl()
2915 fdr32.fdr_nbytes = fdr.fdr_nbytes; in fdrawioctl()
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c1419 if (fdrp->fdr_nbytes == 0) in fdrawioctl()
1477 (uint_t)fdrp->fdr_nbytes, &fdc_accattr, DDI_DMA_CONSISTENT, in fdrawioctl()
1486 (uint_t)fdrp->fdr_nbytes); in fdrawioctl()
1491 aligned_buf, (uint_t)fdrp->fdr_nbytes, dmar_flags, in fdrawioctl()
1523 fdrp->fdr_nbytes)); in fdrawioctl()
1539 bcopy(aligned_buf, fdrp->fdr_addr, (uint_t)fdrp->fdr_nbytes); in fdrawioctl()
H A Dfd.c2039 fdr.fdr_nbytes = fdr32.fdr_nbytes; in fd_rawioctl()
2065 ucount = (uint_t)fdr.fdr_nbytes; in fd_rawioctl()
2074 (size_t)fdr.fdr_nbytes, mode)) { in fd_rawioctl()
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c902 fdr_form.fdr_nbytes = 4 * spt; in format_diskette()