Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bad144/
H A Dbad144.c629 fop.df_count = fp->f_bufsize; in format()
635 (*fp->f_routine)(fp, dp, blk, buf, fop.df_count) != 0) in format()
646 fop.df_count = fp->f_bufsize; in format()
650 if (fop.df_count != fp->f_bufsize) in format()
/netbsd-src/sys/dev/mca/
H A Ded_mca.c550 aiov.iov_len = fop->df_count; in edmcaioctl()
553 auio.uio_resid = fop->df_count; in edmcaioctl()
560 fop->df_count -= auio.uio_resid; in edmcaioctl()
/netbsd-src/sys/sys/
H A Ddisklabel.h474 int df_count; /* value-result */ member
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c111 p->df_count = s32p->df_count;
666 s32p->df_count = p->df_count;
H A Dnetbsd32_ioctl.h84 int df_count; /* value-result */
/netbsd-src/sys/dev/ata/
H A Dwd.c1413 aiov.iov_len = fop->df_count; in wdioctl()
1416 auio.uio_resid = fop->df_count; in wdioctl()
1422 fop->df_count -= auio.uio_resid; in wdioctl()