Searched defs:mincnt (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_read.c | 240 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 D | av1394_isoch_chan.c | 412 * 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 D | uio.h | 235 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 D | mirror.c | 1565 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 D | md_mddb.c | 2215 int mincnt; local 2243 mincnt = 999999; 2295 if (thiscnt < mincnt) { 2297 mincnt = thiscnt;
|
Completed in 117 milliseconds