/titanic_51/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | cdu_def.h | 12 #define CDU_VALID_DATA(_cid, _region, _type) (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) argument 13 #define CDU_CRC8(_cid, _region, _type) (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) argument 14 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f)) argument 15 #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type) (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7)) argument
|
/titanic_51/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.h | 226 typedef struct _type { struct 227 struct _type *t_next; /* next type_t or NULL */ argument 228 t_dt_type global() argument 242 t_sizestr_type global() argument
|
/titanic_51/usr/src/uts/sparc/krtld/ |
H A D | doreloc.c | 463 #define FETCH(_type) basevalue = (Xword)*((_type *)off); in do_reloc_krtld() argument 465 #define FETCH(_type) in do_reloc_krtld() argument 640 #define STORE(_type) *((_type *)off) = (_type)uvalue in do_reloc_krtld() argument 642 #define STORE(_type) in do_reloc_krtld() argument
|
/titanic_51/usr/src/uts/common/ipp/ |
H A D | ippctl.c | 80 #define DBG0(_type, _fmt) \ argument 83 #define DBG1(_type, _fmt, _a1) \ argument 86 #define DBG2(_type, _fmt, _a1, _a2) \ argument 89 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument 93 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument 97 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument 103 DBG0(_type,_fmt) global() argument 104 DBG1(_type,_fmt,_a1) global() argument 105 DBG2(_type,_fmt,_a1,_a2) global() argument 106 DBG3(_type,_fmt,_a1,_a2,_a3) global() argument 107 DBG4(_type,_fmt,_a1,_a2,_a3,_a4) global() argument 108 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument [all...] |
H A D | ippconf.c | 209 #define DBG0(_type, _fmt) \ argument 212 #define DBG1(_type, _fmt, _a1) \ argument 215 #define DBG2(_type, _fmt, _a1, _a2) \ argument 218 #define DBG3(_type, _fmt, _a1, _a2, _a3) \ argument 222 #define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \ argument 226 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument 232 DBG0(_type,_fmt) global() argument 233 DBG1(_type,_fmt,_a1) global() argument 234 DBG2(_type,_fmt,_a1,_a2) global() argument 235 DBG3(_type,_fmt,_a1,_a2,_a3) global() argument 236 DBG4(_type,_fmt,_a1,_a2,_a3,_a4) global() argument 237 DBG5(_type,_fmt,_a1,_a2,_a3,_a4,_a5) global() argument [all...] |
/titanic_51/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 241 #define RESOURCE_TRACE_DEC(_pdev, _cli_idx, _type, _field) \ argument 250 #define RESOURCE_TRACE_ADD(_pdev, _cli_idx, _type, _field, _size) \ argument 259 #define RESOURCE_TRACE_SUB(_pdev, _cli_idx, _type, _fiel argument 262 RESOURCE_TRACE_UPDATE_PEAK(_pdev,_cli_idx,_type) global() argument [all...] |
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 74 #define START(_name, _type) \ argument 78 #define SCALAR_FIELD(_type, _field, _sign) \ argument 80 #define SCALAR_FIELD4(_type, _field, _sign, _rtype) \ argument 82 #define ARRAY_FIELD(_type, _field, _sign) \ argument 84 #define ARRAY_TYPE(_type, _sign) \ argument [all...] |
/titanic_51/usr/src/cmd/ldmad/ |
H A D | mdesc_mutable.h | 53 #define CHAIN(_type, _chain) \ argument
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | ctf.h | 165 ushort_t _type; /* reference to another type */ member 182 ushort_t _type; /* do not use */ member
|
/titanic_51/usr/src/uts/common/xen/public/arch-x86/ |
H A D | xen-mca.h | 308 #define x86_mcinfo_lookup(_ret, _mi, _type) \ argument
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | map_core.c | 127 #define STACK(_type) \ argument
|
H A D | syms.c | 1925 #define SYM_LOC_BADADDR(_sdp, _sym, _type) \ in ld_sym_process() argument
|
H A D | update.c | 155 #define ADD_TO_DYNSORT(_sdp, _sym, _type, _sym_ndx) \ in update_osym() argument
|
H A D | _libld.h | 570 #define DYNSORT_COUNT(_sdp, _sym, _type, _inc_or_dec_op) \ argument
|
/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_phy.c | 208 #define MII_REG(_type, _field) (OFFSETOF(_type, _field)/2) argument
|
/titanic_51/usr/src/uts/common/io/net80211/ |
H A D | net80211_impl.h | 322 #define IEEE80211_SEND_MGMT(_ic, _in, _type, _arg) \ argument
|
/titanic_51/usr/src/uts/sun4v/sys/ |
H A D | ldc_impl.h | 229 uint8_t _type; /* Message type */ member
|
/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 4234 #define LM_INTMEM_READ8(_pdev,_offset,_ret,_type) \ argument 4238 #define LM_INTMEM_WRITE8(_pdev,_offset,_val,_type) \ argument 4242 #define LM_INTMEM_READ16(_pdev,_offset,_ret,_type) \ argument 4246 LM_INTMEM_WRITE16(_pdev,_offset,_val,_type) global() argument 4250 LM_INTMEM_READ32(_pdev,_offset,_ret,_type) global() argument 4254 LM_INTMEM_WRITE32(_pdev,_offset,_val,_type) global() argument 4258 LM_INTMEM_READ64(_pdev,_offset,_ret,_type) global() argument 4262 LM_INTMEM_WRITE64(_pdev,_offset,_val,_type) global() argument [all...] |
/titanic_51/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1132 #define ATH_HAL_SETCAPABILITY(_ah, _type, _cap, _param, _status) \ argument 1225 #define ATH_HAL_SETUPTXQUEUE(_ah, _type, _irq) \ argument
|
/titanic_51/usr/src/uts/common/inet/ |
H A D | sadb.h | 911 #define IPSEC_CTX_TMPL(_sa, _which, _type, _tmpl) { \ argument
|
/titanic_51/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 2336 #define EMITALGATTRS(_type) { \ in spdsock_alglist() argument
|