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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_write.c343 uint32_t off_high; local
356 &datalen_low, &param->rw_dsoff, &off_high);
360 param->rw_offset = ((uint64_t)off_high << 32) | off_low;
369 /* off_high not present */
H A Dsmb_read.c237 uint32_t off_high; local
250 &remcnt, &off_high);
252 param->rw_offset = ((uint64_t)off_high << 32) |

Completed in 69 milliseconds