Home
last modified time | relevance | path

Searched refs:__t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A DsunFM_impl.h58 #define TABLE_INIT(__t) __t##_init argument
59 #define TABLE_NAME(__t) #__t argument
60 #define TABLE_REG(__t) { TABLE_NAME(__t), TABLE_INIT(__t) } argument
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h52 #define TIME2NSEC(__t)\ argument
53 (hrtime_t)(((hrtime_t)__t.tv_sec * (hrtime_t)NANOSEC) + (hrtime_t)__t.tv_nsec)
54 #define TIME2SEC(__t)\ argument
55 (hrtime_t)(__t.tv_sec)
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcomplex_wrapper.h50 #define _X_RE(__t, __z) ((__t *) &__z)[0] argument
51 #define _X_IM(__t, __z) ((__t *) &__z)[1] argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) argument