Home
last modified time | relevance | path

Searched refs:_t (Results 1 – 20 of 20) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dtnf_probe.h130 typedef tnf_reference_t record##_t
135 typedef tnf_reference_t record##_t; \
137 extern record##_t record(tnf_ops_t *, ctype *, tnf_record_p)
152 t1##_t data_1; \
167 sizeof (ctype_record##_t), TNF_STRUCT, 0, \
172 ctype_record##_t \
211 t1##_t data_1; \
212 t2##_t data_2; \
229 sizeof (ctype_record##_t), TNF_STRUCT, 0, \
234 ctype_record##_t \
[all …]
H A Dtnf_writer.h47 #define TNF_ALIGN(type) TNF_OFFSETOF(struct { char _c; type _t; }, _t)
/titanic_50/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h97 #define SES_NV_ADD(_t, _e, _l, _n, ...) \ argument
98 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) \
101 #define SES_NV_ADD_OR_FREE(_t, _e, _l, _n, ...) \ argument
102 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) { \
/titanic_50/usr/src/uts/common/tnf/
H A Dtnf_types.h140 TNF_SCALAR_TAG(type, sizeof (type##_t), \
141 TNF_ALIGN(type##_t), kind)
185 sizeof (type##_t), TNF_ALIGN(type##_t), kind)
/titanic_50/usr/src/uts/common/io/igb/
H A De1000_osdep.h156 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
157 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h195 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument
196 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c72 ddi_put##size(tunnel->reg_handle, (uint##size##_t *)sram, \
74 *((uint##size##_t *)buf))
78 *(uint##size##_t *)buf = ddi_get##size(tunnel->reg_handle, \
80 (uint##size##_t *)sram)
/titanic_50/usr/src/lib/libipmp/common/
H A Dipmp_query.h79 ((sizeof (ipmp_ ## listtype ## _t) - (elsize)) + ((nel) * (elsize)))
/titanic_50/usr/src/uts/common/io/bpf/
H A Dbpf_filter.c54 #define mtod(_a, _t) ((_t)((_a)->b_rptr)) argument
H A Dbpf.c100 #define mtod(_v, _t) (_t)((_v)->b_rptr) argument
/titanic_50/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c264 typ ## _t arrval[MAX_ARGS]; \
270 arrval[i - 1] = (typ ## _t) val; \
/titanic_50/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1130 #define _LGRP_PLAT_MEM_SIZE(_n, _q, _t) \ argument
1134 _t += MNODE_PGCNT(_n); \
1137 _t += mem_node_memlist_pages(_n, phys_avail); \
1140 _t += mem_node_memlist_pages(_n, phys_install); \
/titanic_50/usr/src/lib/libshell/common/
H A DTYPES12 By convention, typenames begin with a capitol letter and end in _t.
/titanic_50/usr/src/uts/sun4u/starfire/sys/
H A Didn.h1075 uint_t _t = ((cpuid) ^ (mask)) & 0x3f; \
1079 (dset)[_i] |= _t << _s0; \
1081 (dset)[_i + 1] |= _t >> (32 - _s0); \
/titanic_50/usr/src/lib/libbsm/
H A Dauditxml514 $elementName =~ s/_t$//;
/titanic_50/usr/src/uts/common/fs/
H A Dfem.c58 #define FEM_HEAD(_t) femtype[(_t)].head.fn_op.anon argument
59 #define FEM_GUARD(_t) femtype[(_t)].guard argument
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c147 type##_t tmp; \
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvtype.c1370 #define FIELD(x,y) { S(y##x), S(x##_t), offsetof(struct stat,st_##y##x) }
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE214 07-02-14 features/common: cover <stdint.h>, move to int_(bits)_t
1267 *: Astlong_t => _ast_*_t
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c400 uint##bits##_t \
405 uint##bits##_t rval; \
429 rval = *((volatile uint##bits##_t *)addr); \