Symbol: _type
usr/src/boot/sys/sys/linker.h
245
extern caddr_t preload_search_by_type(const char *_type);
usr/src/boot/sys/sys/linker.h
271
int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
usr/src/boot/sys/sys/linker.h
272
int elf_reloc_local(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
usr/src/cmd/abi/spectrans/spec2trace/parseproto.h
225
struct _type *t_next; /* next type_t or NULL */
usr/src/cmd/ldmad/mdesc_mutable.h
53
#define CHAIN(_type, _chain) \
usr/src/cmd/ldmad/mdesc_mutable.h
55
_type *startp; \
usr/src/cmd/ldmad/mdesc_mutable.h
56
_type *endp; \
usr/src/cmd/sendmail/include/sm/exc.h
116
const SM_EXC_TYPE_T *_type,
usr/src/cmd/sendmail/include/sm/exc.h
84
const SM_EXC_TYPE_T *_type,
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
100
static void do_array_type(char *_type, char *_field, int _sign);
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
79
#define START(_name, _type) \
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
80
do_start(#_name, #_type)
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
83
#define SCALAR_FIELD(_type, _field, _sign) \
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
84
do_scalar_field(#_type, #_field, _sign, NULL)
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
85
#define SCALAR_FIELD4(_type, _field, _sign, _rtype) \
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
86
do_scalar_field(#_type, #_field, _sign, _rtype)
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
87
#define ARRAY_FIELD(_type, _field, _sign) \
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
88
do_array_field(#_type, #_field, _sign, NULL)
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
89
#define ARRAY_TYPE(_type, _sign) \
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
90
do_array_type(#_type, "elt0", _sign)
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
92
static void do_start(char *_name, char *_type);
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
95
static void do_start_sizeof(char *_type, char *realtype);
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
96
static void do_scalar_field(char *_type, char *_field,
usr/src/cmd/sgs/elfdump/common/gen_struct_layout.c
98
static void do_array_field(char *_type, char *_field,
usr/src/cmd/sgs/libld/common/_libld.h
559
#define DYNSORT_COUNT(_sdp, _sym, _type, _inc_or_dec_op) \
usr/src/cmd/sgs/libld/common/_libld.h
563
if (dynsymsort_symtype[_type]) { /* Non-TLS counter */ \
usr/src/cmd/sgs/libld/common/_libld.h
565
} else if ((_type) == STT_TLS) { /* TLS counter */ \
usr/src/cmd/sgs/libld/common/map_core.c
129
#define STACK(_type) \
usr/src/cmd/sgs/libld/common/map_core.c
131
_type *stk_s; /* Stack array */ \
usr/src/cmd/sgs/libld/common/syms.c
2062
#define SYM_LOC_BADADDR(_sdp, _sym, _type) \
usr/src/cmd/sgs/libld/common/syms.c
2063
(_sym->st_size && dynsymsort_symtype[_type] && \
usr/src/cmd/sgs/libld/common/update.c
161
#define ADD_TO_DYNSORT(_sdp, _sym, _type, _sym_ndx) \
usr/src/cmd/sgs/libld/common/update.c
165
if (dynsymsort_symtype[_type]) { \
usr/src/cmd/sgs/libld/common/update.c
168
} else if (_type == STT_TLS) { \
usr/src/grub/grub-0.97/stage2/pc_slice.h
129
({ int _type = (type) & ~PC_SLICE_TYPE_HIDDEN_FLAG; \
usr/src/grub/grub-0.97/stage2/pc_slice.h
130
_type == PC_SLICE_TYPE_FAT12 \
usr/src/grub/grub-0.97/stage2/pc_slice.h
131
|| _type == PC_SLICE_TYPE_FAT16_LT32M \
usr/src/grub/grub-0.97/stage2/pc_slice.h
132
|| _type == PC_SLICE_TYPE_FAT16_GT32M \
usr/src/grub/grub-0.97/stage2/pc_slice.h
133
|| _type == PC_SLICE_TYPE_FAT16_LBA \
usr/src/grub/grub-0.97/stage2/pc_slice.h
134
|| _type == PC_SLICE_TYPE_FAT32 \
usr/src/grub/grub-0.97/stage2/pc_slice.h
135
|| _type == PC_SLICE_TYPE_FAT32_LBA \
usr/src/lib/libsocket/inet/getaddrinfo.c
235
int _type, _proto; \
usr/src/lib/libsocket/inet/getaddrinfo.c
236
servtype((sp)->s_proto, &_type, &_proto); \
usr/src/lib/libsocket/inet/getaddrinfo.c
237
SP_ADDX(_type, _proto, (sp)->s_port); \
usr/src/uts/common/inet/ip/spdsock.c
2339
#define EMITALGATTRS(_type) { \
usr/src/uts/common/inet/ip/spdsock.c
2340
EMIT(algattr[_type], algid); /* 1 */ \
usr/src/uts/common/inet/ip/spdsock.c
2341
EMIT(minbitsattr[_type], minbits); /* 2 */ \
usr/src/uts/common/inet/ip/spdsock.c
2342
EMIT(maxbitsattr[_type], maxbits); /* 3 */ \
usr/src/uts/common/inet/ip/spdsock.c
2343
EMIT(defbitsattr[_type], defbits); /* 4 */ \
usr/src/uts/common/inet/ip/spdsock.c
2344
EMIT(incrbitsattr[_type], incr); /* 5 */ \
usr/src/uts/common/inet/sadb.h
911
#define IPSEC_CTX_TMPL(_sa, _which, _type, _tmpl) { \
usr/src/uts/common/inet/sadb.h
919
(void) ipsec_create_ctx_tmpl(_sa, _type); \
usr/src/uts/common/io/ath/ath_hal.h
1132
#define ATH_HAL_SETCAPABILITY(_ah, _type, _cap, _param, _status) \
usr/src/uts/common/io/ath/ath_hal.h
1133
((*(_ah)->ah_setCapability)((_ah), (_type), (_cap), (_param), \
usr/src/uts/common/io/ath/ath_hal.h
1225
#define ATH_HAL_SETUPTXQUEUE(_ah, _type, _irq) \
usr/src/uts/common/io/ath/ath_hal.h
1226
((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
usr/src/uts/common/io/bnx/570x/driver/common/lmdev/bnx_hw_phy.c
26
#define MII_REG(_type, _field) (OFFSETOF(_type, _field)/2)
usr/src/uts/common/io/bnx/bnx_mm.c
30
#define MII_REG(_type, _field) (OFFSETOF(_type, _field)/2)
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
232
#define RESOURCE_TRACE_INC(_pdev, _cli_idx, _type, _field) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
235
DbgBreakIf((_type) >= RESOURCE_TYPE_MAX); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
237
type_counters_arr[_cli_idx][_type]. \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
241
#define RESOURCE_TRACE_DEC(_pdev, _cli_idx, _type, _field) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
244
DbgBreakIf((_type) >= RESOURCE_TYPE_MAX); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
246
type_counters_arr[_cli_idx][_type]. \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
250
#define RESOURCE_TRACE_ADD(_pdev, _cli_idx, _type, _field, _size) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
253
DbgBreakIf((_type) >= RESOURCE_TYPE_MAX); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
255
type_counters_arr[_cli_idx][_type]. \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
259
#define RESOURCE_TRACE_SUB(_pdev, _cli_idx, _type, _field, _size) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
260
RESOURCE_TRACE_ADD( _pdev, _cli_idx, _type, _field, 0L-(long)_size)
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
262
#define RESOURCE_TRACE_UPDATE_PEAK(_pdev, _cli_idx, _type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
265
DbgBreakIf((_type) >= RESOURCE_TYPE_MAX); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
266
if (_pdev->resource_list.type_counters_arr[_cli_idx][_type].size > \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
267
_pdev->resource_list.type_counters_arr[_cli_idx][_type].size_peak) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
269
_pdev->resource_list.type_counters_arr[_cli_idx][_type].size_peak = \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
270
_pdev->resource_list.type_counters_arr[_cli_idx][_type].size; \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
272
if (_pdev->resource_list.type_counters_arr[_cli_idx][_type].cnt > \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
273
_pdev->resource_list.type_counters_arr[_cli_idx][_type].cnt_peak) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
275
_pdev->resource_list.type_counters_arr[_cli_idx][_type].cnt_peak = \
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/mm_vbd.h
276
_pdev->resource_list.type_counters_arr[_cli_idx][_type].cnt; \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_phy.c
208
#define MII_REG(_type, _field) (OFFSETOF(_type, _field)/2)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4234
#define LM_INTMEM_READ8(_pdev,_offset,_ret,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4235
DbgMessage(pdev, INFORMi, "LM_INTMEM_READ8() inside! storm:%s address:0x%x\n",#_type,_type); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4236
LM_BAR_RD8_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_ret));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4238
#define LM_INTMEM_WRITE8(_pdev,_offset,_val,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4239
DbgMessage(pdev, INFORMi, "LM_INTMEM_WRITE8() inside! storm:%s address:0x%x\n",#_type,_type); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4240
LM_BAR_WR8_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_val));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4242
#define LM_INTMEM_READ16(_pdev,_offset,_ret,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4243
DbgMessage(pdev, INFORMi, "LM_INTMEM_READ16() inside! storm:%s address:0x%x\n",#_type,_type); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4244
LM_BAR_RD16_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_ret));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4246
#define LM_INTMEM_WRITE16(_pdev,_offset,_val,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4247
DbgMessage(pdev, INFORMi, "LM_INTMEM_WRITE16() inside! storm:%s address:0x%x offset=%x val=%x\n",#_type,_type, _offset, _val); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4248
LM_BAR_WR16_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_val));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4250
#define LM_INTMEM_READ32(_pdev,_offset,_ret,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4251
DbgMessage(pdev, INFORMi, "LM_INTMEM_READ32() inside! storm:%s address:0x%x\n",#_type,_type); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4252
LM_BAR_RD32_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_ret));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4254
#define LM_INTMEM_WRITE32(_pdev,_offset,_val,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4255
DbgMessage(pdev, INFORMi, "LM_INTMEM_WRITE32() inside! storm:%s address:0x%x\n",#_type,_type); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4256
LM_BAR_WR32_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_val));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4258
#define LM_INTMEM_READ64(_pdev,_offset,_ret,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4259
DbgMessage(pdev, INFORMi, "LM_INTMEM_READ64() inside! storm:%s address:0x%x\n",#_type,_type); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4260
LM_BAR_RD64_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_ret));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4262
#define LM_INTMEM_WRITE64(_pdev,_offset,_val,_type) \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4263
DbgMessage(pdev, INFORMi, "LM_INTMEM_WRITE64() inside! storm:%s address:0x%x\n",#_type,_type); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/lm5710.h
4264
LM_BAR_WR64_OFFSET((_pdev),BAR_0,((_type)+(_offset)),(_val));
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
12
#define CDU_VALID_DATA(_cid, _region, _type) (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
13
#define CDU_CRC8(_cid, _region, _type) (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
14
#define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/cdu_def.h
15
#define CDU_RSRVD_VALUE_TYPE_B(_crc, _type) (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
usr/src/uts/common/io/net80211/net80211_impl.h
322
#define IEEE80211_SEND_MGMT(_ic, _in, _type, _arg) \
usr/src/uts/common/io/net80211/net80211_impl.h
323
((*(_ic)->ic_send_mgmt)((_ic), (_in), (_type), (_arg)))
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
592
#define OSAL_GET_PROTOCOL_STATS(_ecore_dev, _type, _stats) \
usr/src/uts/common/io/sfxge/common/efx.h
48
#define EFX_FIELD_OFFSET(_type, _field) \
usr/src/uts/common/io/sfxge/common/efx.h
49
((size_t) &(((_type *)0)->_field))
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
237
#define MCDI_IN(_emr, _type, _ofst) \
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
238
((_type *)((_emr).emr_in_buf + (_ofst)))
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
240
#define MCDI_IN2(_emr, _type, _ofst) \
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
241
MCDI_IN(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
362
#define MCDI_OUT(_emr, _type, _ofst) \
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
363
((_type *)((_emr).emr_out_buf + (_ofst)))
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
365
#define MCDI_OUT2(_emr, _type, _ofst) \
usr/src/uts/common/io/sfxge/common/efx_mcdi.h
366
MCDI_OUT(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
usr/src/uts/common/io/sfxge/sfxge_debug.h
44
#define SFXGE_OBJ_CHECK(_objp, _type) \
usr/src/uts/common/io/sfxge/sfxge_debug.h
49
for (off = 0; off < sizeof (_type); off++) { \
usr/src/uts/common/io/sfxge/sfxge_debug.h
57
"at 0x%p+%lx", __FILE__, __LINE__, #_type, \
usr/src/uts/common/io/sfxge/sfxge_debug.h
72
#define SFXGE_OBJ_CHECK(_objp, _type)
usr/src/uts/common/ipp/ippconf.c
209
#define DBG0(_type, _fmt) \
usr/src/uts/common/ipp/ippconf.c
210
ipp_debug((_type), __FN__, (_fmt));
usr/src/uts/common/ipp/ippconf.c
212
#define DBG1(_type, _fmt, _a1) \
usr/src/uts/common/ipp/ippconf.c
213
ipp_debug((_type), __FN__, (_fmt), (_a1));
usr/src/uts/common/ipp/ippconf.c
215
#define DBG2(_type, _fmt, _a1, _a2) \
usr/src/uts/common/ipp/ippconf.c
216
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2));
usr/src/uts/common/ipp/ippconf.c
218
#define DBG3(_type, _fmt, _a1, _a2, _a3) \
usr/src/uts/common/ipp/ippconf.c
219
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippconf.c
222
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
usr/src/uts/common/ipp/ippconf.c
223
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippconf.c
226
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \
usr/src/uts/common/ipp/ippconf.c
227
ipp_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippconf.c
232
#define DBG0(_type, _fmt)
usr/src/uts/common/ipp/ippconf.c
233
#define DBG1(_type, _fmt, _a1)
usr/src/uts/common/ipp/ippconf.c
234
#define DBG2(_type, _fmt, _a1, _a2)
usr/src/uts/common/ipp/ippconf.c
235
#define DBG3(_type, _fmt, _a1, _a2, _a3)
usr/src/uts/common/ipp/ippconf.c
236
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4)
usr/src/uts/common/ipp/ippconf.c
237
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5)
usr/src/uts/common/ipp/ippctl.c
102
#define DBG0(_type, _fmt)
usr/src/uts/common/ipp/ippctl.c
103
#define DBG1(_type, _fmt, _a1)
usr/src/uts/common/ipp/ippctl.c
104
#define DBG2(_type, _fmt, _a1, _a2)
usr/src/uts/common/ipp/ippctl.c
105
#define DBG3(_type, _fmt, _a1, _a2, _a3)
usr/src/uts/common/ipp/ippctl.c
106
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4)
usr/src/uts/common/ipp/ippctl.c
107
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5)
usr/src/uts/common/ipp/ippctl.c
79
#define DBG0(_type, _fmt) \
usr/src/uts/common/ipp/ippctl.c
80
ippctl_debug((_type), __FN__, (_fmt));
usr/src/uts/common/ipp/ippctl.c
82
#define DBG1(_type, _fmt, _a1) \
usr/src/uts/common/ipp/ippctl.c
83
ippctl_debug((_type), __FN__, (_fmt), (_a1));
usr/src/uts/common/ipp/ippctl.c
85
#define DBG2(_type, _fmt, _a1, _a2) \
usr/src/uts/common/ipp/ippctl.c
86
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2));
usr/src/uts/common/ipp/ippctl.c
88
#define DBG3(_type, _fmt, _a1, _a2, _a3) \
usr/src/uts/common/ipp/ippctl.c
89
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippctl.c
92
#define DBG4(_type, _fmt, _a1, _a2, _a3, _a4) \
usr/src/uts/common/ipp/ippctl.c
93
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/ipp/ippctl.c
96
#define DBG5(_type, _fmt, _a1, _a2, _a3, _a4, _a5) \
usr/src/uts/common/ipp/ippctl.c
97
ippctl_debug((_type), __FN__, (_fmt), (_a1), (_a2), \
usr/src/uts/common/sys/ctf.h
165
ushort_t _type; /* reference to another type */
usr/src/uts/common/sys/ctf.h
182
ushort_t _type; /* do not use */
usr/src/uts/common/sys/ctf.h
189
#define ctt_type _u._type /* for types that reference another type */
usr/src/uts/common/xen/public/arch-x86/xen-mca.h
308
#define x86_mcinfo_lookup(_ret, _mi, _type) \
usr/src/uts/common/xen/public/arch-x86/xen-mca.h
318
if (_mic->type == (_type)) { \
usr/src/uts/sparc/krtld/doreloc.c
463
#define FETCH(_type) basevalue = (Xword)*((_type *)off);
usr/src/uts/sparc/krtld/doreloc.c
465
#define FETCH(_type)
usr/src/uts/sparc/krtld/doreloc.c
640
#define STORE(_type) *((_type *)off) = (_type)uvalue
usr/src/uts/sparc/krtld/doreloc.c
642
#define STORE(_type)
usr/src/uts/sun4v/sys/ldc_impl.h
229
uint8_t _type; /* Message type */
usr/src/uts/sun4v/sys/ldc_impl.h
253
#define type _pkt._tpkt._type