Searched defs:datalen_high (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_write.c345 uint16_t datalen_high; local
355 &off_low, &param->rw_mode, &remcnt, &datalen_high,
363 &off_low, &param->rw_mode, &remcnt, &datalen_high,
383 param->rw_count |= ((uint32_t)datalen_high << 16);
H A Dsmb_read.c290 uint16_t datalen_high; local
313 datalen_high = (param->rw_count >> 16) & 0xFF;
332 datalen_high, /* data byte count */
347 datalen_high, /* data byte count */

Completed in 45 milliseconds