HomeSort by: relevance | last modified time | path
    Searched refs:df_count (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/bad144/
bad144.c 629 fop.df_count = fp->f_bufsize;
635 (*fp->f_routine)(fp, dp, blk, buf, fop.df_count) != 0)
646 fop.df_count = fp->f_bufsize;
650 if (fop.df_count != fp->f_bufsize)
  /src/sys/dev/mca/
ed_mca.c 550 aiov.iov_len = fop->df_count;
553 auio.uio_resid = fop->df_count;
560 fop->df_count -= auio.uio_resid;
  /src/sys/sys/
disklabel.h 474 int df_count; /* value-result */ member in struct:format_op
  /src/sys/compat/netbsd32/
netbsd32_ioctl.c 111 p->df_count = s32p->df_count;
666 s32p->df_count = p->df_count;
netbsd32_ioctl.h 84 int df_count; /* value-result */
  /src/sys/dev/ata/
wd.c 1410 aiov.iov_len = fop->df_count;
1413 auio.uio_resid = fop->df_count;
1419 fop->df_count -= auio.uio_resid;

Completed in 16 milliseconds