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

/illumos-gate/usr/src/uts/common/io/
H A Demul64_bsd.c82 #define uint_to_byte1(n) (((n)>>8) & 0xff) macro
349 sp->cmd_addr[16] = uint_to_byte1(instance);
351 sp->cmd_addr[18] = uint_to_byte1(TGT(sp));
353 sp->cmd_addr[20] = uint_to_byte1(LUN(sp));
672 page4.cyl_mb = uint_to_byte1(ncyl);

Completed in 59 milliseconds