Searched refs:sbyte (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 149 #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 D | pro_frame.c | 54 unsigned sbyte = 0; \ 60 sbyte = sizeof(s) - l; \ 62 dbg->de_copy_word(t,(const void *)(p+sbyte),l);\
|
H A D | pro_forms.c | 73 unsigned sbyte = 0; \ 79 sbyte = sizeof(s) - l; \ 81 dbg->de_copy_word(t,(const void *)(p+sbyte),l);\
|
H A D | pro_section.c | 90 unsigned sbyte = 0; \ 96 sbyte = sizeof(s) - l; \ 98 dbg->de_copy_word(t,(const void *)(p+sbyte),l);\
|