Searched refs:fdr_nbytes (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | fdio.h | 153 ushort_t fdr_nbytes; /* number to transfer if read/write command */ member 163 ushort_t fdr_nbytes; /* number to transfer if read/write command */ member
|
/titanic_50/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_generic.c | 266 fdraw.fdr_nbytes = r_p->size; in _m_raw_read() 289 return (fdraw.fdr_nbytes); in _m_raw_read() 339 fdraw.fdr_nbytes = r_p->size; in _m_raw_write() 362 return (fdraw.fdr_nbytes); in _m_raw_write()
|
H A D | f_format.c | 432 fdr_form.fdr_nbytes = 4 * spt; in format_floppy()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | fd.c | 2603 fdr.fdr_nbytes = fdr32.fdr_nbytes; in fdrawioctl() 2699 fc = (uint_t)(fdr.fdr_nbytes); in fdrawioctl() 2725 fc = (uint_t)(fdr.fdr_nbytes + 16); in fdrawioctl() 2731 (uint_t)fdr.fdr_nbytes, mode)) { in fdrawioctl() 2770 if ((csb->csb_opflags & CSB_OFXFEROPS) && (fdr.fdr_nbytes == 0)) { in fdrawioctl() 2778 (C, "fdrawioctl: nbytes = %u\n", fdr.fdr_nbytes)); in fdrawioctl() 2781 if ((fc = (uint_t)fdr.fdr_nbytes) > 0) { in fdrawioctl() 2903 fdr.fdr_nbytes = fdc->c_csb.csb_rlen; /* return resid */ in fdrawioctl() 2912 fdr32.fdr_nbytes = fdr.fdr_nbytes; in fdrawioctl()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | fdc.c | 1419 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 D | fd.c | 2033 fdr.fdr_nbytes = fdr32.fdr_nbytes; in fd_rawioctl() 2059 ucount = (uint_t)fdr.fdr_nbytes; in fd_rawioctl() 2068 (size_t)fdr.fdr_nbytes, mode)) { in fd_rawioctl()
|
/titanic_50/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 902 fdr_form.fdr_nbytes = 4 * spt; in format_diskette()
|