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

/freebsd-13-stable/sys/dev/imcsmb/
H A Dimcsmb.c336 uint8_t lbyte; local
341 lbyte = *byte;
418 lword = (uint16_t) (lbyte & 0xff);
510 lbyte = (uint8_t) (stat_val & 0xff);
511 *byte = lbyte;

Completed in 58 milliseconds