Searched defs:mincnt (Results 1 - 5 of 5) sorted by relevance

/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/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/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/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 83 milliseconds