Searched refs:mincnt (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcopyops.c35 int rw, void (*mincnt)(struct buf *), struct uio *uio)
37 return (default_physio(strat, bp, dev, rw, mincnt, uio));
H A Dvm_subr.c132 int rw, void (*mincnt)(struct buf *), struct uio *uio)
231 (*mincnt)(bp);
H A Dwatchpoint.c1434 int rw, void (*mincnt)(struct buf *), struct uio *uio)
1444 return (default_physio(strat, bp, dev, rw, mincnt, uio));
1478 error = default_physio(strat, bp, dev, rw, mincnt,
1510 mincnt, &auio);
H A Daio_subr.c77 void (*mincnt)(struct buf *),
143 (*mincnt)(bp);
/illumos-gate/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc85 void (*mincnt)(struct buf *),
89 (*mincnt)(0);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_read.c240 uint16_t mincnt; local
249 &sr->smb_fid, &off_low, &maxcnt_low, &mincnt, &maxcnt_high,
262 &sr->smb_fid, &off_low, &maxcnt_low, &mincnt, &maxcnt_high,
446 * mincnt is only used by read-raw and is typically
447 * zero. If mincnt is greater than zero and the
448 * number of bytes read is less than mincnt, tell
/illumos-gate/usr/src/uts/common/sys/
H A Duio.h235 size_t mincnt; /* Minimum byte count for use of */ member in struct:uioasync_s
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_chan.c412 * Allocate isoch pool for at least 'mincnt' and at most 'cnt' frames
426 int mincnt)
488 if (ret < mincnt) {
425 av1394_ic_alloc_pool(av1394_isoch_pool_t *pool, size_t framesz, int cnt, int mincnt) argument
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsodirect.c77 if (uiop->uio_resid >= uioasync.mincnt &&
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_isoch.h461 int mincnt);
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c146 #define CHECK_COUNT(tokens, cnt, mincnt, maxcnt) \
147 if (cnt < mincnt) { \
149 tokens[0], cnt - 1, mincnt - 1); \
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1565 u_longlong_t mincnt; local
1570 mincnt = reqcount;
1612 if (mincnt > cnt)
1613 mincnt = cnt;
1621 *cando = mincnt;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c2215 int mincnt; local
2243 mincnt = 999999;
2295 if (thiscnt < mincnt) {
2297 mincnt = thiscnt;

Completed in 129 milliseconds