/titanic_44/usr/src/uts/common/sys/ |
H A D | tnf_probe.h | 130 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 D | tnf_writer.h | 47 #define TNF_ALIGN(type) TNF_OFFSETOF(struct { char _c; type _t; }, _t)
|
/titanic_44/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 97 #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_44/usr/src/uts/common/tnf/ |
H A D | tnf_types.h | 140 TNF_SCALAR_TAG(type, sizeof (type##_t), \ 141 TNF_ALIGN(type##_t), kind) 185 sizeof (type##_t), TNF_ALIGN(type##_t), kind)
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 156 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument 157 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 195 #define UNREFERENCED_5PARAMETER(_p, _q, _r, _s, _t) \ argument 196 _NOTE(ARGUNUSED(_p, _q, _r, _s, _t))
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgsbbc_iosram.c | 72 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_44/usr/src/lib/libipmp/common/ |
H A D | ipmp_query.h | 79 ((sizeof (ipmp_ ## listtype ## _t) - (elsize)) + ((nel) * (elsize)))
|
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf_filter.c | 54 #define mtod(_a, _t) ((_t)((_a)->b_rptr)) argument
|
H A D | bpf.c | 100 #define mtod(_v, _t) (_t)((_v)->b_rptr) argument
|
/titanic_44/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | print_json.c | 264 typ ## _t arrval[MAX_ARGS]; \ 270 arrval[i - 1] = (typ ## _t) val; \
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | lgrpplat.c | 1130 #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_44/usr/src/lib/libshell/common/ |
H A D | TYPES | 12 By convention, typenames begin with a capitol letter and end in _t.
|
/titanic_44/usr/src/uts/sun4u/starfire/sys/ |
H A D | idn.h | 1075 uint_t _t = ((cpuid) ^ (mask)) & 0x3f; \ 1079 (dset)[_i] |= _t << _s0; \ 1081 (dset)[_i + 1] |= _t >> (32 - _s0); \
|
/titanic_44/usr/src/lib/libbsm/ |
H A D | auditxml | 514 $elementName =~ s/_t$//;
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | fem.c | 58 #define FEM_HEAD(_t) femtype[(_t)].head.fn_op.anon argument 59 #define FEM_GUARD(_t) femtype[(_t)].guard argument
|
/titanic_44/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | alua_ic_if.c | 147 type##_t tmp; \
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 1370 #define FIELD(x,y) { S(y##x), S(x##_t), offsetof(struct stat,st_##y##x) }
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 214 07-02-14 features/common: cover <stdint.h>, move to int_(bits)_t 1267 *: Astlong_t => _ast_*_t
|
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 400 uint##bits##_t \ 405 uint##bits##_t rval; \ 429 rval = *((volatile uint##bits##_t *)addr); \
|