Home
last modified time | relevance | path

Searched refs:sbyte (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c149 #define sbyte(x, byte) ((((ulong_t)(x)) >> (byte * 8)) & 0xff) macro
152 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
155 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 1), \
156 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
160 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 2), \
161 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 1), \
162 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 0)
166 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 3), \
167 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 2), \
168 (((uchar_t *)(outp))[idx++]) = sbyte(sval, 1), \
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_frame.c54 unsigned sbyte = 0; \
60 sbyte = sizeof(s) - l; \
62 dbg->de_copy_word(t,(const void *)(p+sbyte),l);\
H A Dpro_forms.c73 unsigned sbyte = 0; \
79 sbyte = sizeof(s) - l; \
81 dbg->de_copy_word(t,(const void *)(p+sbyte),l);\
H A Dpro_section.c90 unsigned sbyte = 0; \
96 sbyte = sizeof(s) - l; \
98 dbg->de_copy_word(t,(const void *)(p+sbyte),l);\