/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/ |
H A D | mm_vbd.h | 232 #define RESOURCE_TRACE_INC(_pdev, _cli_idx, _type, _field) \ argument 238 _field); \ 241 #define RESOURCE_TRACE_DEC(_pdev, _cli_idx, _type, _field) \ argument 247 _field); \ 250 #define RESOURCE_TRACE_ADD(_pdev, _cli_idx, _type, _field, _size) \ argument 256 _field), (long)(_size)); \ 259 #define RESOURCE_TRACE_SUB(_pdev, _cli_idx, _type, _field, _size) \ argument 260 RESOURCE_TRACE_ADD( _pdev, _cli_idx, _type, _field, 0L-(long)_size)
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 78 #define SCALAR_FIELD(_type, _field, _sign) \ argument 79 do_scalar_field(#_type, #_field, _sign, NULL) 80 #define SCALAR_FIELD4(_type, _field, _sign, _rtype) \ argument 81 do_scalar_field(#_type, #_field, _sign, _rtype) 82 #define ARRAY_FIELD(_type, _field, _sign) \ argument 83 do_array_field(#_type, #_field, _sign, NULL) 91 static void do_scalar_field(char *_type, char *_field, 93 static void do_array_field(char *_type, char *_field, 95 static void do_array_type(char *_type, char *_field, int _sign);
|
H A D | corenote.c | 75 #define PRINT_DEC(_title, _field) \ argument 76 print_num(state, _title, &layout->_field, SL_FMT_NUM_DEC) 80 #define PRINT_HEX(_title, _field) \ argument 81 print_num(state, _title, &layout->_field, SL_FMT_NUM_HEX) 85 #define PRINT_ZHEX(_title, _field) \ argument 86 print_num(state, _title, &layout->_field, SL_FMT_NUM_ZHEX) 90 #define PRINT_SUBTYPE(_title, _field, _func) \ argument 91 print_subtype(state, _title, &layout->_field, _func) 92 #define PRINT_STRBUF(_title, _field) \ argument 93 print_strbuf(state, _title, &layout->_field)
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_niv.c | 290 #define NIV_STATS_ASSIGN_HI_LO(_field, _val) _field##_hi = U64_HI((_val));\ argument 291 … _field##_lo = U64_LO((_val));
|
H A D | lm_phy.c | 208 #define MII_REG(_type, _field) (OFFSETOF(_type, _field)/2) argument
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 1131 #define BLKPROP_GET_LSIZE(_obj, _field) \ argument 1132 BF64_GET_SB((_obj)->_field, 0, 16, SPA_MINBLOCKSHIFT, 1) 1133 #define BLKPROP_SET_LSIZE(_obj, _field, x) \ argument 1134 BF64_SET_SB((_obj)->_field, 0, 16, SPA_MINBLOCKSHIFT, 1, x) 1135 #define BLKPROP_GET_PSIZE(_obj, _field) \ argument 1136 BF64_GET_SB((_obj)->_field, 16, 16, SPA_MINBLOCKSHIFT, 1) 1137 #define BLKPROP_SET_PSIZE(_obj, _field, x) \ argument 1138 BF64_SET_SB((_obj)->_field, 16, 16, SPA_MINBLOCKSHIFT, 1, x) 1139 #define BLKPROP_GET_COMPRESS(_obj, _field) \ argument 1140 BF64_GET((_obj)->_field, 32, 8) [all …]
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 6459 #define TUNE_SET(_ifs, _name, _field) \ in ipftuneable_alloc() argument 6462 item->ipft_una.ipftp_int = (unsigned int *)&((_ifs)->_field); \ in ipftuneable_alloc() 6463 item->ipft_sz = sizeof ((_ifs)->_field); \ in ipftuneable_alloc()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 161 #define SHMEM2_RD(cb, shmem2_base, _field) \ argument 164 _field))
|