HomeSort by: relevance | last modified time | path
    Searched defs:lbyte (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/pci/imcsmb/
imcsmb.c 248 uint8_t lbyte; local in function:imcsmb_exec
256 lbyte = *byte;
431 lbyte = (uint8_t) (stat_val & 0xff);
432 *(uint8_t *)buf = lbyte;
  /src/sys/fs/hfs/
libhfs.c 2348 #define lbyte(x) ((x) & 0x00FF) macro
2360 lc = hfs_gcft[lc + lbyte(ac)];
2371 lc = hfs_gcft[lc + lbyte(bc)];
2380 #undef lbyte

Completed in 34 milliseconds