Searched defs:lenhi (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c703 uint16_t lenhi, lenlo, off, doff; local
706 lenhi = (uint16_t)(*lenp >> 16);
724 mb_put_uint32le(mbp, lenhi); /* MaxCountHigh */
753 md_get_uint16le(mdp, &lenhi);
754 rlen = (lenhi << 16) | lenlo;
798 uint16_t lenhi, lenlo; local
801 lenhi = (uint16_t)(*lenp >> 16);
819 mb_put_uint16le(mbp, lenhi);
849 error = md_get_uint16le(mdp, &lenhi);
854 rlen = (lenhi << 1
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1014 uint8_t lenlo, lenhi; local
1040 lenhi = vpd_buf[index];
1044 block_size = ((((uint16_t)lenhi) << 8) + lenlo);
1068 lenhi = vpd_buf[index];
1073 block_size = ((((uint16_t)lenhi) << 8) + lenlo);
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5263 uint8_t lenhi, lenlo; local
5295 (nibble_peripheral2host(pp, &lenhi) == FAILURE) ||
5303 *lenp = (lenhi << 8) | (lenlo);

Completed in 59 milliseconds