Searched defs:lenlo (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
707 lenlo = (uint16_t)*lenp;
721 mb_put_uint16le(mbp, lenlo); /* MaxCount */
725 mb_put_uint16le(mbp, lenlo); /* Remaining ("obsolete") */
751 md_get_uint16le(mdp, &lenlo); /* data len ret. */
754 rlen = (lenhi << 16) | lenlo;
798 uint16_t lenhi, lenlo; local
802 lenlo = (uint16_t)*lenp;
820 mb_put_uint16le(mbp, lenlo);
847 md_get_uint16le(mdp, &lenlo); /* dat
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c1014 uint8_t lenlo, lenhi; local
1038 lenlo = vpd_buf[index];
1044 block_size = ((((uint16_t)lenhi) << 8) + lenlo);
1066 lenlo = 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
5297 (nibble_peripheral2host(pp, &lenlo) == FAILURE)) {
5303 *lenp = (lenhi << 8) | (lenlo);

Completed in 68 milliseconds