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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_read.c228 * than the negotiated buffer size. If maxcnt_high is 0xFF, it must
229 * be ignored. Otherwise, maxcnt_high represents the upper 16 bits
238 uint32_t maxcnt_high; local
249 &sr->smb_fid, &off_low, &maxcnt_low, &mincnt, &maxcnt_high,
258 (maxcnt_high < 0xFF))
259 param->rw_count |= maxcnt_high << 16;
262 &sr->smb_fid, &off_low, &maxcnt_low, &mincnt, &maxcnt_high,

Completed in 44 milliseconds